Date: Wed, 11 Jun 2014 12:36:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357472 - head/graphics/librsvg2 Message-ID: <201406111236.s5BCalmQ052095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 11 12:36:47 2014 New Revision: 357472 URL: http://svnweb.freebsd.org/changeset/ports/357472 QAT: https://qat.redports.org/buildarchive/r357472/ Log: - Switch to USES=libtool,tar, use new LIB_DEPENDS syntax Approved by: kwm Modified: head/graphics/librsvg2/Makefile head/graphics/librsvg2/pkg-plist Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Wed Jun 11 12:36:36 2014 (r357471) +++ head/graphics/librsvg2/Makefile Wed Jun 11 12:36:47 2014 (r357472) @@ -4,7 +4,7 @@ PORTNAME= librsvg PORTVERSION= 2.36.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -14,15 +14,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - croco-0.6:${PORTSDIR}/textproc/libcroco + libcroco-0.6.so:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 -USE_XZ= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehier gnomeprefix libgsf ltverhack gtk20 \ - introspection:build -USES= gettext gmake pathfix pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= gnomehier gnomeprefix libgsf gtk20 introspection:build +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-svgz \ Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Wed Jun 11 12:36:36 2014 (r357471) +++ head/graphics/librsvg2/pkg-plist Wed Jun 11 12:36:47 2014 (r357472) @@ -14,6 +14,7 @@ lib/librsvg-2.a lib/librsvg-2.la lib/librsvg-2.so lib/librsvg-2.so.2 +lib/librsvg-2.so.2.36.4 libdata/pkgconfig/librsvg-2.0.pc share/doc/rsvg-2.0/RsvgHandle.html share/doc/rsvg-2.0/annotation-glossary.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406111236.s5BCalmQ052095>