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
This commit is contained in:
parent
092124470b
commit
4031a6967c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109952
1
MOVED
1
MOVED
@ -1087,3 +1087,4 @@ lang/tclX80|lang/tclX|2004-05-14|replaced by lang/tclX
|
||||
misc/libelysium||2004-05-14|ancient version of this software
|
||||
audio/traymp|audio/gmpc|2004-05-16|project renamed
|
||||
security/avmailgate||2004-05-18|removed due to licensing concerns
|
||||
databases/postgresql-client|databases/postgresql7|2004-05-25|Remove the -client port because of dependencies problem
|
||||
|
@ -205,7 +205,6 @@
|
||||
SUBDIR += php-sqlrelay
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phppgadmin
|
||||
SUBDIR += postgresql-client
|
||||
SUBDIR += postgresql-contrib
|
||||
SUBDIR += postgresql-devel
|
||||
SUBDIR += postgresql-docs
|
||||
|
@ -33,7 +33,7 @@ PLIST_SUB+= MYSQL="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
.else
|
||||
|
@ -18,7 +18,7 @@ COMMENT= Provides access to PostgreSQL databases through the DBI
|
||||
|
||||
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -18,7 +18,7 @@ COMMENT= Provides access to PostgreSQL databases through the DBI
|
||||
|
||||
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-wx=${X11BASE}
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-wx=${X11BASE}
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -19,7 +19,7 @@ EXTRACT_ONLY= pgbash-7.3.tar.gz
|
||||
MAINTAINER= sascha@root-login.org
|
||||
COMMENT= SQL Bash Shell for PostgreSQL
|
||||
|
||||
LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
|
||||
WRKSRC= ${WRKDIR}/pgbash-7.3/src/bash-2.05a
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
# Ports collection makefile for: postgresql-client
|
||||
# Date created: October 12, 2003
|
||||
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# The portname is set in MASTERDIR/Makefile
|
||||
|
||||
MAINTAINER= girgen@pingpong.net
|
||||
COMMENT= The most advanced open-source database available anywhere - client only
|
||||
|
||||
WITHOUT_SERVER= yes
|
||||
MASTERDIR= ${.CURDIR}/../../databases/postgresql7
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--with-openssl
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+=--without-mysql
|
||||
PKGNAMESUFFIX= -pg
|
||||
|
@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--with-openssl
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+=--without-mysql
|
||||
PKGNAMESUFFIX= -pg
|
||||
|
@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --with-mysql
|
||||
|
||||
# postgresql support requested?
|
||||
.if defined(WITH_PGSQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
.endif
|
||||
|
@ -448,7 +448,7 @@ CONFIGURE_ARGS+=--enable-posix
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
|
||||
.endif
|
||||
|
@ -424,7 +424,7 @@ CONFIGURE_ARGS+=--enable-posix
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
|
||||
.endif
|
||||
|
@ -424,7 +424,7 @@ CONFIGURE_ARGS+=--enable-posix
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
|
||||
.endif
|
||||
|
@ -24,7 +24,7 @@ USE_OPENSSL= YES
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||
DATABASE= postgresql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
|
@ -24,7 +24,7 @@ USE_OPENSSL= YES
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||
DATABASE= postgresql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
|
@ -24,7 +24,7 @@ USE_OPENSSL= YES
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||
DATABASE= postgresql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
|
@ -24,7 +24,7 @@ USE_OPENSSL= YES
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||
DATABASE= postgresql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
|
@ -24,7 +24,7 @@ USE_OPENSSL= YES
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||
DATABASE= postgresql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
PLIST_SUB+= MYSQL="@comment "
|
||||
|
@ -160,7 +160,7 @@ WITH_PGSQL= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+= --enable-auth-module=pgsql
|
||||
|
||||
|
@ -159,7 +159,7 @@ WITH_PGSQL= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+= --enable-auth-module=pgsql
|
||||
|
||||
|
@ -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
|
||||
|
@ -45,7 +45,7 @@ IGNORE= You should configure to use either a MySQL or PostgreSQL backend
|
||||
|
||||
.ifdef(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+=--with-pgsql
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
.endif
|
||||
.ifndef(WITHOUT_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
|
@ -45,7 +45,7 @@ IGNORE= You should configure to use either a MySQL or PostgreSQL backend
|
||||
|
||||
.ifdef(WITH_PGSQL)
|
||||
CONFIGURE_ARGS+=--with-pgsql
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
.endif
|
||||
.ifndef(WITHOUT_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
|
2
net/gnu-radius/scripts/configure
vendored
2
net/gnu-radius/scripts/configure
vendored
@ -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/"
|
||||
|
@ -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
|
||||
|
@ -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=""
|
||||
|
@ -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=""
|
||||
|
@ -38,7 +38,7 @@ PLIST_FILES+= lib/libauth_mysql.so
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
||||
ALL_TARGET+= postgres
|
||||
PLIST_FILES+= lib/libauth_postgres.so
|
||||
.endif
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= jaapb@kerguelen.org
|
||||
COMMENT= Bibliography tool for KDE/Postgres/BibTeX
|
||||
|
||||
LIB_DEPENDS= \
|
||||
pq.3:${PORTSDIR}/databases/postgresql-client
|
||||
pq.3:${PORTSDIR}/databases/postgresql7
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDEBASE_VER= 3
|
||||
|
@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--without-mysql
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
|
||||
.else
|
||||
|
@ -39,7 +39,7 @@ PLIST_SUB+= MYSQL="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRES)
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
|
||||
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
|
||||
CONFIGURE_ARGS+= --enable-pgsql
|
||||
PLIST_SUB+= PGSQL=""
|
||||
.else
|
||||
|
@ -25,7 +25,7 @@ PHP_PORT?= www/mod_php4-twig
|
||||
PHP4_PORT?= www/mod_php4-twig
|
||||
PHP3_PORT?= www/mod_php3
|
||||
TWIG?= www/data-dist/twig
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
PLIST_SUB+= TWIG=${TWIG}
|
||||
ROOTFILES= index.php3 test.php3 goto.php3
|
||||
CONFFILES= .htaccess mailfooter.inc.php3.sample
|
||||
|
Loading…
Reference in New Issue
Block a user