git: 86726220ae8f - main - databases/postgresql12-pltcl: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 12:01:44 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=86726220ae8ffe49a2e5de83e448bf5a4f993428
commit 86726220ae8ffe49a2e5de83e448bf5a4f993428
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 12:01:39 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:01:39 +0000
databases/postgresql12-pltcl: Remove expired port
2024-12-31 databases/postgresql12-pltcl: PostgreSQL-12 is end-of-life
---
MOVED | 1 +
databases/Makefile | 1 -
databases/postgresql12-pltcl/Makefile | 32 --------------------------------
3 files changed, 1 insertion(+), 33 deletions(-)
diff --git a/MOVED b/MOVED
index 79865e27ac04..90179a26cb69 100644
--- a/MOVED
+++ b/MOVED
@@ -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"