ports/62296: [MAINTAINER] ftp/frox: fix OPTIONS

Sergey Matveychuk sem at ciam.ru
Tue Feb 3 03:20:11 UTC 2004


>Number:         62296
>Category:       ports
>Synopsis:       [MAINTAINER] ftp/frox: fix OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 19:20:07 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #6: Sat Jan 17 16:12:04 MSK 2004
>Description:
[DESCRIBE CHANGES]
OPTIONS must be _before_ inlude bsd.port.pre.mk

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

--- frox-0.7.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/frox.orig/Makefile /usr/ports/ftp/frox/Makefile
--- /usr/ports/ftp/frox.orig/Makefile	Tue Feb  3 04:49:00 2004
+++ /usr/ports/ftp/frox/Makefile	Tue Feb  3 04:52:55 2004
@@ -41,6 +41,15 @@
 
 CONFIGURE_ARGS=	--enable-configfile=${PREFIX}/etc/frox.conf
 
+OPTIONS=	IPFILTER "Use ipfilter instead of ipfw" off \
+		VIRUS_SCAN "Run external virus scaner on each download" off \
+		HTTP_CACHE "Enable use of external cache" on \
+		LOCAL_CACHE "Enable use of local cache" off \
+		CCP "Ftp-proxy style command control programs" on \
+		ROOT_RUN "Allow frox running as root (not recomended)" off
+
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_IPFILTER)
 CONFIGURE_ARGS+=	--enable-ipfilter
 .endif
@@ -59,15 +68,6 @@
 .if defined(WITH_ROOT_RUN)
 CONFIGURE_ARGS+=	--enable-run-as-root
 .endif
-
-.include <bsd.port.pre.mk>
-
-OPTIONS=	IPFILTER "Use ipfilter instead of ipfw" off \
-		VIRUS_SCAN "Run external virus scaner on each download" off \
-		HTTP_CACHE "Enable use of external cache" on \
-		LOCAL_CACHE "Enable use of local cache" off \
-		CCP "Ftp-proxy style command control programs" on \
-		ROOT_RUN "Allow frox running as root (not recomended)" off
 
 pre-patch:
 	@${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message >${PKGMESSAGE}
--- frox-0.7.12.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list