git: 3839b1978750 - main - databases/postgresql10-*: Remove expired ports

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 07 Mar 2023 21:41:24 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3839b1978750ced6dcb9deb41215b9570319bb93

commit 3839b1978750ced6dcb9deb41215b9570319bb93
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-03-07 21:40:26 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-03-07 21:40:58 +0000

    databases/postgresql10-*: Remove expired ports
    
    2023-03-07 databases/postgresql10-client: PostgreSQL 10 has reached end-of-life
    2023-03-07 databases/postgresql10-contrib: PostgreSQL 10 has reached end-of-life
    2023-03-07 databases/postgresql10-docs: PostgreSQL 10 has reached end-of-life
    2023-03-07 databases/postgresql10-pgtcl: PostgreSQL-10 has reached end-of-life
    2023-03-07 databases/postgresql10-plperl: PostgreSQL 10 has reached end-of-life
    2023-03-07 databases/postgresql10-plpython: PostgreSQL 10 has reached end-of-life
    2023-03-07 databases/postgresql10-pltcl: PostgreSQL 10 has reached end-of-life
    2023-03-07 databases/postgresql10-server: PostgreSQL 10 has reached end-of-life
---
 MOVED                                              |    8 +
 databases/Makefile                                 |    8 -
 databases/postgresql10-client/Makefile             |   18 -
 databases/postgresql10-contrib/Makefile            |   37 -
 databases/postgresql10-contrib/pkg-descr           |   21 -
 databases/postgresql10-docs/Makefile               |    3 -
 databases/postgresql10-pgtcl/Makefile              |   12 -
 databases/postgresql10-plperl/Makefile             |    8 -
 databases/postgresql10-plpython/Makefile           |    8 -
 databases/postgresql10-pltcl/Makefile              |    6 -
 databases/postgresql10-server/Makefile             |   26 -
 databases/postgresql10-server/distinfo             |    3 -
 databases/postgresql10-server/files/502.pgsql.in   |  114 --
 databases/postgresql10-server/files/dot.cshrc.in   |   11 -
 databases/postgresql10-server/files/dot.profile.in |   22 -
 .../postgresql10-server/files/patch-doc-Makefile   |    9 -
 .../files/patch-doc-src-sgml-Makefile              |   42 -
 .../files/patch-src-Makefile.shlib                 |   11 -
 .../files/patch-src-backend-Makefile               |   11 -
 ...h-src_backend_utils_misc_postgresql.conf.sample |   21 -
 .../files/pkg-message-client.in                    |   38 -
 .../files/pkg-message-contrib.in                   |    9 -
 .../files/pkg-message-plperl.in                    |    9 -
 .../files/pkg-message-plpython.in                  |    9 -
 .../postgresql10-server/files/pkg-message-pltcl.in |    9 -
 .../files/pkg-message-server.in                    |   69 --
 .../postgresql10-server/files/pkgIndex.tcl.in      |    4 -
 databases/postgresql10-server/files/postgresql.in  |  115 --
 databases/postgresql10-server/pkg-descr            |   21 -
 databases/postgresql10-server/pkg-install-server   |   22 -
 databases/postgresql10-server/pkg-plist-client     | 1113 --------------------
 databases/postgresql10-server/pkg-plist-contrib    |  252 -----
 databases/postgresql10-server/pkg-plist-plperl     |   15 -
 databases/postgresql10-server/pkg-plist-plpython   |   28 -
 databases/postgresql10-server/pkg-plist-pltcl      |    8 -
 databases/postgresql10-server/pkg-plist-server     |  849 ---------------
 36 files changed, 8 insertions(+), 2961 deletions(-)

diff --git a/MOVED b/MOVED
index 1332b7d9c296..dfb110b327b7 100644
--- a/MOVED
+++ b/MOVED
@@ -17777,3 +17777,11 @@ net/tshark|net/wireshark@nox11|2023-03-03|Tshark is now the nox11 flavor of wire
 net/tshark-lite|net/wireshark@nox11|2023-03-03|Tshark is now the nox11 flavor of wireshark
 net/wireshark-lite|net/wireshark|2023-03-03|The lite port of wireshark can be controlled with OPTIONS
 lang/gcc-ecj45|java/eclipse-ecj|2023-03-06|Has expired: Long time unsupported upstream, use java/eclipse-ecj instead
