Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Aug 2003 09:55:28 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55139: fix 5-CURRENT build: ftp/ftpcopy 
Message-ID:  <E19iUl6-0000Xm-00@libertas.emma.line.org>
Resent-Message-ID: <200308010800.h7180NwF072847@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19iUl6-0000Xm-00>