svn commit: r366894 - head/x11-toolkits/vte3

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 1 16:05:21 UTC 2014


Author: tijl
Date: Mon Sep  1 16:05:20 2014
New Revision: 366894
URL: http://svnweb.freebsd.org/changeset/ports/366894
QAT: https://qat.redports.org/buildarchive/r366894/

Log:
  Convert to USES=libtool and INSTALL_TARGET=install-strip
  
  Obtained from:	gnome-dev

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

Modified: head/x11-toolkits/vte3/Makefile
==============================================================================
--- head/x11-toolkits/vte3/Makefile	Mon Sep  1 16:03:40 2014	(r366893)
+++ head/x11-toolkits/vte3/Makefile	Mon Sep  1 16:05:20 2014	(r366894)
@@ -4,7 +4,7 @@
 
 PORTNAME?=	vte
 PORTVERSION=	0.34.7
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R}
@@ -24,10 +24,10 @@ VTE3_SLAVE?=	no
 RUN_DEPENDS+=	${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
 .endif
 
-USES+=		bison gettext gmake pathfix pkgconfig
+USES+=		bison gettext gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME?=	gnomeprefix gtk30 ltverhack referencehack introspection:build
+USE_GNOME?=	gnomeprefix gtk30 referencehack introspection:build
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS?=--disable-python \
@@ -37,6 +37,7 @@ CONFIGURE_ARGS?=--disable-python \
 		--disable-Bsymbolic \
 		--disable-gnome-pty-helper \
 		--disable-freetypetest
+INSTALL_TARGET=	install-strip
 
 .if !defined(MASTERDIR)
 OPTIONS_DEFINE=	GLX
@@ -56,11 +57,6 @@ CONFIGURE_ARGS+=	--with-glX
 USE_GL=			yes
 .endif
 
-.if ${VTE3_SLAVE}!=yes
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvte2_90.so.9
-.endif
-
 .include <bsd.port.mk>
 
 .endif

Modified: head/x11-toolkits/vte3/pkg-plist
==============================================================================
--- head/x11-toolkits/vte3/pkg-plist	Mon Sep  1 16:03:40 2014	(r366893)
+++ head/x11-toolkits/vte3/pkg-plist	Mon Sep  1 16:05:20 2014	(r366894)
@@ -9,9 +9,9 @@ include/vte-%%VERSION%%/vte/vtepty.h
 include/vte-%%VERSION%%/vte/vtetypebuiltins.h
 include/vte-%%VERSION%%/vte/vteversion.h
 lib/girepository-1.0/Vte-%%VERSION%%.typelib
-lib/libvte2_90.la
 lib/libvte2_90.so
 lib/libvte2_90.so.9
+lib/libvte2_90.so.9.3400.7
 libdata/pkgconfig/vte-%%VERSION%%.pc
 share/doc/vte-2.90/VteReaper.html
 share/doc/vte-2.90/VteTerminal.html


More information about the svn-ports-head mailing list