From molter@tin.it  Wed Sep  8 07:42:07 2004
Return-Path: <molter@tin.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E54A716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Sep 2004 07:42:07 +0000 (GMT)
Received: from www.citello.it (host170-131.pool80117.interbusiness.it [80.117.131.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8877243D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Sep 2004 07:42:07 +0000 (GMT)
	(envelope-from molter@tin.it)
Received: from gattaccio.codalunga (ANice-205-1-12-208.w81-248.abo.wanadoo.fr [81.248.122.208])
	by www.citello.it (Postfix) with ESMTP id 57D1E5F1
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Sep 2004 09:42:00 +0200 (CEST)
Received: by gattaccio.codalunga (Postfix, from userid 1001)
	id 33FD8C10C; Wed,  8 Sep 2004 09:40:14 +0200 (CEST)
Message-Id: <20040908094014.2861dc7d.molter@tin.it>
Date: Wed, 8 Sep 2004 09:40:14 +0200
From: Marco Molteni <molter@tin.it>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [UNBREAK] graphics/agg

>Number:         71487
>Category:       ports
>Synopsis:       [UNBREAK] graphics/agg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 08 07:50:23 GMT 2004
>Closed-Date:    Sat Oct 09 07:57:02 GMT 2004
>Last-Modified:  Sat Oct 09 07:57:02 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Oct 9 07:56:57 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71487 
>Unformatted:
