Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Feb 2003 18:09:44 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/47958: [PATCH] comms/sredird: update from 1.1.8 to 2.1.0
Message-ID:  <20030205150944.CEE9517F@freebsd.org.ru>

next in thread | raw e-mail | index | archive | help

>Number:         47958
>Category:       ports
>Synopsis:       [PATCH] comms/sredird: update from 1.1.8 to 2.1.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 07:10:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.7-STABLE i386

>Description:
	update comms/sredird from 1.1.8 to 2.1.0
>How-To-Repeat:
>Fix:

Index: ports/comms/sredird/Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/sredird/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/comms/sredird/Makefile	2000/11/21 15:41:29	1.6
+++ ports/comms/sredird/Makefile	2003/02/05 15:07:04
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sredird
-PORTVERSION=	1.1.8
+PORTVERSION=	2.1.0
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	system/serial
@@ -14,7 +14,7 @@
 MAINTAINER=	sobomax@FreeBSD.org
 
 do-build:
-	${CC} ${CFLAGS} -Wall -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c
+	${CC} -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sredird ${PREFIX}/libexec
Index: ports/comms/sredird/distinfo
===================================================================
RCS file: /home/ncvs/ports/comms/sredird/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- ports/comms/sredird/distinfo	2000/11/21 15:41:29	1.2
+++ ports/comms/sredird/distinfo	2003/02/05 15:07:04
@@ -1 +1 @@
-MD5 (sredird-1.1.8.tar.gz) = e1565bd8555ce4883cc5370c7159bb0a
+MD5 (sredird-2.1.0.tar.gz) = 42494e118a6c9992f03f55ef74a373b6
Index: ports/comms/sredird/files/patch-ab
===================================================================
RCS file: /home/ncvs/ports/comms/sredird/files/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- ports/comms/sredird/files/patch-ab	1999/12/27 01:36:45	1.1
+++ ports/comms/sredird/files/patch-ab	2003/02/05 15:07:05
@@ -1,11 +1,11 @@
---- README.orig	Tue Dec 21 10:49:33 1999
-+++ README	Tue Dec 21 10:50:59 1999
-@@ -80,7 +80,7 @@
- Sredird is designed to run under inetd control.  The line in the inetd
+--- README.orig	Wed Feb  5 18:03:38 2003
++++ README	Wed Feb  5 18:04:55 2003
+@@ -105,7 +105,7 @@
+ Sredird is designed to run under inetd control. The line in the inetd
  configuration file (usually /etc/inetd.conf) should look like this:
  
--sredir          stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/sredird 5 /dev/modem /var/lock/LCK..modem
-+sredir stream tcp nowait root /usr/local/libexec/sredird sredird 5 /dev/cuaa0 /var/spool/lock/LCK..cuaa0
+-sredir          stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/sredird -i 5 /dev/modem /var/lock/LCK..modem
++sredir stream tcp nowait root /usr/sbin/sredird sredird 5 /dev/cuaa0 /var/spool/lock/LCK..cuaa0
  
  Of course, "sredir" should be defined in the services file (usually
  /etc/services, usual values start at port 7000) and "/dev/modem" should
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205150944.CEE9517F>