pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-bsddb3 Apply the changes from setup2.py t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a82393406e0
branches:  trunk
changeset: 627899:0a82393406e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 18 13:37:25 2013 +0000

description:
Apply the changes from setup2.py to setup3.py as well to fix the build
of the Python 3.x variant.

diffstat:

 databases/py-bsddb3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1241e29318f -r 0a82393406e0 databases/py-bsddb3/Makefile
--- a/databases/py-bsddb3/Makefile      Wed Dec 18 11:52:48 2013 +0000
+++ b/databases/py-bsddb3/Makefile      Wed Dec 18 13:37:25 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2013/12/11 19:18:56 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2013/12/18 13:37:25 joerg Exp $
 
 DISTNAME=      bsddb3-6.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@
 
 SUBST_CLASSES+=                bdb
 SUBST_STAGE.bdb=       pre-configure
-SUBST_FILES.bdb=       ${WRKSRC}/setup2.py
+SUBST_FILES.bdb=       ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py
 SUBST_SED.bdb=         -e "s,dblib = 'db',dblib = '${BDB_TYPE}',g"
 
 do-test:



Home | Main Index | Thread Index | Old Index