diff options
author | rene <rene@FreeBSD.org> | 2018-02-11 06:14:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-02-11 06:14:39 +0800 |
commit | 9d25e151e3d93fc6154fb3c90811c948adb979fe (patch) | |
tree | 8d57478dd49b5539ea01628d0b80076096815e84 /databases | |
parent | aa3970f006f57a9793b32ddbe8d4a30461c96e4c (diff) | |
download | freebsd-ports-gnome-9d25e151e3d93fc6154fb3c90811c948adb979fe.tar.gz freebsd-ports-gnome-9d25e151e3d93fc6154fb3c90811c948adb979fe.tar.zst freebsd-ports-gnome-9d25e151e3d93fc6154fb3c90811c948adb979fe.zip |
Removed expired postgresql92 ports.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql92-client/Makefile | 19 | ||||
-rw-r--r-- | databases/postgresql92-contrib/Makefile | 30 | ||||
-rw-r--r-- | databases/postgresql92-contrib/pkg-descr | 23 | ||||
-rw-r--r-- | databases/postgresql92-docs/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql92-pgtcl/Makefile | 10 | ||||
-rw-r--r-- | databases/postgresql92-plperl/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql92-plpython/Makefile | 5 | ||||
-rw-r--r-- | databases/postgresql92-pltcl/Makefile | 6 |
9 files changed, 0 insertions, 113 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3d81c9702ade..21ea29ceb8f2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -708,13 +708,6 @@ SUBDIR += postgresql10-plpython SUBDIR += postgresql10-pltcl SUBDIR += postgresql10-server - SUBDIR += postgresql92-client - SUBDIR += postgresql92-contrib - SUBDIR += postgresql92-docs - SUBDIR += postgresql92-pgtcl - SUBDIR += postgresql92-plperl - SUBDIR += postgresql92-plpython - SUBDIR += postgresql92-pltcl SUBDIR += postgresql93-client SUBDIR += postgresql93-contrib SUBDIR += postgresql93-docs diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile deleted file mode 100644 index b4f402da8a0d..000000000000 --- a/databases/postgresql92-client/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Palle Girgensohn <girgen@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= postgresql - -COMMENT= PostgreSQL database (client) - -MASTERDIR= ${.CURDIR}/../postgresql92-server - -BUILD_DIRS= config src/include src/interfaces src/port \ - src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - doc src/makefiles src/test/regress -INSTALL_DIRS= ${BUILD_DIRS} - -CLIENT_ONLY= yes -COMPONENT= -client -USE_LDCONFIG= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql92-contrib/Makefile b/databases/postgresql92-contrib/Makefile deleted file mode 100644 index 8e0fbe5f1fef..000000000000 --- a/databases/postgresql92-contrib/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Palle Girgensohn <girgen@pingpong.net> -# $FreeBSD$ - -PORTNAME= postgresql - -CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} - -MAINTAINER= pgsql@FreeBSD.org -COMMENT= The contrib utilities from the PostgreSQL distribution - -LIB_DEPENDS= libxslt.so:textproc/libxslt \ - libxml2.so:textproc/libxml2 - -MASTERDIR= ${.CURDIR}/../postgresql92-server - -USES+= bison pgsql:9.2 - -BUILD_DIRS= src/port contrib -INSTALL_DIRS= contrib - -SLAVE_ONLY= yes -COMPONENT= -contrib -CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl -LDFLAGS+= -lpthread -L${PREFIX}/lib - -post-install: - @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README - -.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql92-contrib/pkg-descr b/databases/postgresql92-contrib/pkg-descr deleted file mode 100644 index f7a01fd35e15..000000000000 --- a/databases/postgresql92-contrib/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -This is the port for all stuff that comes in the contrib subtree of -the postgresql distribution. This subtree contains porting tools, -analysis utilities, and plug-in features that are not part of the core -PostgreSQL system, mainly because they address a limited audience or -are too experimental to be part of the main source tree. This does -not preclude their usefulness. - -Each subdirectory contains a README file with information about the -module. Some directories supply new user-defined functions, operators, -or types. After you have installed the files you need to register the -new entities in the database system by running the commands in the -supplied .sql file. For example, - - $ psql -d dbname -f module.sql - -The .sql files are installed into /usr/local/share/postgresql/contrib - -For more information, please see -/usr/local/share/doc/postgresql/contrib/README* - -This software is part of the standard PostgreSQL distribution. - -WWW: http://www.postgresql.org/ diff --git a/databases/postgresql92-docs/Makefile b/databases/postgresql92-docs/Makefile deleted file mode 100644 index de831cd9345d..000000000000 --- a/databases/postgresql92-docs/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# Created by: Palle Girgensohn <girgen@pingpong.net> -# $FreeBSD$ - -WANT_PGSQL_VER=9.2 -COMPONENT= -docs - -.include "${.CURDIR}/../postgresql96-docs/Makefile" diff --git a/databases/postgresql92-pgtcl/Makefile b/databases/postgresql92-pgtcl/Makefile deleted file mode 100644 index da438472061d..000000000000 --- a/databases/postgresql92-pgtcl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -PKGNAMESUFFIX= -postgresql92 - -CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0134]-[0-9]* - -PGTCL_SLAVE= 9.2 -MASTERDIR= ${.CURDIR}/../pgtcl - -.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql92-plperl/Makefile b/databases/postgresql92-plperl/Makefile deleted file mode 100644 index 2fe0cd255c46..000000000000 --- a/databases/postgresql92-plperl/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Created by: Palle Girgensohn <girgen@partitur.se> -# $FreeBSD$ - -WANT_PGSQL_VER= 9.2 - -.include "${.CURDIR}/../postgresql95-plperl/Makefile" diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile deleted file mode 100644 index 122a4a272b97..000000000000 --- a/databases/postgresql92-plpython/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -WANT_PGSQL_VER= 9.2 - -.include "${.CURDIR}/../postgresql95-plpython/Makefile" diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile deleted file mode 100644 index 69427f0aea22..000000000000 --- a/databases/postgresql92-pltcl/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Created by: Palle Girgensohn <girgen@partitur.se> -# $FreeBSD$ - -WANT_PGSQL_VER= 9.2 - -.include "${.CURDIR}/../postgresql96-pltcl/Makefile" |