Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 09:28:59 -0800 (PST)
From:      Joseph Scott <joseph@randomnetworks.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47682: [MAINTAINER REINPLACE FIX] databases/dbmetrix
Message-ID:  <200301301728.h0UHSxU2069433@randomservers.com>

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

>Number:         47682
>Category:       ports
>Synopsis:       [MAINTAINER REINPLACE FIX] databases/dbmetrix
>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:   Thu Jan 30 09:30:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD randomservers.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Oct 13 23:00:13 PDT 2002 user@jail9.johncompanies.com:/usr/src/sys/compile/47 i386


>Description:
[MAINTAINER REINPLACE FIX] databases/dbmetrix

Simply replace the PERL inplace magic with REINPLACE magic.
>How-To-Repeat:
>Fix:
diff -ruN dbmetrix.orig/Makefile dbmetrix/Makefile
--- dbmetrix.orig/Makefile	Thu Jan 30 09:24:00 2003
+++ dbmetrix/Makefile	Thu Jan 30 09:24:25 2003
@@ -19,11 +19,12 @@
 
 USE_GNOMENG=	yes
 USE_GNOME=	gtk12
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --with-mysql=${PREFIX}
 
 pre-configure:
-	@${PERL} -pi -e "s.gtk-config.${GTK_CONFIG}.g" ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e "s.gtk-config.${GTK_CONFIG}.g" ${WRKSRC}/Makefile.in
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dbmetrix ${PREFIX}/bin
>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?200301301728.h0UHSxU2069433>