Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 09:14:11 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47666: unPERLify unmaintained x11-wm 
Message-ID:  <20030130081411.8F852A9CB@backup-mx.droso.dk>

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

>Number:         47666
>Category:       ports
>Synopsis:       unPERLify unmaintained x11-wm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 00:20:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

use reinplace instead of perl for unmaintained ports in x11-wm

>How-To-Repeat:
	
>Fix:

	

--- unperl-x11-wm.diff begins here ---
Index: libepplet/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/libepplet/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- libepplet/Makefile	29 Nov 2002 05:56:58 -0000	1.8
+++ libepplet/Makefile	30 Jan 2003 08:11:35 -0000
@@ -20,12 +20,13 @@
 USE_GNOMENG=	yes
 USE_GNOME=	imlib
 USE_LIBTOOL=	yes
+USE_REINPLACE=	yes
 CONFIGURE_ENV=	EROOT=${X11BASE}/share/enlightenment \
 		EBIN=${X11BASE}/bin
 CONFIGURE_ARGS=	--enable-fsstd
 INSTALLS_SHLIB=	yes
 
 pre-patch:
-	@${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
--- unperl-x11-wm.diff 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?20030130081411.8F852A9CB>