svn commit: r353220 - head/print/libgnomecups

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 22:16:11 UTC 2014


Author: bapt
Date: Wed May  7 22:16:10 2014
New Revision: 353220
URL: http://svnweb.freebsd.org/changeset/ports/353220
QAT: https://qat.redports.org/buildarchive/r353220/

Log:
  Convert to:
  USES=libtool
  USES=pathfix
  USES=tar:bzip2
  Strip binaries

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

Modified: head/print/libgnomecups/Makefile
==============================================================================
--- head/print/libgnomecups/Makefile	Wed May  7 22:11:28 2014	(r353219)
+++ head/print/libgnomecups/Makefile	Wed May  7 22:16:10 2014	(r353220)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libgnomecups
 PORTVERSION=	0.2.3
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME
@@ -12,14 +12,14 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Support library for gnome cups administration
 
-LIB_DEPENDS=	cups:${PORTSDIR}/print/cups-client
+LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 
-USES=		pkgconfig gettext gmake
-USE_BZIP2=	yes
-USE_GNOME=	gnomehack intlhack ltverhack glib20
+USES=		pkgconfig pathfix gettext gmake libtool:keepla tar:bzip2
+GNU_CONFIGURE=	yes
+USE_GNOME=	intlhack glib20
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=  libtool
 CPPFLAGS+=	-I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/print/libgnomecups/pkg-plist
==============================================================================
--- head/print/libgnomecups/pkg-plist	Wed May  7 22:11:28 2014	(r353219)
+++ head/print/libgnomecups/pkg-plist	Wed May  7 22:16:10 2014	(r353220)
@@ -7,6 +7,7 @@ lib/libgnomecups-1.0.a
 lib/libgnomecups-1.0.la
 lib/libgnomecups-1.0.so
 lib/libgnomecups-1.0.so.1
+lib/libgnomecups-1.0.so.1.0.0
 libdata/pkgconfig/libgnomecups-1.0.pc
 share/locale/ar/LC_MESSAGES/libgnomecups.mo
 share/locale/bg/LC_MESSAGES/libgnomecups.mo


More information about the svn-ports-all mailing list