pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang remove assignments to the LIBS env var -- this sh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b9f7cf94ff8
branches: trunk
changeset: 398964:8b9f7cf94ff8
user: drochner <drochner%pkgsrc.org@localhost>
date: Sat Sep 12 17:47:17 2009 +0000
description:
remove assignments to the LIBS env var -- this should have been done
earlier, but there became no-ops due to my change to db4/bl3 and thus
didn't do harm. Now that part of that change was backed out they became
harmful again and thus need to go.
diffstat:
lang/python24/Makefile | 3 +--
lang/python25/Makefile | 3 +--
lang/python26/Makefile | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 736e6bf37f99 -r 8b9f7cf94ff8 lang/python24/Makefile
--- a/lang/python24/Makefile Sat Sep 12 15:35:09 2009 +0000
+++ b/lang/python24/Makefile Sat Sep 12 17:47:17 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2009/09/09 05:59:37 dsainty Exp $
+# $NetBSD: Makefile,v 1.50 2009/09/12 17:47:17 drochner Exp $
DISTNAME= Python-2.4.5
PKGNAME= python24-2.4.5
@@ -117,7 +117,6 @@
MAKE_ENV+= PY_BDB_TYPE=${BDB_TYPE:Q}
MAKE_ENV+= PY_BDB_INCDIRS=${BDBBASE}/${BUILDLINK_INCDIRS.${BDB_TYPE}}
MAKE_ENV+= PY_BDB_LIBDIRS=${BDBBASE}/lib
-LIBS+= ${BDB_LIBS}
PLIST.bsddb= yes
PLIST.dll= yes
.if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
diff -r 736e6bf37f99 -r 8b9f7cf94ff8 lang/python25/Makefile
--- a/lang/python25/Makefile Sat Sep 12 15:35:09 2009 +0000
+++ b/lang/python25/Makefile Sat Sep 12 17:47:17 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/09/09 05:37:51 dsainty Exp $
+# $NetBSD: Makefile,v 1.20 2009/09/12 17:47:17 drochner Exp $
DISTNAME= Python-2.5.4
PKGNAME= python25-2.5.4
@@ -117,7 +117,6 @@
MAKE_ENV+= PY_BDB_TYPE=${BDB_TYPE}
MAKE_ENV+= PY_BDB_INCDIRS=${BUILDLINK_INCDIRS.${BDB_TYPE}:S,^,${BDBBASE}/,:Q}
MAKE_ENV+= PY_BDB_LIBDIRS=${BDBBASE}/lib
-LIBS+= ${BDB_LIBS}
PLIST.bsddb= yes
PLIST.dll= yes
. if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
diff -r 736e6bf37f99 -r 8b9f7cf94ff8 lang/python26/Makefile
--- a/lang/python26/Makefile Sat Sep 12 15:35:09 2009 +0000
+++ b/lang/python26/Makefile Sat Sep 12 17:47:17 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/09/08 10:06:35 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2009/09/12 17:47:17 drochner Exp $
DISTNAME= Python-2.6.2
PKGNAME= python26-2.6.2
@@ -121,7 +121,6 @@
MAKE_ENV+= PY_BDB_TYPE=${BDB_TYPE}
MAKE_ENV+= PY_BDB_INCDIRS=${BUILDLINK_INCDIRS.${BDB_TYPE}:S,^,${BDBBASE}/,:Q}
MAKE_ENV+= PY_BDB_LIBDIRS=${BDBBASE}/lib
-LIBS+= ${BDB_LIBS}
PLIST.bsddb= yes
PLIST.dll= yes
. if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
Home |
Main Index |
Thread Index |
Old Index