From sem@ciam.ru  Mon Feb  2 19:12:29 2004
Return-Path: <sem@ciam.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2FFDE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2004 19:12:29 -0800 (PST)
Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4117D43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2004 19:12:27 -0800 (PST)
	(envelope-from sem@ciam.ru)
Received: from Current.sem-home.ciam.ru (ppp138-4.dialup.mtu-net.ru [62.118.138.4])
	by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 3A4AAF9079
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Feb 2004 06:12:25 +0300 (MSK)
	(envelope-from sem@ciam.ru)
Received: from root by Current.sem-home.ciam.ru with local (Exim 4.30; FreeBSD)
	id 1AnqyZ-0000Gj-Na
	for FreeBSD-gnats-submit@freebsd.org; Tue, 03 Feb 2004 06:11:47 +0300
Message-Id: <E1AnqyZ-0000Gj-Na@Current.sem-home.ciam.ru>
Date: Tue, 03 Feb 2004 06:11:47 +0300
From: Sergey Matveychuk <sem@ciam.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] ftp/frox: fix OPTIONS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62296
>Category:       ports
>Synopsis:       [MAINTAINER] ftp/frox: fix OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 19:20:07 PST 2004
>Closed-Date:    Tue Feb 03 11:33:02 PST 2004
>Last-Modified:  Tue Feb 03 11:33:02 PST 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Feb 3 11:32:55 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62296 
>Unformatted:
