ports/74623: Update port: print/gl2ps remove perl dependency

Igor Pokrovsky ip at doom.homeunix.org
Thu Dec 2 17:40:28 UTC 2004


>Number:         74623
>Category:       ports
>Synopsis:       Update port: print/gl2ps remove perl dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 02 17:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Nov 22 09:16:46 MSK 2004 root at doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Removed perl dependency.
	
>How-To-Repeat:
	
>Fix:

	

--- gl2ps.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/local/repos/freebsd/ports/print/gl2ps/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Aug 2004 19:42:47 -0000	1.3
+++ Makefile	1 Dec 2004 03:51:35 -0000
@@ -27,10 +27,10 @@
 
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/gl2psTest.c ${EXAMPLESDIR}
-	@${PERL} -pi -e 's|%%CC%%|${CC}|g; \
-			 s|%%RM%%|${RM}|g; \
-			 s|%%CFLAGS%%|${CFLAGS}|g; \
-			 s|%%X11BASE%%|${X11BASE}|g' \
+	@${SED} -e 's|%%CC%%|${CC}|g; \
+		    s|%%RM%%|${RM}|g; \
+		    s|%%CFLAGS%%|${CFLAGS}|g; \
+		    s|%%X11BASE%%|${X11BASE}|g' \
 		<${FILESDIR}/Makefile.ex >${EXAMPLESDIR}/Makefile
 
 .ifndef (NOPORTDOCS)
--- gl2ps.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list