diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql12-pltcl/Makefile | 32 |
2 files changed, 0 insertions, 33 deletions
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" |