Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 17:12:33 +0100 (CET)
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        domi@saargate.de
Subject:   ports/48246: unPERLify ports/databases
Message-ID:  <200302131612.h1DGCXeC053726@terrorfish.uni.stoert.net>

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

>Number:         48246
>Category:       ports
>Synopsis:       unPERLify ports/databases
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 13 08:20:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'portlint' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #46: Thu Jan 30 15:51:45 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386


	
>Description:
	unPERLify
	
>How-To-Repeat:
	
>Fix:

Index: gtksql/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gtksql/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- gtksql/Makefile	4 Jan 2003 15:53:36 -0000	1.15
+++ gtksql/Makefile	13 Feb 2003 11:47:57 -0000
@@ -18,6 +18,7 @@
 .endif
 
 USE_X_PREFIX=	yes
+USE_REINPLACE=	yes
 USE_GTK=	yes
 POSTGRESQL_PORT?=	databases/postgresql7
 
@@ -46,10 +47,10 @@
 
 do-configure:
 .if defined(HAVE_MYSQL)
-	@${PERL} -i -pe "s/^#MYSQL/MYSQL/g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s/^#MYSQL/MYSQL/g" ${WRKSRC}/Makefile
 .endif
 .if defined(HAVE_PGSQL)
-	@${PERL} -i -pe "s/^#PGSQL/PGSQL/g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s/^#PGSQL/PGSQL/g" ${WRKSRC}/Makefile
 .endif
 
 do-install:
	


>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?200302131612.h1DGCXeC053726>