[Midnightbsd-cvs] mports [22192] trunk/databases: add postgres 9.6 pltcl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 29 11:27:25 EST 2016


Revision: 22192
          http://svnweb.midnightbsd.org/mports/?rev=22192
Author:   laffer1
Date:     2016-12-29 11:27:25 -0500 (Thu, 29 Dec 2016)
Log Message:
-----------
add postgres 9.6 pltcl

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/postgresql96-pltcl/
    trunk/databases/postgresql96-pltcl/Makefile

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2016-12-29 15:30:52 UTC (rev 22191)
+++ trunk/databases/Makefile	2016-12-29 16:27:25 UTC (rev 22192)
@@ -137,6 +137,7 @@
 SUBDIR += postgresql96-client
 SUBDIR += postgresql96-contrib
 SUBDIR += postgresql96-docs
+SUBDIR += postgresql96-pltcl
 SUBDIR += postgresql96-server
 SUBDIR += py-MySQLdb
 SUBDIR += py-bsddb

Added: trunk/databases/postgresql96-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql96-pltcl/Makefile	                        (rev 0)
+++ trunk/databases/postgresql96-pltcl/Makefile	2016-12-29 16:27:25 UTC (rev 22192)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+
+PORTNAME=	postgresql
+CATEGORIES=	databases tcl
+PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Module for using Tcl to write SQL functions
+
+MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
+
+WANT_PGSQL_VER?=9.6
+
+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"


Property changes on: trunk/databases/postgresql96-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list