diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
commit | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch) | |
tree | 5a679ff3c41382969b2e70a71da9a9484e795111 /security | |
parent | 44dcca2542e8092cf3bd06845987212d9b95886c (diff) | |
download | marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2 marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip |
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace
that with INSTALL_TARGET=install-tsrip
- Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex)
and use either binary names (when possible) or
package names instead.
I've been tempted to convert options to a more compact form, but
this will happen in the future.
Tested by: two complete poudriere runs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/libgnome-keyring/Makefile | 7 | ||||
-rw-r--r-- | security/libgnome-keyring/pkg-plist | 1 | ||||
-rw-r--r-- | security/seahorse/Makefile | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 0444c0469..d67a4375f 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -4,6 +4,7 @@ PORTNAME= libgnome-keyring PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -15,14 +16,12 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ USE_GNOME= glib20 gnomehier gnomeprefix intlhack \ introspection:build -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-vala - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so* +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/security/libgnome-keyring/pkg-plist b/security/libgnome-keyring/pkg-plist index 36d6fb404..1e2675037 100644 --- a/security/libgnome-keyring/pkg-plist +++ b/security/libgnome-keyring/pkg-plist @@ -2,7 +2,6 @@ include/gnome-keyring-1/gnome-keyring-memory.h include/gnome-keyring-1/gnome-keyring-result.h include/gnome-keyring-1/gnome-keyring.h lib/girepository-1.0/GnomeKeyring-1.0.typelib -lib/libgnome-keyring.la lib/libgnome-keyring.so lib/libgnome-keyring.so.0 lib/libgnome-keyring.so.0.2.0 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 9b724692f..5530295b5 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_XORG= sm USE_LDCONFIG= yes -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= intlhack gnomeprefix gtk30 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |