diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
commit | 34fa6c853efa04ca648d3d4187d4aec40a00fc0d (patch) | |
tree | 3445b3e9b6e7650fd127ec078394a0d7a8e79076 /security | |
parent | ae2c26ad44dba87dd1377d70dfb1906132114c7b (diff) | |
download | ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.tar.gz ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/audit/Makefile | 3 | ||||
-rw-r--r-- | security/courier-authlib-base/Makefile | 3 | ||||
-rw-r--r-- | security/courier-authlib/Makefile | 3 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 | ||||
-rw-r--r-- | security/pam-pgsql/Makefile | 6 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 2 | ||||
-rw-r--r-- | security/snort/Makefile | 3 |
7 files changed, 8 insertions, 15 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index b3a73abc43bb..d44d52c6300f 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -24,8 +24,7 @@ OPTIONS= MYSQL "With MySQL support" off \ USE_MYSQL= yes .endif .if defined(WITH_PGSQL) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= yes .endif WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}beta diff --git a/security/courier-authlib-base/Makefile b/security/courier-authlib-base/Makefile index 71952f4da9b4..ea2c8c5b15a5 100644 --- a/security/courier-authlib-base/Makefile +++ b/security/courier-authlib-base/Makefile @@ -86,8 +86,7 @@ CONFIGURE_ARGS+=--with-authmysql \ CONFIGURE_ARGS+=--without-authpgsql PLIST_SUB+= PGSQLFLAG="@comment " .else -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= YES PLIST_SUB+= PGSQLFLAG="" .endif diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 71952f4da9b4..ea2c8c5b15a5 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -86,8 +86,7 @@ CONFIGURE_ARGS+=--with-authmysql \ CONFIGURE_ARGS+=--without-authpgsql PLIST_SUB+= PGSQLFLAG="@comment " .else -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= YES PLIST_SUB+= PGSQLFLAG="" .endif diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index e09df1ecd549..e8b2fbe43112 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -90,8 +90,7 @@ CONFIGURE_ARGS+=--without-mysql .endif .if defined(WITH_PGSQL) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .else CONFIGURE_ARGS+=--without-pgsql diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 07f845180bff..386633ca0bcc 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -7,7 +7,7 @@ PORTNAME= pam-pgsql PORTVERSION= 0.5.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL:S/$/:local/} @@ -21,9 +21,7 @@ PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} mat/:local MAINTAINER= ports@FreeBSD.org COMMENT= A pam module for authenticating with PostgreSQL -LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} - -POSTGRESQL_PORT?= databases/postgresql7 +USE_PGSQL= yes PATCH_DIST_STRIP= -p1 diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index bb17831a8609..4e89bd7a8d76 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -39,7 +39,7 @@ PLIST_SUB+= MYSQL="@comment " .endif .if defined(WITH_POSTGRES) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 +USE_PGSQL= YES CONFIGURE_ARGS+= --enable-pgsql PLIST_SUB+= PGSQL="" .else diff --git a/security/snort/Makefile b/security/snort/Makefile index 7e053b006f2b..36721fe26d28 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -58,8 +58,7 @@ CONFIGURE_ARGS+= --with-odbc=no .endif .if defined(WITH_POSTGRESQL) -POSTGRESQL_PORT?= databases/postgresql7 -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} +USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) LDFLAGS+= -lssl -lcrypto |