diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 00:05:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 00:05:20 +0800 |
commit | 700e4670477d7a962f91f091445a1b1189c1d3fa (patch) | |
tree | 479362d5f8dd4a5360b789c521be8a682470999e /x11-toolkits | |
parent | 3c6021c3b846940bc34d1373d594e200aa3bebde (diff) | |
download | freebsd-ports-gnome-700e4670477d7a962f91f091445a1b1189c1d3fa.tar.gz freebsd-ports-gnome-700e4670477d7a962f91f091445a1b1189c1d3fa.tar.zst freebsd-ports-gnome-700e4670477d7a962f91f091445a1b1189c1d3fa.zip |
Convert to USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte3/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/vte3/pkg-plist | 2 |
2 files changed, 5 insertions, 9 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 682d703c932a..b81d9da35c2a 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -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 diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist index e90ead230384..c14cf62c07d1 100644 --- a/x11-toolkits/vte3/pkg-plist +++ b/x11-toolkits/vte3/pkg-plist @@ -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 |