svn commit: r357472 - head/graphics/librsvg2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 12:36:48 UTC 2014


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 at 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


More information about the svn-ports-all mailing list