Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 22:16:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353220 - head/print/libgnomecups
Message-ID:  <201405072216.s47MGBDL018218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405072216.s47MGBDL018218>