aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-10-02 20:45:39 +0800
committerrene <rene@FreeBSD.org>2016-10-02 20:45:39 +0800
commitb212c0a886c87310bf166fcff4b23cdfb315ca3f (patch)
tree92445b3a296112cc60b662a41a7590a16adca0a0 /databases
parent42c3f5f554802b84610aecbe067bcc25ab094542 (diff)
downloadfreebsd-ports-graphics-b212c0a886c87310bf166fcff4b23cdfb315ca3f.tar.gz
freebsd-ports-graphics-b212c0a886c87310bf166fcff4b23cdfb315ca3f.tar.zst
freebsd-ports-graphics-b212c0a886c87310bf166fcff4b23cdfb315ca3f.zip
Remove expired ports:
2016-10-01 databases/postgresql91-pltcl: End-of-life is near 2016-10-01 databases/postgresql91-docs: End-of-life is near 2016-10-02 www/mediawiki125: EOL upstream
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile2
-rw-r--r--databases/postgresql91-docs/Makefile45
-rw-r--r--databases/postgresql91-pltcl/Makefile30
3 files changed, 0 insertions, 77 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 83b781b5e0f..f1a43c2e14d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -662,9 +662,7 @@
SUBDIR += postgresql-repmgr
SUBDIR += postgresql-repmgr2
SUBDIR += postgresql91-client
- SUBDIR += postgresql91-docs
SUBDIR += postgresql91-pgtcl
- SUBDIR += postgresql91-pltcl
SUBDIR += postgresql91-server
SUBDIR += postgresql92-client
SUBDIR += postgresql92-contrib
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile
deleted file mode 100644
index 7bd08788b34..00000000000
--- a/databases/postgresql91-docs/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Palle Girgensohn <girgen@pingpong.net>
-# $FreeBSD$
-
-PORTNAME= postgresql
-PKGNAMESUFFIX?= ${DISTV:S/.//}-docs
-DISTV= ${DISTVERSION:R}
-
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= The PostgreSQL documentation set
-
-MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
-
-USES+= pgsql:${WANT_PGSQL_VER}
-WANT_PGSQL_VER?=9.1
-
-SLAVE_ONLY= YES
-COMPONENT= -docs
-
-PGDOCSREL?= ${DOCSDIR_REL}/release-${PGSQL_VER}
-PGDOCSDIR?= ${PREFIX}/${PGDOCSREL}
-
-sgmldir= ${LOCALBASE}/share/sgml
-dbdir= ${sgmldir}/docbook
-
-BUILD_DEPENDS+= onsgmls:textproc/opensp \
- openjade:textproc/openjade \
- ${sgmldir}/iso8879/catalog:textproc/iso8879 \
- ${dbdir}/dsssl/modular/catalog:textproc/dsssl-docbook-modular \
- docbook-sgml>0:textproc/docbook-sgml
-
-do-build:
- ${MAKE_CMD} -C ${WRKSRC} html
-
-do-install:
- @ ${MKDIR} ${STAGEDIR}${PGDOCSDIR}
- ( cd ${WRKSRC}/doc/src/sgml/html && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${PGDOCSDIR} )
-
-post-install:
- @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type f) >> ${TMPPLIST}
- @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type d) | ${SORT} -r | \
- ${SED} 's,.*,@unexec rmdir %D/& 2>/dev/null || true,' >>${TMPPLIST}
-
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile
deleted file mode 100644
index 895896a8d16..00000000000
--- a/databases/postgresql91-pltcl/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Palle Girgensohn <girgen@partitur.se>
-# $FreeBSD$
-
-PORTNAME= postgresql
-CATEGORIES= databases tcl
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
-
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= Module for using Tcl to write SQL functions
-
-MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
-
-WANT_PGSQL_VER?=9.1
-
-USES+= tcl pgsql:${WANT_PGSQL_VER}
-WANT_PGSQL= server
-
-CONFIGURE_ARGS= --with-tcl --without-tk \
- --with-tclconfig="${TCL_LIBDIR}" \
- --with-includes="${TCL_INCLUDEDIR}"
-
-CONFIGURE_ENV+= TCLSH="${TCLSH}"
-MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}"
-
-BUILD_DIRS= src/backend src/pl/tcl
-INSTALL_DIRS= src/pl/tcl
-SLAVE_ONLY= yes
-COMPONENT= -pltcl
-
-.include "${MASTERDIR}/Makefile"