Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Oct 2004 17:05:55 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72281: [ maintainer ] ftp/wzdftpd: unbreak on 5.x
Message-ID:  <E1CE63m-000BYj-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Resent-Message-ID: <200410031310.i93DAPhJ062656@freefall.freebsd.org>

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

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



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