ports/55139: fix 5-CURRENT build: ftp/ftpcopy

Matthias Andree matthias.andree at gmx.de
Fri Aug 1 08:00:25 UTC 2003


>Number:         55139
>Category:       ports
>Synopsis:       fix 5-CURRENT build: ftp/ftpcopy
>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:   Fri Aug 01 01:00:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.8-STABLE FreeBSD 4.8-STABLE #41: Wed Jul 23 03:11:26 CEST 2003 toor at libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
The port does not build on FreeBSD 5. Fix is below. I also clarify one
line of pkg-descr while I'm at it.

Fix below:

bento failure as follows (reported by Kris Kennaway):
 perl uogo2man ftpcopy ./ftpcopy 1 man "--include-exclude-help"  "IN/EXCLUDE"...
 perl: not found                                                                 
 *** Error code 127                                              
	
>How-To-Repeat:
	
>Fix:

diff -Nur /usr/ports/ftp/ftpcopy/Makefile /root/ftpcopy/Makefile
--- /usr/ports/ftp/ftpcopy/Makefile	Fri Aug  1 09:47:50 2003
+++ /root/ftpcopy/Makefile	Fri Aug  1 09:49:11 2003
@@ -13,6 +13,8 @@
 MAINTAINER=	matthias.andree at gmx.de
 COMMENT=	Command line ftp tools for listing and mirroring
 
+USE_PERL5_BUILD=	yes
+
 WRKSRC=		${WRKDIR}/web/${DISTNAME}
 
 MAN1=		ftpcopy.1 ftpcp.1 ftpls.1
diff -Nur /usr/ports/ftp/ftpcopy/pkg-descr /root/ftpcopy/pkg-descr
--- /usr/ports/ftp/ftpcopy/pkg-descr	Mon Feb 18 09:21:08 2002
+++ /root/ftpcopy/pkg-descr	Fri Aug  1 09:51:03 2003
@@ -8,6 +8,6 @@
 ftpls is a FTP client which generates directory listings, either in plain text
 or HTML format. 
 
-The tools only support passive mode FTP.
+The tools only support passive mode FTP, intentionally.
 
 WWW: http://www.ohse.de/uwe/ftpcopy.html
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list