svn commit: r353147 - head/x11-toolkits/libgnomeui

Tijl Coosemans tijl at FreeBSD.org
Wed May 7 11:46:30 UTC 2014


Author: tijl
Date: Wed May  7 11:46:29 2014
New Revision: 353147
URL: http://svnweb.freebsd.org/changeset/ports/353147
QAT: https://qat.redports.org/buildarchive/r353147/

Log:
  - USES=libtool:keepla tar:bzip2.
  - INSTALL_TARGET=install-strip.

Modified:
  head/x11-toolkits/libgnomeui/Makefile
  head/x11-toolkits/libgnomeui/pkg-plist

Modified: head/x11-toolkits/libgnomeui/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeui/Makefile	Wed May  7 10:27:57 2014	(r353146)
+++ head/x11-toolkits/libgnomeui/Makefile	Wed May  7 11:46:29 2014	(r353147)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomeui
 PORTVERSION=	2.24.4
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,7 +12,7 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Libraries for the GNOME GUI, a GNU desktop environment
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
@@ -20,20 +20,16 @@ LIB_DEPENDS+=	libgnome-keyring.so:${PORT
 		libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
 RUN_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
 
+USES+=		bison gettext gmake libtool:keepla pathfix pkgconfig
+USE_GNOME=	gnomeprefix gnomehier libbonoboui referencehack gvfs
 USE_XORG=	sm
-USES=		bison pathfix gettext gmake pkgconfig
-USE_GNOME=	gnomeprefix gnomehier libbonoboui ltverhack \
-		referencehack gvfs
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnomeui-2.so.0
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libglade/2.0/libgnome.so
-
 .include <bsd.port.mk>
 
 .endif

Modified: head/x11-toolkits/libgnomeui/pkg-plist
==============================================================================
--- head/x11-toolkits/libgnomeui/pkg-plist	Wed May  7 10:27:57 2014	(r353146)
+++ head/x11-toolkits/libgnomeui/pkg-plist	Wed May  7 11:46:29 2014	(r353147)
@@ -56,6 +56,7 @@ lib/libgnomeui-2.a
 lib/libgnomeui-2.la
 lib/libgnomeui-2.so
 lib/libgnomeui-2.so.0
+lib/libgnomeui-2.so.0.2400.4
 libdata/pkgconfig/libgnomeui-2.0.pc
 share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo
 share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo


More information about the svn-ports-all mailing list