Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 23:32:06 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39247: [MAINTAINER UPDATE] Update port: x11/xbindkeys_config ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020613213206.E7C2843E@unsane.de>

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

>Number:         39247
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update port: x11/xbindkeys_config ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 14:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-RC FreeBSD 4.6-RC #0: Thu Jun 6 21:00:07 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Replace ${PERL} with ${REINPLACE_CMD}.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xbindkeys_config/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2002/06/06 20:44:56	1.4
+++ Makefile	2002/06/13 21:18:52
@@ -17,7 +17,7 @@
 MAKE_ENV=	CC="${CC} ${CFLAGS}"
 
 post-patch:
-	@${PERL} -pi -e "s,gtk-config,${GTK_CONFIG},g ; \
+	@${REINPLACE_CMD} -e "s,gtk-config,${GTK_CONFIG},g ; \
 		s,^CC,#CC,g" ${WRKSRC}/Makefile
 
 do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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