pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-bsddb3/patches Patch-aa isn't needed any ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18f45f4532a5
branches: trunk
changeset: 576153:18f45f4532a5
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 02 15:07:53 2010 +0000
description:
Patch-aa isn't needed any more
diffstat:
databases/py-bsddb3/patches/patch-aa | 31 -------------------------------
1 files changed, 0 insertions(+), 31 deletions(-)
diffs (35 lines):
diff -r dfa902ddb98d -r 18f45f4532a5 databases/py-bsddb3/patches/patch-aa
--- a/databases/py-bsddb3/patches/patch-aa Wed Jun 02 13:38:22 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2008/09/13 12:38:09 dholland Exp $
-
---- setup2.py.orig 2008-03-25 14:50:51.000000000 +0100
-+++ setup2.py
-@@ -7,10 +7,7 @@ import re
- import sys
- import glob
-
--try :
-- from setuptools import setup, Extension
--except :
-- from distutils.core import setup, Extension
-+from distutils.core import setup, Extension
-
- from distutils.dep_util import newer
- import distutils.ccompiler
-@@ -201,11 +198,11 @@ if os.name == 'posix':
-
- # figure out from the base setting where the lib and .h are
- if not incdir:
-- incdir = os.path.join(BERKELEYDB_DIR, 'include')
-+ incdir = os.path.join(BERKELEYDB_DIR, 'include/db4')
- if not libdir:
- libdir = os.path.join(BERKELEYDB_DIR, 'lib')
-- if not '-ldb' in LIBS:
-- libname = [dblib]
-+ if not '-ldb4' in LIBS:
-+ libname = ['db4']
- else:
- if debug: print "LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'"
- libname = []
Home |
Main Index |
Thread Index |
Old Index