From bogorodskiy@inbox.ru  Sun Oct  3 13:05:57 2004
Return-Path: <bogorodskiy@inbox.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5225216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Oct 2004 13:05:57 +0000 (GMT)
Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 70F4E43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Oct 2004 13:05:56 +0000 (GMT)
	(envelope-from bogorodskiy@inbox.ru)
Received: from [194.186.150.37] (port=50583 helo=inbox.ru)
	by mx1.mail.ru with esmtp 
	id 1CE63m-000BYj-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 03 Oct 2004 17:05:55 +0400
Message-Id: <E1CE63m-000BYj-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Date: Sun, 03 Oct 2004 17:05:55 +0400
From: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Reply-To: Roman Bogorodskiy <bogorodskiy@inbox.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [ maintainer ] ftp/wzdftpd: unbreak on 5.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72281
>Category:       ports
>Synopsis:       [ maintainer ] ftp/wzdftpd: unbreak on 5.x
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 13:10:25 GMT 2004
>Closed-Date:    Mon Oct 04 07:59:55 GMT 2004
>Last-Modified:  Mon Oct 04 07:59:55 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Mon Oct 4 07:27:06 GMT 2004 
Responsible-Changed-Why:  
Grab it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72281 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Mon Oct 4 07:59:48 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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