ports/81025: [PATCH] sysutils/ucspi-tcp: OPTIONS'ify

Renato Botelho freebsd at galle.com.br
Sat May 14 16:30:11 UTC 2005


>Number:         81025
>Category:       ports
>Synopsis:       [PATCH] sysutils/ucspi-tcp: OPTIONS'ify
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 14 16:30:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue May 10 09:20:42 BRST 2005
>Description:
- OPTIONS'ify

Port maintainer (dom at happygiraffe.net) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- ucspi-tcp-0.88_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ucspi-tcp/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	17 Feb 2005 08:53:06 -0000	1.19
+++ Makefile	14 May 2005 16:26:52 -0000
@@ -12,12 +12,6 @@
 MASTER_SITES=	http://cr.yp.to/ucspi-tcp/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
-.if defined(WITH_RSS_DIFF)
-PATCH_SITES=	http://www.qmail.org/
-PATCHFILES=	ucspi-rss.diff
-PATCH_DIST_STRIP=	-p1
-.endif
-
 MAINTAINER=	dom at happygiraffe.net
 COMMENT=	Command-line tools for building TCP client-server applications
 
@@ -25,6 +19,8 @@
 MASTER_SITES+=	http://smarden.org/pape/djb/manpages/:1
 DISTFILES+=	${DISTNAME}-man.tar.gz:1
 
+OPTIONS=	RSS_DIFF "Patch rblsmtpd for qmail users" off
+
 MAN1=		addcr.1 argv0.1 date at .1 delcr.1 finger at .1 fixcrio.1 \
 		http at .1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \
 		tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who at .1
@@ -39,6 +35,12 @@
 
 .include <bsd.port.pre.mk>
 
+.if defined(WITH_RSS_DIFF)
+PATCH_SITES=	http://www.qmail.org/
+PATCHFILES=	ucspi-rss.diff
+PATCH_DIST_STRIP=	-p1
+.endif
+
 post-configure:
 	@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
 	@${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
--- ucspi-tcp-0.88_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list