From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 18:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C07B41065676 for ; Fri, 14 Oct 2011 18:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3C28FC13 for ; Fri, 14 Oct 2011 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9EIo9L4051008 for ; Fri, 14 Oct 2011 18:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9EIo9sd051007; Fri, 14 Oct 2011 18:50:09 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2011 18:50:09 GMT Resent-Message-Id: <201110141850.p9EIo9sd051007@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E1EE106566B for ; Fri, 14 Oct 2011 18:43:59 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id E58C88FC16 for ; Fri, 14 Oct 2011 18:43:58 +0000 (UTC) Received: from msa102lp.auone-net.jp (MSA102lp [172.27.12.180]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id C707C7825E for ; Sat, 15 Oct 2011 03:33:25 +0900 (JST) Received: from localhost.localdomain (ZT046175.ppp.dion.ne.jp [59.128.46.175]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 98D484AC036 for ; Sat, 15 Oct 2011 03:33:23 +0900 (JST) Message-Id: <20111015025812.fbb381d5.tkato432@yahoo.com> Date: Sat, 15 Oct 2011 02:58:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/161599: Update port: graphics/agg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 18:50:09 -0000 >Number: 161599 >Category: ports >Synopsis: Update port: graphics/agg >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: Fri Oct 14 18:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Add LICENSE - Add MAKE_JOBS_SAFE - Update WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/agg/Makefile graphics/agg/Makefile --- /usr/ports/graphics/agg/Makefile 2010-12-04 22:30:11.000000000 +0900 +++ graphics/agg/Makefile 2011-08-25 00:32:18.000000000 +0900 @@ -15,25 +15,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A High Quality Rendering Engine for C++ +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/copying + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -GNU_CONFIGURE= yes -USE_SDL= sdl USE_XORG= x11 -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack pkgconfig +USE_SDL= sdl USE_GMAKE= yes -USE_LDCONFIG= yes -ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal -USE_AUTOTOOLS= autoconf:env automake:env libtool:env +USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" -CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ - -post-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes -pre-configure: - @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ACLOCAL_ARGS="${ACLOCAL_ARGS}" ${SH} autogen.sh +CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ .include @@ -41,4 +39,8 @@ BROKEN= Does not compile .endif +post-patch: + @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.am + .include diff -urN /usr/ports/graphics/agg/pkg-descr graphics/agg/pkg-descr --- /usr/ports/graphics/agg/pkg-descr 2005-05-25 00:46:22.000000000 +0900 +++ graphics/agg/pkg-descr 2011-08-14 17:36:22.000000000 +0900 @@ -13,4 +13,4 @@ * Lightweight design. * Reliability and stability (including numerical stability). -WWW: http://vector-agg.sourceforge.net/ +WWW: http://www.antigrain.com/ >Release-Note: >Audit-Trail: >Unformatted: