svn commit: r448139 - head/databases/postgresql10-pltcl

Mathieu Arnold mat at FreeBSD.org
Thu Aug 17 16:19:36 UTC 2017


Author: mat
Date: Thu Aug 17 16:19:35 2017
New Revision: 448139
URL: https://svnweb.freebsd.org/changeset/ports/448139

Log:
  For some reason, databases/postgresql10-pltcl was different from all
  others. Fix it.
  
  Sponsored by:	Absolight

Modified:
  head/databases/postgresql10-pltcl/Makefile   (contents, props changed)

Modified: head/databases/postgresql10-pltcl/Makefile
==============================================================================
--- head/databases/postgresql10-pltcl/Makefile	Thu Aug 17 16:19:01 2017	(r448138)
+++ head/databases/postgresql10-pltcl/Makefile	Thu Aug 17 16:19:35 2017	(r448139)
@@ -1,30 +1,6 @@
 # Created by: Palle Girgensohn <girgen at partitur.se>
 # $FreeBSD$
 
-PORTNAME=	postgresql
-CATEGORIES=	databases tcl
-PKGNAMESUFFIX?=	${WANT_PGSQL_VER:S/.//}${COMPONENT}
+WANT_PGSQL_VER=	10
 
-MAINTAINER=	pgsql at FreeBSD.org
-COMMENT=	Module for using Tcl to write SQL functions
-
-MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
-
-WANT_PGSQL_VER?=10
-
-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"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"


More information about the svn-ports-all mailing list