pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql-pltcl Back out last `fix' which i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db2605edf9a0
branches: trunk
changeset: 476913:db2605edf9a0
user: jwise <jwise%pkgsrc.org@localhost>
date: Tue Jun 22 20:43:56 2004 +0000
description:
Back out last `fix' which is nonsensical -- this package uses tclConfig.sh like
all other correctly written tcl-using packages, and gets the inclusion of
-lpthread (and -lm for that matter) exactly right. I use it regularly here.
diffstat:
databases/postgresql-pltcl/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r a6a917f9cb41 -r db2605edf9a0 databases/postgresql-pltcl/Makefile
--- a/databases/postgresql-pltcl/Makefile Tue Jun 22 20:34:11 2004 +0000
+++ b/databases/postgresql-pltcl/Makefile Tue Jun 22 20:43:56 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/06/22 18:43:15 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2004/06/22 20:43:56 jwise Exp $
PKGNAME= postgresql-pltcl-${BASE_VERS}
-PKGREVISION= 4
+PKGREVISION= 3
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
@@ -12,13 +12,13 @@
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-tcl
-CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tclnt}/lib"
+CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
TCLSH= ${LOCALBASE}/bin/tclsh
BUILD_DIRS= ${WRKSRC}/src/pl/tcl
.include "../postgresql-lib/buildlink3.mk"
-.include "../../lang/libtcl-nothread/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index