svn commit: r353106 - head/print/libgnomeprint

Tijl Coosemans tijl at FreeBSD.org
Tue May 6 16:39:37 UTC 2014


Author: tijl
Date: Tue May  6 16:39:36 2014
New Revision: 353106
URL: http://svnweb.freebsd.org/changeset/ports/353106
QAT: https://qat.redports.org/buildarchive/r353106/

Log:
  - USES=libtool tar:bzip2.
  - Remove dependency on devel/popt.
  - Remove patching of <malloc.h>.

Modified:
  head/print/libgnomeprint/Makefile
  head/print/libgnomeprint/pkg-plist

Modified: head/print/libgnomeprint/Makefile
==============================================================================
--- head/print/libgnomeprint/Makefile	Tue May  6 16:36:32 2014	(r353105)
+++ head/print/libgnomeprint/Makefile	Tue May  6 16:39:36 2014	(r353106)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomeprint
 PORTVERSION=	2.18.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,18 +12,16 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Gnome print support library
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
-LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
-		libpopt.so:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
-USES=		bison pathfix gettext gmake pkgconfig
-USE_GNOME=	gnomeprefix intlhack gnomehier glib20 pango libxml2 \
-		libartlgpl2 ltverhack
+GNU_CONFIGURE=	yes
+USES+=		bison gettext gmake libtool:keepla pathfix pkgconfig
+USE_GNOME=	gnomeprefix intlhack glib20 pango libxml2 libartlgpl2
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -45,8 +43,6 @@ PLIST_SUB+=		CUPS:="@comment "
 .endif
 
 post-patch:
-	@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
-		's|<malloc[.]h>|<stdlib.h>|'
 	@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in
 

Modified: head/print/libgnomeprint/pkg-plist
==============================================================================
--- head/print/libgnomeprint/pkg-plist	Tue May  6 16:36:32 2014	(r353105)
+++ head/print/libgnomeprint/pkg-plist	Tue May  6 16:39:36 2014	(r353106)
@@ -39,6 +39,7 @@ lib/libgnomeprint-2-2.a
 lib/libgnomeprint-2-2.la
 lib/libgnomeprint-2-2.so
 lib/libgnomeprint-2-2.so.0
+lib/libgnomeprint-2-2.so.0.1.0
 lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.a
 lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.la
 lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.so


More information about the svn-ports-all mailing list