diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /security | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2 marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gcr/Makefile | 9 | ||||
-rw-r--r-- | security/gnome-keyring/Makefile | 7 | ||||
-rw-r--r-- | security/gnome-keyring3/Makefile | 15 | ||||
-rw-r--r-- | security/libcryptui/Makefile | 9 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 7 | ||||
-rw-r--r-- | security/libpwquality/Makefile | 3 | ||||
-rw-r--r-- | security/libsecret/Makefile | 3 | ||||
-rw-r--r-- | security/seahorse-sharing/Makefile | 7 | ||||
-rw-r--r-- | security/seahorse/Makefile | 1 | ||||
-rw-r--r-- | security/seahorse3/Makefile | 17 |
10 files changed, 44 insertions, 34 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index a7e1fecdb..9f164b1ec 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -11,13 +11,14 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Library for bits of crypto UI and parsing BUILD_DEPENDS= gtk-doc>0:${PORTSDIR}/textproc/gtk-doc -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ - tasn1:${PORTSDIR}/security/libtasn1 \ - p11-kit:${PORTSDIR}/security/p11-kit \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libp11-kit.so:${PORTSDIR}/security/p11-kit \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFLICTS= gnome-keyring-2.[0-9]* +NO_STAGE= yes USE_XZ= yes USE_GNOME= gtk30 intlhack introspection:build USES= gettext gmake pathfix pkgconfig shared-mime-info diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index d6e72a268..47a5eb93b 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -10,14 +10,15 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets -LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1 \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CONFLICTS= gnome-keyring-3.[0-9]* gcr-3.[0-9]* +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix gtk20 ltverhack intlhack USES= gettext gmake pathfix pkgconfig diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile index 6ba0403c0..22a16f383 100644 --- a/security/gnome-keyring3/Makefile +++ b/security/gnome-keyring3/Makefile @@ -9,20 +9,21 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gcr>=3.5.3:${PORTSDIR}/security/gcr -LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ - dbus-1:${PORTSDIR}/devel/dbus \ - gcr:${PORTSDIR}/security/gcr \ - tasn1:${PORTSDIR}/security/libtasn1 \ - p11-kit:${PORTSDIR}/security/p11-kit \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libgcr.so:${PORTSDIR}/security/gcr \ + libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libp11-kit.so:${PORTSDIR}/security/p11-kit \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CONFLICTS= gnome-keyring-2.[0-9]* +NO_STAGE= yes LATEST_LINK= gnome-keyring3 USE_XZ= yes USE_GNOME= gnomeprefix gtk30 ltverhack intlhack diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 40b0e867d..e45bb2b85 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -12,13 +12,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME application for managing encryption keys (PGP, SSH) BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= seahorse-2.[0-9]* seahorse-3.0.[0-9]* +NO_STAGE= yes USE_LDCONFIG= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig @@ -36,7 +37,7 @@ OPTIONS_DEFINE= NOTIFY .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+=--disable-libnotify .endif diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 5fcc5cf57..c58009f7c 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -8,11 +8,12 @@ CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt +NO_STAGE= yes USE_XZ= yes USE_GNOME= glib20 gnomehier gnomeprefix intlhack \ introspection:build ltverhack diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile index ca464b609..d36a82fd7 100644 --- a/security/libpwquality/Makefile +++ b/security/libpwquality/Makefile @@ -9,8 +9,9 @@ MASTER_SITES= https://fedorahosted.org/releases/l/i/libpwquality/ MAINTAINER= gnome@freebsd.org COMMENT= Library for generating random passwords and quality checking -LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib +LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib +NO_STAGE= yes USES= gettext gmake pathfix USE_BZIP2= yes USE_AUTOTOOLS= libtool diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index dcfe1f5e2..8319e6c27 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -11,8 +11,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library to access the secret service API BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt +NO_STAGE= yes USE_XZ= yes USE_GNOME= gnomehier glib20 libxslt:build intltool introspection:build USES= gettext gmake pathfix pkgconfig diff --git a/security/seahorse-sharing/Makefile b/security/seahorse-sharing/Makefile index 17fa3359b..899aabc58 100644 --- a/security/seahorse-sharing/Makefile +++ b/security/seahorse-sharing/Makefile @@ -12,12 +12,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Seahorse PGP public key sharing using DNS-SD and HKP. BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - avahi-glib:${PORTSDIR}/net/avahi-app \ - soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ + libavahi-glib.so:${PORTSDIR}/net/avahi-app \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ seahorse>=3.2.1:${PORTSDIR}/security/seahorse3 +NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= intlhack gnomeprefix diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index d0337441a..6cfef47a0 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ CONFLICTS= libcryptui-3.[0-9]* seahorse-3.[0-9]* +NO_STAGE= yes USE_XORG= sm USE_LDCONFIG= yes USE_BZIP2= yes diff --git a/security/seahorse3/Makefile b/security/seahorse3/Makefile index 32e8f2f36..afddd3a81 100644 --- a/security/seahorse3/Makefile +++ b/security/seahorse3/Makefile @@ -13,18 +13,19 @@ COMMENT= GNOME application for managing encryption keys (PGP, SSH) BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ - cryptui:${PORTSDIR}/security/libcryptui \ - gcr-3:${PORTSDIR}/security/gcr \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - secret-1:${PORTSDIR}/security/libsecret \ - soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libcryptui.so:${PORTSDIR}/security/libcryptui \ + libgcr-3.so:${PORTSDIR}/security/gcr \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= seahorse-2.[0-9]* +NO_STAGE= yes LATEST_LINK= seahorse3 USE_XORG= sm USE_LDCONFIG= yes |