Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Nov 2004 18:32:54 +0300
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73458: [ maintainer ] ftp/wzdftpd: OPTIONS related fix
Message-ID:  <E1CPN82-000G41-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Resent-Message-ID: <200411031540.iA3FePTu013885@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CPN82-000G41-00.bogorodskiy-inbox-ru>