Date: Thu, 21 Apr 2005 23:00:12 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80204: Update port: graphics/fig2pstricks Message-ID: <20050421230012.2f12ade8.tkato432@yahoo.com> Resent-Message-ID: <200504211410.j3LEAKwt009397@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050421230012.2f12ade8.tkato432>