diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 13:01:39 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 13:01:39 +0100 |
commit | 86726220ae8ffe49a2e5de83e448bf5a4f993428 (patch) | |
tree | 64773c74a3db1d53eed9caa6973f4c56ff3eed36 | |
parent | databases/postgresql12-plperl: Remove expired port (diff) |
databases/postgresql12-pltcl: Remove expired port
2024-12-31 databases/postgresql12-pltcl: PostgreSQL-12 is end-of-life
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql12-pltcl/Makefile | 32 |
3 files changed, 1 insertions, 33 deletions
@@ -3826,3 +3826,4 @@ databases/ldb22||2025-01-01|Has expired: Required only by security/sssd, which e databases/postgresql12-contrib||2025-01-01|Has expired: PostgreSQL-12 is end-of-life databases/postgresql12-client||2025-01-01|Has expired: PostgreSQL-12 is end-of-life databases/postgresql12-plperl||2025-01-01|Has expired: PostgreSQL-12 is end-of-life +databases/postgresql12-pltcl||2025-01-01|Has expired: PostgreSQL-12 is end-of-life diff --git a/databases/Makefile b/databases/Makefile index fc53e51748e4..fc9f4652d08f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -672,7 +672,6 @@ SUBDIR += postgresql12-docs SUBDIR += postgresql12-pgtcl SUBDIR += postgresql12-plpython - SUBDIR += postgresql12-pltcl SUBDIR += postgresql12-server SUBDIR += postgresql13-client SUBDIR += postgresql13-contrib diff --git a/databases/postgresql12-pltcl/Makefile b/databases/postgresql12-pltcl/Makefile deleted file mode 100644 index 25c81560e802..000000000000 --- a/databases/postgresql12-pltcl/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= postgresql -# Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 0 -CATEGORIES= databases tcl -PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} - -MAINTAINER= pgsql@FreeBSD.org -COMMENT= Module for using Tcl to write SQL functions - -MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server - -WANT_PGSQL_VER?=12 - -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 - -# this port fails to build in parallel -MAKE_JOBS_UNSAFE= yes - -.include "${MASTERDIR}/Makefile" |