From 62b577313b0d65704b72bd2d1187e3bf4df38994 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 25 May 2004 09:19:42 +0000 Subject: Remove databases/postgresql-client because there can't be a -server, and having it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems --- net/gnu-radius/scripts/configure | 2 +- net/jabberd/Makefile | 2 +- net/samba-devel/Makefile | 2 +- net/samba3/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/gnu-radius/scripts/configure b/net/gnu-radius/scripts/configure index e9339a80cb5..b7e03ad9686 100644 --- a/net/gnu-radius/scripts/configure +++ b/net/gnu-radius/scripts/configure @@ -59,7 +59,7 @@ while [ "$1" ]; do LIB_PATH="$LIB_PATH:${LOCALBASE}/lib/mysql/" ;; \"PostgreSQL\") - echo "POSTGRESQL_PORT?= databases/postgresql-client" + echo "POSTGRESQL_PORT?= databases/postgresql7" echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" echo "CONFIGURE_ARGS+= --with-postgres" INCLUDE_PATH="$INCLUDE_PATH:${LOCALBASE}/include/pgsql/" diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index 7be6594a25f..157cf453a5a 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--enable-debug .endif .if defined(WITH_POSTGRESQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/include:${LOCALBASE}/lib STORAGE+= pgsql AUTHREG+= pgsql diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 8018cc5bf15..dd652f99c18 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -151,7 +151,7 @@ PLIST_SUB+= SAMMYSQL="@comment " .endif .if defined(WITH_SAM_PGSQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql-prefix=${LOCALBASE} WANT_EXPSAM_MODULES+= pgsql PLIST_SUB+= SAMPGSQL="" diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 8018cc5bf15..dd652f99c18 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -151,7 +151,7 @@ PLIST_SUB+= SAMMYSQL="@comment " .endif .if defined(WITH_SAM_PGSQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql-prefix=${LOCALBASE} WANT_EXPSAM_MODULES+= pgsql PLIST_SUB+= SAMPGSQL="" -- cgit