Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 09:36:08 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39705: ports/print/gfontview  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623093508.B99274-100000@ivymike.satan.kom>

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

>Number:         39705
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 09:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-gfontview begins here ---
--- Makefile.orig	Mon Mar 25 04:28:39 2002
+++ Makefile	Sun Jun 23 09:33:27 2002
@@ -17,6 +17,7 @@

 LIB_DEPENDS=	t1.4:${PORTSDIR}/devel/t1lib

+USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
 USE_GNOME=	yes
 USE_FREETYPE=	yes
@@ -29,12 +30,12 @@
 		--with-libungif

 post-patch:
-	@${PERL} -pi -e 's|CXXFLAGS="-O2"|CXXFLAGS="\$$CXXFLAGS"|g ; \
+	@${REINPLACE_CMD} -e 's|CXXFLAGS="-O2"|CXXFLAGS="\$$CXXFLAGS"|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
-	@${PERL} -pi -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
+	@${REINPLACE_CMD} -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
 		 s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \
 		 s|-I/usr/include/freetype||g' \
 			${WRKSRC}/Makefile.in
--- patch-gfontview ends here ---


>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?20020623093508.B99274-100000>