diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-08 09:12:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-08 09:12:24 +0800 |
commit | 849745fb52e9d5a039f1e4ddc6c147525f3b4a8c (patch) | |
tree | c4cd27499a7e88752443c89c68fa3039025ce6f5 | |
parent | 5354115a30bb7a1c23b23fd810fec733766e1df4 (diff) | |
download | marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.gz marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.bz2 marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.lz marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.xz marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.zst marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.zip |
Stageify, enable introspection if needed, disable static lib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18940 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/vte/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 3 | ||||
-rw-r--r-- | x11-toolkits/vte3/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/vte3/pkg-plist | 1 |
4 files changed, 16 insertions, 10 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 74ec97bba..f32106a01 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/vte/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= vte PORTVERSION= 0.26.2 @@ -13,7 +13,6 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= Terminal widget with improved accessibility and I18N support USE_BZIP2= yes -NO_STAGE= yes .if !defined(REFERENCE_PORT) @@ -21,13 +20,15 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gno USES= bison gettext gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME?= gnomeprefix gtk20 ltverhack referencehack +GNU_CONFIGURE= yes +USE_GNOME?= gnomeprefix gtk20 introspection:build ltverhack referencehack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS?=--disable-python \ --disable-Bsymbolic \ --disable-freetypetest \ + --disable-static \ + --enable-introspection \ --disable-gnome-pty-helper .if !defined(MASTERDIR) @@ -46,6 +47,9 @@ CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvte.so.9 + .include <bsd.port.mk> .endif diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 3cb7ab0c9..54396efb4 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -7,7 +7,7 @@ include/vte-0.0/vte/vtedeprecated.h include/vte-0.0/vte/vtepty.h include/vte-0.0/vte/vtetypebuiltins.h include/vte-0.0/vte/vteversion.h -lib/libvte.a +lib/girepository-1.0/Vte-0.0.typelib lib/libvte.la lib/libvte.so lib/libvte.so.9 @@ -17,6 +17,7 @@ lib/vte-0.0/osc lib/vte-0.0/slowcat lib/vte-0.0/window libdata/pkgconfig/vte.pc +share/gir-1.0/Vte-0.0.gir share/locale/am/LC_MESSAGES/vte-0.0.mo share/locale/ang/LC_MESSAGES/vte-0.0.mo share/locale/ar/LC_MESSAGES/vte-0.0.mo diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index ef7e8fe05..caa565dc0 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 18634 2013-07-26 10:42:35Z kwm $ +# $MCom$ PORTNAME?= vte PORTVERSION= 0.34.7 @@ -15,7 +15,6 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= Terminal widget with improved accessibility and I18N support USE_XZ= yes -NO_STAGE= yes .if !defined(REFERENCE_PORT) VTE3_SLAVE?= no @@ -24,16 +23,16 @@ VTE3_SLAVE?= no RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper .endif -LATEST_LINK?= vte3 USES= bison gettext gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS?=--disable-python \ --with-gtk=3.0 \ --enable-introspection \ + --disable-static \ --disable-Bsymbolic \ --disable-gnome-pty-helper \ --disable-freetypetest @@ -56,6 +55,9 @@ CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvte2_90.so.9 + .include <bsd.port.mk> .endif diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist index 0ed8db488..e90ead230 100644 --- a/x11-toolkits/vte3/pkg-plist +++ b/x11-toolkits/vte3/pkg-plist @@ -9,7 +9,6 @@ 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.a lib/libvte2_90.la lib/libvte2_90.so lib/libvte2_90.so.9 |