+databases/postgresql10-client||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
+databases/postgresql10-contrib||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
+databases/postgresql10-docs||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
+databases/postgresql10-pgtcl||2023-03-07|Has expired: PostgreSQL-10 has reached end-of-life
+databases/postgresql10-plperl||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
+databases/postgresql10-plpython||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
+databases/postgresql10-pltcl||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
+databases/postgresql10-server||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life
diff --git a/databases/Makefile b/databases/Makefile
index 598e34d376ae..dcb922323bf1 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -666,14 +666,6 @@
     SUBDIR += postgresql-semver
     SUBDIR += postgresql-tds_fdw
     SUBDIR += postgresql-zhparser
-    SUBDIR += postgresql10-client
-    SUBDIR += postgresql10-contrib
-    SUBDIR += postgresql10-docs
-    SUBDIR += postgresql10-pgtcl
-    SUBDIR += postgresql10-plperl
-    SUBDIR += postgresql10-plpython
-    SUBDIR += postgresql10-pltcl
-    SUBDIR += postgresql10-server
     SUBDIR += postgresql11-client
     SUBDIR += postgresql11-contrib
     SUBDIR += postgresql11-docs
diff --git a/databases/postgresql10-client/Makefile b/databases/postgresql10-client/Makefile
deleted file mode 100644
index 8f33dd64d645..000000000000
--- a/databases/postgresql10-client/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME=	postgresql
-PORTREVISION=	0
-
-COMMENT=	PostgreSQL database (client)
-
-MASTERDIR=	${.CURDIR}/../postgresql10-server
-
-BUILD_DIRS=	config src/include src/interfaces src/port \
-		src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
-		src/bin/pgbench doc src/makefiles src/test/regress
-INSTALL_DIRS=	${BUILD_DIRS}
-
-CLIENT_ONLY=	yes
-COMPONENT=	-client
-USE_LDCONFIG=	yes
-USES=		pkgconfig
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile
deleted file mode 100644
index 243c2cc879ec..000000000000
--- a/databases/postgresql10-contrib/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	postgresql
-PORTREVISION=	0
-CATEGORIES=	databases
-
-MAINTAINER=	pgsql@FreeBSD.org
-COMMENT=	The contrib utilities from the PostgreSQL distribution
-
-MASTERDIR=	${.CURDIR}/../postgresql10-server
-
-USES=		bison pgsql:${DISTVERSION:C/([0-9]\.?[0-9]).*/\1/g}
-
-BUILD_DIRS=	src/port src/include src/common contrib
-INSTALL_DIRS=	contrib
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE=	yes
-
-SLAVE_ONLY=	yes
-COMPONENT=	-contrib
-CONFIGURE_ARGS+=--with-openssl --disable-nls --with-uuid=bsd
-LDFLAGS+=	-lpthread -L${PREFIX}/lib
-
-OPTIONS_DEFINE=	DOCS XML
-OPTIONS_DEFAULT=XML
-OPTIONS_SUB=	yes
-
-XML_LIB_DEPENDS=libxslt.so:textproc/libxslt \
-		libxml2.so:textproc/libxml2
-XML_CONFIGURE_WITH=	libxml libxslt
-
-post-configure:
-		@cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} symlinks
-
-post-install:
-	@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql10-contrib/pkg-descr b/databases/postgresql10-contrib/pkg-descr
deleted file mode 100644
index a384c76fdbde..000000000000
--- a/databases/postgresql10-contrib/pkg-descr
+++ /dev/null
@@ -1,21 +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.
diff --git a/databases/postgresql10-docs/Makefile b/databases/postgresql10-docs/Makefile
deleted file mode 100644
index 1507fb843f60..000000000000
--- a/databases/postgresql10-docs/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-WANT_PGSQL_VER=10
-
-.include "${.CURDIR}/../postgresql14-docs/Makefile"
diff --git a/databases/postgresql10-pgtcl/Makefile b/databases/postgresql10-pgtcl/Makefile
deleted file mode 100644
index b798cd036e97..000000000000
--- a/databases/postgresql10-pgtcl/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-PORTREVISION=	0
-PKGNAMESUFFIX=	-postgresql10
-
-CONFLICTS=	pgtcl pgtcl-postgresql9[0123456]
-
-DEPRECATED=	PostgreSQL-10 has reached end-of-life
-EXPIRATION_DATE=2023-03-07
-
-PGTCL_SLAVE=	10
-MASTERDIR=	${.CURDIR}/../pgtcl
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile
deleted file mode 100644
index 8fce882803fa..000000000000
--- a/databases/postgresql10-plperl/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-WANT_PGSQL_VER=	10
-
-INSTALL_DIRS=	src/pl/plperl contrib/hstore_plperl
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE=	yes
-
-.include "${.CURDIR}/../postgresql14-plperl/Makefile"
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile
deleted file mode 100644
index bbcebffb4890..000000000000
--- a/databases/postgresql10-plpython/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-WANT_PGSQL_VER=	10
-
-INSTALL_DIRS=	src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE=	yes
-
-.include "${.CURDIR}/../postgresql14-plpython/Makefile"
diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile
deleted file mode 100644
index 34343ffca514..000000000000
--- a/databases/postgresql10-pltcl/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-WANT_PGSQL_VER=	10
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE=	yes
-
-.include "${.CURDIR}/../postgresql14-pltcl/Makefile"
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile
deleted file mode 100644
index 54a929f06d31..000000000000
--- a/databases/postgresql10-server/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-DISTVERSION?=	10.23
-# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
-# not their own.  Probably best to keep it at ?=0 when reset here too.
-PORTREVISION?=	1
-
-DEPRECATED=	PostgreSQL 10 has reached end-of-life
-EXPIRATION_DATE=2023-03-07
-
-MAINTAINER?=	pgsql@FreeBSD.org
-
-INSTALL_DIRS?=	src/common src/timezone src/backend \
-		src/backend/utils/mb/conversion_procs \
-		src/backend/snowball src/backend/replication/libpqwalreceiver \
-		src/backend/replication/pgoutput \
-		src/bin/initdb src/bin/pg_ctl \
-		src/bin/pg_controldata src/bin/pg_resetwal src/pl \
-		src/bin/pg_basebackup src/bin/pg_archivecleanup \
-		src/bin/pg_rewind \
-		src/bin/pg_test_fsync src/bin/pg_test_timing \
-		src/bin/pg_waldump src/bin/pg_upgrade
-
-PG_USER?=	postgres
-PG_GROUP?=	postgres
-PG_UID?=	770
-
-.include "${.CURDIR}/../postgresql14-server/Makefile"
diff --git a/databases/postgresql10-server/distinfo b/databases/postgresql10-server/distinfo
deleted file mode 100644
index 454eb6f0b436..000000000000
--- a/databases/postgresql10-server/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1667925756
-SHA256 (postgresql/postgresql-10.23.tar.bz2) = 94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9
-SIZE (postgresql/postgresql-10.23.tar.bz2) = 19485297
diff --git a/databases/postgresql10-server/files/502.pgsql.in b/databases/postgresql10-server/files/502.pgsql.in
deleted file mode 100644
index 604ad3dadab8..000000000000
--- a/databases/postgresql10-server/files/502.pgsql.in
+++ /dev/null
@@ -1,114 +0,0 @@
-#!/bin/sh
-#
-# Maintenance shell script to vacuum and backup database
-# Put this in /usr/local/etc/periodic/daily, and it will be run
-# every night
-#
-# Written by Palle Girgensohn <girgen@pingpong.net>
-#
-# In public domain, do what you like with it,
-# and use it at your own risk... :)
-#
-
-# Define these variables in either /etc/periodic.conf or
-# /etc/periodic.conf.local to override the default values.
-#
-# daily_pgsql_backup_enable="YES" # do backup of all databases
-# daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases
-# daily_pgsql_vacuum_enable="YES" # do vacuum
-
-# If there is a global system configuration file, suck it in.
-#
-if [ -r /etc/defaults/periodic.conf ]
-then
-    . /etc/defaults/periodic.conf
-    source_periodic_confs
-fi
-
-: ${daily_pgsql_user:="%%PG_USER%%"}
-: ${daily_pgsql_port:=5432}
-: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"}
-: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"}
-: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"}
-# backupdir is relative to ~pgsql home directory unless it begins with a slash:
-: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"}
-: ${daily_pgsql_savedays:="7"}
-
-# allow '~' in directory name
-eval backupdir=${daily_pgsql_backupdir}
-
-rc=0
-
-pgsql_backup() {
-	# daily_pgsql_backupdir must be writeable by user %%PG_USER%%
-	# ~%%PG_USER%% is just that under normal circumstances,
-	# but this might not be where you want the backups...
-	if [ ! -d ${backupdir} ] ; then
-	    echo Creating ${backupdir}
-	    mkdir -m 700 ${backupdir}; chown ${daily_pgsql_user} ${backupdir}
-	fi
-
-	echo
-	echo "PostgreSQL backups"
-
-	# Protect the data
-	umask 077
-	rc=$?
-	now=`date "+%Y-%m-%dT%H:%M:%S"`
-	file=${daily_pgsql_backupdir}/pgglobals_${now}
-	su -l ${daily_pgsql_user} -c \
-		"umask 077; pg_dumpall -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz"
-
-	db=$1
-	while shift; do
-	    echo -n " $db"
-	    file=${backupdir}/pgdump_${db}_${now}
-	    su -l ${daily_pgsql_user} -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}"
-	    [ $? -gt 0 ] && rc=3
-		db=$1
-	done
-
-	if [ $rc -gt 0 ]; then
-	    echo
-	    echo "Errors were reported during backup."
-	fi
-
-	# cleaning up old data
-	find ${backupdir} \( -name 'pgdump_*' -o -name 'pgglobals_*' -o -name '*.dat.gz' -o -name 'toc.dat' \) \
-	    -a -mtime +${daily_pgsql_savedays} -delete
-	echo
-}
-
-case "$daily_pgsql_backup_enable" in
-    [Yy][Ee][Ss])
-	dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"`
-	pgsql_backup $dbnames
-	;;
-
-	[Nn][Oo])
-	;;
-
-	"")
-	;;
-
-	*)
-	pgsql_backup $daily_pgsql_backup_enable
-	;;
-esac
-
-case "$daily_pgsql_vacuum_enable" in
-    [Yy][Ee][Ss])
-
-	echo
-	echo "PostgreSQL vacuum"
-	su -l ${daily_pgsql_user} -c "vacuumdb ${daily_pgsql_vacuum_args}"
-	if [ $? -gt 0 ]
-	then
-	    echo
-	    echo "Errors were reported during vacuum."
-	    rc=3
-	fi
-	;;
-esac
-
-exit $rc
diff --git a/databases/postgresql10-server/files/dot.cshrc.in b/databases/postgresql10-server/files/dot.cshrc.in
deleted file mode 100644
index 17c9ee69a7d0..000000000000
--- a/databases/postgresql10-server/files/dot.cshrc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-setenv PGLIB %%PREFIX%%/lib
-
-# note: PGDATA can be overridden by the -D startup option
-setenv PGDATA $HOME/data96
-
-#You might want to set some locale stuff here
-#setenv PGDATESTYLE ISO
-#setenv LC_ALL sv_SE.ISO_8859-1
-
-# if you want to make regression tests use this TZ
-#setenv TZ PST8PDT
diff --git a/databases/postgresql10-server/files/dot.profile.in b/databases/postgresql10-server/files/dot.profile.in
deleted file mode 100644
index 5be3e6a36ca9..000000000000
--- a/databases/postgresql10-server/files/dot.profile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-PGLIB=%%PREFIX%%/lib
-
-# note: PGDATA can be overridden by the -D startup option
-PGDATA=${HOME}/data96
-
-export PATH PGLIB PGDATA
-
-# if you use the periodic script from share/postgresql/502.pgsql, you
-# can set these
-#PGDUMP_ARGS="-b -F c"
-#PGBACKUPDIR=${HOME}/backups
-#PGBACKUP_SAVE_DAYS=7
-#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS
-
-#You might want to set some locale stuff here
-#PGDATESTYLE=ISO
-#LC_ALL=sv_SE.ISO_8859-1
-#export PGDATESTYLE LC_ALL
-
-# if you want to make regression tests use this TZ
-#TZ=PST8PDT
-#export TZ
diff --git a/databases/postgresql10-server/files/patch-doc-Makefile b/databases/postgresql10-server/files/patch-doc-Makefile
deleted file mode 100644
index d5176bfb64b5..000000000000
--- a/databases/postgresql10-server/files/patch-doc-Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
---- doc/Makefile.orig	2015-10-08 21:45:57.360084007 +0200
-+++ doc/Makefile	2015-10-08 21:46:04.353084097 +0200
-@@ -12,5 +12,5 @@
- top_builddir = ..
- include $(top_builddir)/src/Makefile.global
- 
--all distprep html man install installdirs uninstall clean distclean maintainer-clean:
-+all distprep man install installdirs uninstall clean distclean maintainer-clean:
- 	$(MAKE) -C src $@
diff --git a/databases/postgresql10-server/files/patch-doc-src-sgml-Makefile b/databases/postgresql10-server/files/patch-doc-src-sgml-Makefile
deleted file mode 100644
index 7a1a5142f780..000000000000
--- a/databases/postgresql10-server/files/patch-doc-src-sgml-Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
---- doc/src/sgml/Makefile.orig	2017-08-07 23:08:19.000000000 +0200
-+++ doc/src/sgml/Makefile	2017-08-08 14:07:11.461380000 +0200
-@@ -15,7 +15,7 @@
- 
- # Make "html" the default target, since that is what most people tend
- # to want to use.
--html:
-+man:
- 
- NO_TEMP_INSTALL=yes
- 
-@@ -24,7 +24,7 @@
- include $(top_builddir)/src/Makefile.global
- 
- 
--all: html man
-+all: man
- 
- distprep: html distprep-man
- 
-@@ -76,8 +76,6 @@
- ## Man pages
- ##
- 
--man distprep-man: man-stamp
--
- man-stamp: stylesheet-man.xsl postgres.xml
- 	$(XMLLINT) --noout --valid postgres.xml
- 	$(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^
-@@ -245,10 +243,10 @@
- ## Install
- ##
- 
--install: install-html install-man
-+install: install-man
- 
- installdirs:
--	$(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
-+	$(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
- 
- # If the install used a man directory shared with other applications, this will remove all files.
- uninstall:
diff --git a/databases/postgresql10-server/files/patch-src-Makefile.shlib b/databases/postgresql10-server/files/patch-src-Makefile.shlib
deleted file mode 100644
index 2435ffe1d280..000000000000
--- a/databases/postgresql10-server/files/patch-src-Makefile.shlib
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.shlib.bak	2013-05-06 22:57:06.000000000 +0200
-+++ src/Makefile.shlib	2013-05-12 23:33:16.000000000 +0200
-@@ -87,7 +87,7 @@
- # Testing the soname variable is a reliable way to determine whether a
- # linkable library is being built.
- soname		= $(shlib_major)
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- else
- # Naming convention for dynamically loadable modules
- shlib		= $(NAME)$(DLSUFFIX)
diff --git a/databases/postgresql10-server/files/patch-src-backend-Makefile b/databases/postgresql10-server/files/patch-src-backend-Makefile
deleted file mode 100644
index 4922d1436828..000000000000
--- a/databases/postgresql10-server/files/patch-src-backend-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/backend/Makefile.orig	2009-07-07 15:58:33.000000000 +0200
-+++ src/backend/Makefile	2009-07-07 15:58:57.000000000 +0200
-@@ -107,6 +107,8 @@
- # Update the commonly used headers before building the subdirectories
- $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h
- 
-+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/fmgrprotos.h $(top_builddir)/src/include/utils/probes.h $(top_builddir)/src/include/storage/lwlocknames.h
-+
- 
- # The postgres.o target is needed by the rule in Makefile.global that
- # creates the exports file when MAKE_EXPORTS = true.
diff --git a/databases/postgresql10-server/files/patch-src_backend_utils_misc_postgresql.conf.sample b/databases/postgresql10-server/files/patch-src_backend_utils_misc_postgresql.conf.sample
deleted file mode 100644
index a82826b3b5f1..000000000000
--- a/databases/postgresql10-server/files/patch-src_backend_utils_misc_postgresql.conf.sample
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/backend/utils/misc/postgresql.conf.sample.orig	2016-10-24 20:08:51 UTC
-+++ src/backend/utils/misc/postgresql.conf.sample
-@@ -330,6 +330,7 @@
- 
- # - Where to Log -
- 
-+log_destination = 'syslog'
- #log_destination = 'stderr'		# Valid values are combinations of
- 					# stderr, csvlog, syslog, and eventlog,
- 					# depending on platform.  csvlog
-@@ -464,7 +465,9 @@
- 
- #cluster_name = ''			# added to process titles if nonempty
- 					# (change requires restart)
--#update_process_title = on
-+
-+# On FreeBSD, this is a performance hog, so keep it off if you need speed
-+update_process_title = off
- 
- 
- #------------------------------------------------------------------------------
diff --git a/databases/postgresql10-server/files/pkg-message-client.in b/databases/postgresql10-server/files/pkg-message-client.in
deleted file mode 100644
index 404124204b7d..000000000000
--- a/databases/postgresql10-server/files/pkg-message-client.in
+++ /dev/null
@@ -1,38 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-The PostgreSQL port has a collection of "side orders":
-
-postgresql-docs
-  For all of the html documentation
-
-p5-Pg
-  A perl5 API for client access to PostgreSQL databases.
-
-postgresql-tcltk 
-  If you want tcl/tk client support.
-
-postgresql-jdbc
-  For Java JDBC support.
-
-postgresql-odbc
-  For client access from unix applications using ODBC as access
-  method. Not needed to access unix PostgreSQL servers from Win32
-  using ODBC. See below.
-
-ruby-postgres, py-psycopg2
-  For client access to PostgreSQL databases using the ruby & python
-  languages.
-
-postgresql-plperl, postgresql-pltcl & postgresql-plruby
-  For using perl5, tcl & ruby as procedural languages.
-
-postgresql-contrib
-  Lots of contributed utilities, postgresql functions and
-  datatypes. There you find pg_standby, pgcrypto and many other cool
-  things.
-
-etc...
-EOM
-}
-]
diff --git a/databases/postgresql10-server/files/pkg-message-contrib.in b/databases/postgresql10-server/files/pkg-message-contrib.in
deleted file mode 100644
index 2d9f3d86e71c..000000000000
--- a/databases/postgresql10-server/files/pkg-message-contrib.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-The PostgreSQL contrib utilities have been installed. Please see
-%%PREFIX%%/share/doc/postgresql/contrib/README
-for more information.
-EOM
-}
-]
diff --git a/databases/postgresql10-server/files/pkg-message-plperl.in b/databases/postgresql10-server/files/pkg-message-plperl.in
deleted file mode 100644
index dbda7daff5c2..000000000000
--- a/databases/postgresql10-server/files/pkg-message-plperl.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-PL/Perl has been installed. Check the createlang(l) manpage for more
-info. You can install PL/Perl as trusted or untrusted, by using either
-"createlang plperl" or "createlang plperlu".
-EOM
-}
-]
diff --git a/databases/postgresql10-server/files/pkg-message-plpython.in b/databases/postgresql10-server/files/pkg-message-plpython.in
deleted file mode 100644
index 3bd80d73d177..000000000000
--- a/databases/postgresql10-server/files/pkg-message-plpython.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-PL/Python has been installed. Check the createlang(l) manpage for more
-info. You can install PL/Python by using "createlang plpythonu" (it
-exists as an untrusted language only).
-EOM
-}
-]
diff --git a/databases/postgresql10-server/files/pkg-message-pltcl.in b/databases/postgresql10-server/files/pkg-message-pltcl.in
deleted file mode 100644
index c1776f7d6fb3..000000000000
--- a/databases/postgresql10-server/files/pkg-message-pltcl.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-PL/Tcl has been  installed. Check the createlang(l) manpage for more
-info. You can install pltcl as trusted or untrusted, by using either
-"createlang pltcl" or "createlang pltclu".
-EOM
-}
-]
diff --git a/databases/postgresql10-server/files/pkg-message-server.in b/databases/postgresql10-server/files/pkg-message-server.in
deleted file mode 100644
index e2407c1d964f..000000000000
--- a/databases/postgresql10-server/files/pkg-message-server.in
+++ /dev/null
@@ -1,69 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-For procedural languages and postgresql functions, please note that
-you might have to update them when updating the server.
-
-If you have many tables and many clients running, consider raising
-kern.maxfiles using sysctl(8), or reconfigure your kernel
-appropriately.
-
-The port is set up to use autovacuum for new databases, but you might
-also want to vacuum and perhaps backup your database regularly. There
-is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that
-you may find useful. You can use it to backup and perform vacuum on all
-databases nightly. Per default, it performs `vacuum analyze'. See the
-script for instructions. For autovacuum settings, please review
-~postgres/data/postgresql.conf.
-
-If you plan to access your PostgreSQL server using ODBC, please
-consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql
-to get the functions required for ODBC compliance.
-
-Please note that if you use the rc script,
-%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode
-(UTF-8) will be used to store character data by default.  Set
-postgresql_initdb_flags or use login.conf settings described below to
-alter this behaviour. See the start rc script for more info.
-
-To set limits, environment stuff like locale and collation and other
-things, you can set up a class in /etc/login.conf before initializing
-the database. Add something similar to this to /etc/login.conf:
----
-postgres:\
-	:lang=en_US.UTF-8:\
-	:setenv=LC_COLLATE=C:\
-	:tc=default:
----
-and run `cap_mkdb /etc/login.conf'.
-Then add 'postgresql_class="postgres"' to /etc/rc.conf.
-
-======================================================================
-
-To initialize the database, run
-
-  %%PREFIX%%/etc/rc.d/postgresql initdb
-
-You can then start PostgreSQL by running:
-
-  %%PREFIX%%/etc/rc.d/postgresql start
-
-For postmaster settings, see ~postgres/data/postgresql.conf
-
-NB. FreeBSD's PostgreSQL port logs to syslog by default
-    See ~postgres/data/postgresql.conf for more info
-
-NB. If you're not using a checksumming filesystem like ZFS, you might
-    wish to enable data checksumming. It can only be enabled during
-    the initdb phase, by adding the "--data-checksums" flag to
-    the postgresql_initdb_flags rcvar.  Check the initdb(1) manpage
-    for more info and make sure you understand the performance
-    implications.
-
-======================================================================
-
-To run PostgreSQL at startup, add
-'postgresql_enable="YES"' to /etc/rc.conf
-EOM
-}
-]
diff --git a/databases/postgresql10-server/files/pkgIndex.tcl.in b/databases/postgresql10-server/files/pkgIndex.tcl.in
deleted file mode 100644
index bd8329b15c69..000000000000
--- a/databases/postgresql10-server/files/pkgIndex.tcl.in
+++ /dev/null
@@ -1,4 +0,0 @@
-# Package-index file for Pgtcl-package. Enables you to load PostgreSQL
-# interface functions right into you TCL-interpreter as simply as
-#	package require Pgtcl
-package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so"
diff --git a/databases/postgresql10-server/files/postgresql.in b/databases/postgresql10-server/files/postgresql.in
deleted file mode 100644
index 48fbadb35d39..000000000000
--- a/databases/postgresql10-server/files/postgresql.in
+++ /dev/null
@@ -1,115 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: postgresql
-# REQUIRE: DAEMON mountlate
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf to enable PostgreSQL:
-#
-#  postgresql_enable="YES"
-#  # optional
-#  postgresql_data="/var/db/%%PG_USER%%/data%%PG_VERSION%%"
-#  postgresql_flags="-w -s -m fast"
-#  postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C"
-#  postgresql_login_class="default"
-#  postgresql_profiles=""
-#
-# See %%PREFIX%%/share/doc/postgresql/README-server for more info
-#
-# This scripts takes one of the following commands:
-#
-#   start stop restart reload status initdb
-#
-# For postmaster startup options, edit ${postgresql_data}/postgresql.conf
-
-command=%%PREFIX%%/bin/pg_ctl
-
-. /etc/rc.subr
-
-load_rc_config postgresql
-
-# set defaults
-postgresql_enable=${postgresql_enable:-"NO"}
-postgresql_flags=${postgresql_flags:-"-w -s -m fast"}
-postgresql_user=${postgresql_user:-"%%PG_USER%%"}
-eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data%%PG_VERSION%%"}
-postgresql_login_class=${postgresql_login_class:-"default"}
-postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"}
-
-name=postgresql
-rcvar=postgresql_enable
-extra_commands="reload initdb"
-
-start_cmd="postgresql_command start"
-stop_cmd="postgresql_command stop"
-restart_cmd="postgresql_command restart"
-reload_cmd="postgresql_command reload"
-status_cmd="postgresql_command status"
-promote_cmd="postgresql_command promote"
-
-initdb_cmd="postgresql_initdb"
-
-su_cmd="/usr/bin/su"
-
-if [ -n "$2" ]; then
-	profile="$2"
-	if [ "x${postgresql_profiles}" != "x" ]; then
-		eval postgresql_data="\${postgresql_${profile}_data:-}"
-		if [ "x${postgresql_data}" = "x" ]; then
-			echo "You must define a data directory (postgresql_${profile}_data)"
-			exit 1
-		fi
-		eval postgresql_enable="\${postgresql_${profile}_enable:-${postgresql_enable}}"
-		eval postgresql_data="\${postgresql_${profile}_data:-${postgresql_data}}"
-		eval postgresql_flags="\${postgresql_${profile}_flags:-${postgresql_flags}}"
-		eval postgresql_initdb_flags="\${postgresql_${profile}_initdb_flags:-${postgresql_initdb_flags}}"
-	fi
-else
-	if [ "x${postgresql_profiles}" != "x" -a "x$1" != "x" ]; then
-		for profile in ${postgresql_profiles}; do
-			eval _enable="\${postgresql_${profile}_enable}"
-			case "x${_enable:-${postgresql_enable}}" in
-			x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee])
-				continue
-				;;
-			x[Yy][Ee][Ss])
-				;;
-			*)
-				if test -z "$_enable"; then
-					_var=postgresql_enable
-				else
-					_var=postgresql_"${profile}"_enable
-				fi
-				echo "Bad value" \
-					"'${_enable:-${postgresql_enable}}'" \
-					"for ${_var}. " \
-					"Profile ${profile} skipped."
-				continue
-				;;
-			esac
-			echo "===> postgresql profile: ${profile}"
-			%%PREFIX%%/etc/rc.d/postgresql $1 ${profile}
-			retcode="$?"
-			if [ "0${retcode}" -ne 0 ]; then
-				failed="${profile} (${retcode}) ${failed:-}"
-			else
-				success="${profile} ${success:-}"
-			fi
-		done
-		exit 0
-	fi
-fi
-
-command_args="-D ${postgresql_data} ${postgresql_flags}"
-
-postgresql_command()
-{
-    ${su_cmd} -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
-}
-
-postgresql_initdb()
-{
-    ${su_cmd} -l -c ${postgresql_login_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data} -U ${postgresql_user}"
-}
-
-run_rc_command "$1"
diff --git a/databases/postgresql10-server/pkg-descr b/databases/postgresql10-server/pkg-descr
deleted file mode 100644
index cbef6ffab2d8..000000000000
--- a/databases/postgresql10-server/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-PostgreSQL is a sophisticated Object-Relational DBMS, supporting
-almost all SQL constructs, including subselects, transactions, and
-user-defined types and functions. It is the most advanced open-source
-database available anywhere. Commercial Support is also available.
-
-The original Postgres code was the effort of many graduate students,
-undergraduate students, and staff programmers working under the direction of
-Professor Michael Stonebraker at the University of California, Berkeley. In
-1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
-language to SQL and created a new database system which came to known as
-Postgres95. Many others contributed to the porting, testing, debugging and
-enhancement of the Postgres95 code. As the code improved, and 1995 faded into
-memory, PostgreSQL was born.
-
-PostgreSQL development is presently being performed by a team of Internet
-developers who are now responsible for all current and future development. The
-development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
-Support is available from the PostgreSQL developer/user community through the
-support mailing list (questions@PostgreSQL.ORG).
-
-PostgreSQL is free and the complete source is available.
diff --git a/databases/postgresql10-server/pkg-install-server b/databases/postgresql10-server/pkg-install-server
deleted file mode 100644
index 07a10b84eaab..000000000000
--- a/databases/postgresql10-server/pkg-install-server
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/sh
-
-PATH=/bin:/usr/bin:/usr/sbin
-
-backupwarning() {
-cat <<EOF
-
-  =========== BACKUP YOUR DATA! =============
-  As always, backup your data before
-  upgrading. If the upgrade leads to a higher
-  minor revision (e.g. 8.3.x -> 8.4), a dump
-  and restore of all databases is
-  required. This is *NOT* done by the port!
-  ===========================================
-EOF
-}
-
-case $2 in
-PRE-INSTALL)
-	backupwarning
-	;;
-esac
diff --git a/databases/postgresql10-server/pkg-plist-client b/databases/postgresql10-server/pkg-plist-client
deleted file mode 100644
index ba17a0b2cebd..000000000000
--- a/databases/postgresql10-server/pkg-plist-client
+++ /dev/null
@@ -1,1113 +0,0 @@
-bin/clusterdb
-bin/createdb
-bin/createuser
-bin/dropdb
-bin/dropuser
-bin/ecpg
-bin/pg_config
-bin/pg_dump
-bin/pg_dumpall
-bin/pg_isready
-bin/pg_restore
-bin/pgbench
-bin/psql
-bin/reindexdb
-bin/vacuumdb
-include/ecpg_config.h
-include/ecpg_informix.h
-include/ecpgerrno.h
-include/ecpglib.h
-include/ecpgtype.h
-include/libpq-events.h
-include/libpq-fe.h
-include/libpq/libpq-fs.h
-include/pg_config.h
-include/pg_config_ext.h
-include/pg_config_manual.h
-include/pg_config_os.h
-include/pgtypes.h
-include/pgtypes_date.h
-include/pgtypes_error.h
-include/pgtypes_interval.h
*** 2264 LINES SKIPPED ***