ports/72281: [ maintainer ] ftp/wzdftpd: unbreak on 5.x

Roman Bogorodskiy bogorodskiy at inbox.ru
Sun Oct 3 13:10:26 UTC 2004


>Number:         72281
>Category:       ports
>Synopsis:       [ maintainer ] ftp/wzdftpd: unbreak on 5.x
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 13:10: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 #9: Sun Oct 3 10:36:56 MSD 2004 root at lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386


>Description:
	Unbreak on 5.x by setting depend on perl via fixing typo in Makefile
>How-To-Repeat:
>Fix:

diff -ruN wzdftpd.orig/Makefile wzdftpd/Makefile
--- wzdftpd.orig/Makefile	Sun Oct  3 16:55:02 2004
+++ wzdftpd/Makefile	Sun Oct  3 16:58:07 2004
@@ -17,7 +17,7 @@
 USE_RC_SUBR=	yes
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
-USE_PERL=	yes
+USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 USE_INC_LIBTOOL_VER=13
@@ -61,10 +61,6 @@
 .endif
 
 .include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
 
 .if ${PERL_LEVEL} < 500600
 PLIST_SUB+=	PERL="@comment "
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list