Date: Sun, 2 Feb 2014 17:48:46 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342350 - head/graphics/agg Message-ID: <201402021748.s12HmkVw057952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 2 17:48:46 2014 New Revision: 342350 URL: http://svnweb.freebsd.org/changeset/ports/342350 QAT: https://qat.redports.org/buildarchive/r342350/ Log: Stage support Modified: head/graphics/agg/Makefile Modified: head/graphics/agg/Makefile ============================================================================== --- head/graphics/agg/Makefile Sun Feb 2 17:45:19 2014 (r342349) +++ head/graphics/agg/Makefile Sun Feb 2 17:48:46 2014 (r342350) @@ -9,16 +9,15 @@ MASTER_SITES= http://www.antigrain.com/ http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org -COMMENT= A High Quality Rendering Engine for C++ +COMMENT= High Quality Rendering Engine for C++ LICENSE= GPLv2 -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_SDL= sdl -USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps @@ -28,15 +27,10 @@ MAKE_JOBS_UNSAFE= yes CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile -.endif +BROKEN_sparc64= Does not compile post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021748.s12HmkVw057952>