Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2004 01:12:19 +0800 (CST)
From:      Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70734: [UPDATE] Enable OPTIONS feature of ports/irc/ezbounce
Message-ID:  <200408201712.i7KHCJOx057755@alumni.csie.nctu.edu.tw>
Resent-Message-ID: <200408201720.i7KHKMjv039478@freefall.freebsd.org>

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

>Number:         70734
>Category:       ports
>Synopsis:       [UPDATE] Enable OPTIONS feature of ports/irc/ezbounce
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 20 17:20:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386


	
>Description:

	Enable OPTIONS feature of ports/irc/ezbounce

>How-To-Repeat:

	Apply the patch.

>Fix:

	

--- ezbounce.patch begins here ---
diff -ruN /usr/ports/irc/ezbounce/Makefile ezbounce/Makefile
--- /usr/ports/irc/ezbounce/Makefile	Tue Aug 17 09:48:08 2004
+++ ezbounce/Makefile	Fri Aug 20 22:45:55 2004
@@ -19,6 +19,11 @@
 
 MAN1=		ezbounce.1
 
+OPTIONS=	SSL "Enable SSL support" off \
+		MDIDENTD "Install the mdidentd binary to modify ident replies" off
+
+.include <bsd.port.pre.mk>
+
 .if !defined(WITH_MDIDENTD)
 ALL_TARGET=	ezbounce_src
 PLIST_SUB+=	MDIDENTD="@comment "
@@ -33,17 +38,6 @@
 .else
 PLIST_SUB+=	SSL="@comment "
 .endif
-
-.include <bsd.port.pre.mk>
-
-pre-everything::
-	@${ECHO} ""
-	@${ECHO} "You may use the following build options:"
-	@${ECHO} ""
-	@${ECHO} "	WITH_SSL=yes      Enable SSL support"
-	@${ECHO} "	WITH_MDIDENTD=yes Install the mdidentd binary to"
-	@${ECHO} "                        modify ident replies"
-	@${ECHO} ""
 
 post-patch:
 	@${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \
--- ezbounce.patch ends here ---


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



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