pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-pltcl use the non-threaded libtcl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/293a12c3061a
branches:  trunk
changeset: 476908:293a12c3061a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jun 22 18:43:15 2004 +0000

description:
use the non-threaded libtcl
(the threaded one gives errors at "createlang" time - strange that
noone noticed...)

diffstat:

 databases/postgresql-pltcl/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d3e31ac0ae7c -r 293a12c3061a databases/postgresql-pltcl/Makefile
--- a/databases/postgresql-pltcl/Makefile       Tue Jun 22 18:38:46 2004 +0000
+++ b/databases/postgresql-pltcl/Makefile       Tue Jun 22 18:43:15 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:37 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/06/22 18:43:15 drochner Exp $
 
 PKGNAME=               postgresql-pltcl-${BASE_VERS}
-PKGREVISION=           3
+PKGREVISION=           4
 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.tcl}/lib"
+CONFIGURE_ARGS+=       --with-tclconfig="${BUILDLINK_PREFIX.tclnt}/lib"
 CONFIGURE_ENV+=                TCLSH="${TCLSH}"
 TCLSH=                 ${LOCALBASE}/bin/tclsh
 
 BUILD_DIRS=            ${WRKSRC}/src/pl/tcl
 
 .include "../postgresql-lib/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
+.include "../../lang/libtcl-nothread/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index