Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 00:03:01 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/47231: update-port: ftp/gftp
Message-ID:  <200301192303.h0JN316C033980@kartoffel.salatschuessel.net>

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

>Number:         47231
>Category:       ports
>Synopsis:       update-port: ftp/gftp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 19 15:10:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Mon Jan 13 08:18:55 CET 2003 olivleh1@kartoffel.salatschuessel.net:/usr/obj/usr/src/sys/KARTOFFEL i386


>Description:
	replace PERL with REINPLACE_CMD
>How-To-Repeat:
>Fix:


--- gftp.patch begins here ---
diff -ruN gftp.old/Makefile /usr/ports/ftp/gftp/Makefile
--- gftp.old/Makefile	Sun Jan 19 23:59:29 2003
+++ /usr/ports/ftp/gftp/Makefile	Mon Jan 20 00:00:14 2003
@@ -21,6 +21,7 @@
 
 USE_GNOMENG=	yes
 USE_GNOME+=	gnomehack
+USE_REINPLACE=	yes
 
 .if defined(WITHOUT_X11)
 CONFIGURE_ARGS+=	--disable-gtkport --disable-gtk20
@@ -68,7 +69,7 @@
 	@${ECHO} ""
 
 post-patch:
-	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
 		 s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
 		 s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
 		 s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
--- gftp.patch ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301192303.h0JN316C033980>