From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 14 16:30:11 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F20F16A4CE for ; Sat, 14 May 2005 16:30:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBB043D69 for ; Sat, 14 May 2005 16:30:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4EGUAIF046031 for ; Sat, 14 May 2005 16:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4EGUAlX046030; Sat, 14 May 2005 16:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 14 May 2005 16:30:10 GMT Resent-Message-Id: <200505141630.j4EGUAlX046030@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AAC16A4CE for ; Sat, 14 May 2005 16:27:31 +0000 (GMT) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52F943D67 for ; Sat, 14 May 2005 16:27:30 +0000 (GMT) (envelope-from renato@data.galle.com.br) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by data.galle.com.br (8.13.3/8.13.1) with ESMTP id j4EGRSA6008718; Sat, 14 May 2005 13:27:29 -0300 (BRST) (envelope-from renato@data.galle.com.br) Received: (from root@localhost) by data.galle.com.br (8.13.3/8.13.1/Submit) id j4EGRNVe008717; Sat, 14 May 2005 13:27:23 -0300 (BRST) (envelope-from renato) Message-Id: <200505141627.j4EGRNVe008717@data.galle.com.br> Date: Sat, 14 May 2005 13:27:23 -0300 (BRST) From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dom@happygiraffe.net Subject: ports/81025: [PATCH] sysutils/ucspi-tcp: OPTIONS'ify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 16:30:11 -0000 >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@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@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@.1 delcr.1 finger@.1 fixcrio.1 \ http@.1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \ tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who@.1 @@ -39,6 +35,12 @@ .include +.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: