diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 07:19:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 07:19:01 +0800 |
commit | 6f89fa70a1d41a0a491949e67eeade7651c76935 (patch) | |
tree | 12f2ebffd5897c4fe5a1cc5d93059afe1d604c52 /security | |
parent | dbd87326a06aa9cd2c97a47869e225180b771d29 (diff) | |
download | freebsd-ports-gnome-6f89fa70a1d41a0a491949e67eeade7651c76935.tar.gz freebsd-ports-gnome-6f89fa70a1d41a0a491949e67eeade7651c76935.tar.zst freebsd-ports-gnome-6f89fa70a1d41a0a491949e67eeade7651c76935.zip |
Support stage
Switch to USES=libtool
Strip binaries
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 14 | ||||
-rw-r--r-- | security/gnome-keyring/pkg-plist | 10 |
2 files changed, 8 insertions, 16 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 5bd11797ef42..edd0c8543b1a 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-keyring PORTVERSION= 2.32.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,21 +11,19 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack -USE_GMAKE= yes -USES= gettext pkgconfig -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix gtk20 intlhack USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ --with-root-certs="${LOCALBASE}/share/certs/ca-root-nss.crt" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml \ org.gnome.crypto.pgp.gschema.xml +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist index 8ce23ce40a59..f998a47ed0ff 100644 --- a/security/gnome-keyring/pkg-plist +++ b/security/gnome-keyring/pkg-plist @@ -18,30 +18,24 @@ include/gp11/gp11.h include/gp11/pkcs11.h include/gp11/pkcs11g.h include/gp11/pkcs11n.h -lib/gnome-keyring/devel/gkm-ssh-store-standalone.a lib/gnome-keyring/devel/gkm-ssh-store-standalone.la lib/gnome-keyring/devel/gkm-ssh-store-standalone.so -lib/gnome-keyring/devel/gkm-user-store-standalone.a lib/gnome-keyring/devel/gkm-user-store-standalone.la lib/gnome-keyring/devel/gkm-user-store-standalone.so -lib/gnome-keyring/gnome-keyring-pkcs11.a lib/gnome-keyring/gnome-keyring-pkcs11.la lib/gnome-keyring/gnome-keyring-pkcs11.so -lib/gnome-keyring/standalone/gkm-roots-store-standalone.a lib/gnome-keyring/standalone/gkm-roots-store-standalone.la lib/gnome-keyring/standalone/gkm-roots-store-standalone.so -lib/gnome-keyring/standalone/gkm-secret-store-standalone.a lib/gnome-keyring/standalone/gkm-secret-store-standalone.la lib/gnome-keyring/standalone/gkm-secret-store-standalone.so -lib/libgcr.a lib/libgcr.la lib/libgcr.so lib/libgcr.so.0 -lib/libgp11.a +lib/libgcr.so.0.0.0 lib/libgp11.la lib/libgp11.so lib/libgp11.so.0 -lib/pam_gnome_keyring.a +lib/libgp11.so.0.0.0 lib/pam_gnome_keyring.la lib/pam_gnome_keyring.so libdata/pkgconfig/gcr-0.pc |