ports/80204: Update port: graphics/fig2pstricks

KATO Tsuguru tkato432 at yahoo.com
Thu Apr 21 14:10:21 UTC 2005


>Number:         80204
>Category:       ports
>Synopsis:       Update port: graphics/fig2pstricks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 21 14:10:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Support CC properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/fig2pstricks/Makefile graphics/fig2pstricks/Makefile
--- /usr/ports/graphics/fig2pstricks/Makefile	Fri Mar  4 12:54:58 2005
+++ graphics/fig2pstricks/Makefile	Thu Apr 21 00:48:14 2005
@@ -20,7 +20,8 @@
 PLIST_FILES=	bin/fig2pstricks
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|gcc|$$(CC)|g ; \
+		 s|^CFLAGS|#CFLAGS|g' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list