ports/73458: [ maintainer ] ftp/wzdftpd: OPTIONS related fix

Roman Bogorodskiy bogorodskiy at inbox.ru
Wed Nov 3 15:40:26 UTC 2004


>Number:         73458
>Category:       ports
>Synopsis:       [ maintainer ] ftp/wzdftpd: OPTIONS related fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 15:40:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root at lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386


>Description:
	Include bsd.port.pre.mk before testing the WITH_ variables. 	

>How-To-Repeat:
>Fix:

diff -ru wzdftpd.orig/Makefile wzdftpd/Makefile
--- wzdftpd.orig/Makefile	Wed Nov  3 18:26:43 2004
+++ wzdftpd/Makefile	Wed Nov  3 18:27:11 2004
@@ -36,6 +36,8 @@
      	wzd-config.1
 MAN8=	wzdftpd.8
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_UTF8)
 USE_ICONV=	yes
 CONFIGURE_ARGS+=	--enable-utf8
@@ -59,8 +61,6 @@
 .if defined(WITH_IPV6)
 CONFIGURE_ARGS+=	--enable-ipv6
 .endif
-
-.include <bsd.port.pre.mk>
 
 .if !defined(WITH_PERL)
 CONFIGURE_ARGS+=	--disable-perl
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list