Date: Wed, 8 Sep 2004 09:40:14 +0200 From: Marco Molteni <molter@tin.it> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71487: [UNBREAK] graphics/agg Message-ID: <20040908094014.2861dc7d.molter@tin.it> Resent-Message-ID: <200409080750.i887oOP0052958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71487 >Category: ports >Synopsis: [UNBREAK] graphics/agg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 08 07:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marco Molteni >Release: FreeBSD 5.2-CURRENT i386 >Organization: Citello Networks >Environment: System: FreeBSD gattaccio 5.2-CURRENT >Description: agg 2.1 is marked broken for fbsd 5.x: "Does not compile with gcc 3.4.2" Turns out that the agg team released a fix, with the same version number 2.1 >How-To-Repeat: cd /usr/ports/graphics/agg make >Fix: Apply following patch diff -u -rN agg/Makefile agg-marco/Makefile --- agg/Makefile Mon Aug 16 04:33:02 2004 +++ agg-marco/Makefile Wed Sep 8 09:34:22 2004 @@ -22,12 +22,6 @@ PLIST_FILES= lib/libagg.a -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - post-extract: @${CP} -f ${FILESDIR}/Makefile.in.FreeBSD ${WRKSRC} @${SED} 's,%%X11BASE%%,${X11BASE},g' < ${FILESDIR}/Makefile.in.FreeBSD > ${WRKSRC}/Makefile.in.FreeBSD @@ -52,4 +46,4 @@ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -u -rN agg/distinfo agg-marco/distinfo --- agg/distinfo Wed Aug 4 03:25:56 2004 +++ agg-marco/distinfo Wed Sep 8 09:34:33 2004 @@ -1,2 +1,2 @@ -MD5 (agg21.tar.gz) = 25fbdcc61e1820db127b298fdb3e8e6e -SIZE (agg21.tar.gz) = 425035 +MD5 (agg21.tar.gz) = cc0a828d832daf62d9c4770e6dc68f25 +SIZE (agg21.tar.gz) = 501364 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040908094014.2861dc7d.molter>