summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-07 18:13:34 +0000
committerwiz <wiz@pkgsrc.org>2018-01-07 18:13:34 +0000
commit5f553326dbc831f61ebd4efba90adb8a81d3b700 (patch)
treebe315914ff96378e73e0f4a6fcdaaae60c8e2837
parent96b12cf727098ffe221cd1525b01a535a5a3efcb (diff)
downloadpkgsrc-5f553326dbc831f61ebd4efba90adb8a81d3b700.tar.gz
{py-,}bdb-xml: remove packages
Last release from 2011, build broken, not used by anything in pkgsrc.
-rw-r--r--databases/Makefile4
-rw-r--r--databases/bdb-xml/DESCR9
-rw-r--r--databases/bdb-xml/Makefile33
-rw-r--r--databases/bdb-xml/PLIST34
-rw-r--r--databases/bdb-xml/buildlink3.mk20
-rw-r--r--databases/bdb-xml/distinfo12
-rw-r--r--databases/bdb-xml/patches/patch-configure43
-rw-r--r--databases/bdb-xml/patches/patch-dbxml_src_dbxml_Results.cpp14
-rw-r--r--databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlConfiguration.cpp14
-rw-r--r--databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlDocumentCacheImpl.cpp14
-rw-r--r--databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlPrintAST.cpp14
-rw-r--r--databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_Join.cpp14
-rw-r--r--databases/py-bdb-xml/DESCR5
-rw-r--r--databases/py-bdb-xml/Makefile34
-rw-r--r--databases/py-bdb-xml/PLIST5
-rw-r--r--databases/py-bdb-xml/distinfo7
-rw-r--r--databases/py-bdb-xml/patches/patch-aa22
17 files changed, 1 insertions, 297 deletions
diff --git a/databases/Makefile b/databases/Makefile
index c1394c1eab7..b6c58f82a77 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.554 2017/12/08 15:28:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.555 2018/01/07 18:13:34 wiz Exp $
COMMENT= Databases
@@ -8,7 +8,6 @@ SUBDIR+= abook
SUBDIR+= adodb
SUBDIR+= apache-cassandra
SUBDIR+= apache-cassandra2
-SUBDIR+= bdb-xml
SUBDIR+= cdb
SUBDIR+= clisp-bdb
SUBDIR+= clisp-gdbm
@@ -337,7 +336,6 @@ SUBDIR+= py-alembic
SUBDIR+= py-apsw
SUBDIR+= py-asyncpg
SUBDIR+= py-barman
-SUBDIR+= py-bdb-xml
SUBDIR+= py-bsddb3
SUBDIR+= py-carbon
SUBDIR+= py-cassa
diff --git a/databases/bdb-xml/DESCR b/databases/bdb-xml/DESCR
deleted file mode 100644
index eb94c6f7e4f..00000000000
--- a/databases/bdb-xml/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-Berkeley DB XML is an application-specific native XML data manager
-built on Berkeley DB, the world's most widely deployed data management
-engine. Berkeley DB XML provides fast, reliable, scalable and
-cost-effective storage and retrieval for native XML data and
-semi-structured data.
-
-Berkeley DB XML is supplied as a library that links directly into the
-application's address space. This provides superior performance by
-eliminating bottlenecks that occur in client-server systems.
diff --git a/databases/bdb-xml/Makefile b/databases/bdb-xml/Makefile
deleted file mode 100644
index 30ce59caa8c..00000000000
--- a/databases/bdb-xml/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2012/10/02 21:25:15 asau Exp $
-
-DISTNAME= dbxml-2.5.16
-PKGNAME= ${DISTNAME:S/db/bdb-/}
-PKGREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://download.oracle.com/berkeley-db/
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.oracle.com/us/products/database/berkeley-db/
-COMMENT= Native XML data manager built on Berkeley DB
-LICENSE= modified-bsd AND apache-1.1
-
-CONFLICTS= dbxml<=1.2.1
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-berkeleydb=${BDBBASE}
-CONFIGURE_ARGS+= --with-xerces=${BUILDLINK_PREFIX.xerces-c}
-CONFIGURE_ARGS+= --with-xqilla=${BUILDLINK_PREFIX.xqilla}
-CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
-CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE}
-
-BDB_ACCEPTED= db4 db5
-.include "../../mk/bdb.buildlink3.mk"
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../textproc/xerces-c/buildlink3.mk"
-.include "../../textproc/xqilla/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/bdb-xml/PLIST b/databases/bdb-xml/PLIST
deleted file mode 100644
index 662dc27bfaa..00000000000
--- a/databases/bdb-xml/PLIST
+++ /dev/null
@@ -1,34 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2011/02/23 10:32:29 adam Exp $
-bin/dbxml
-bin/dbxml_dump
-bin/dbxml_load
-bin/dbxml_load_container
-include/dbxml/DbXml.hpp
-include/dbxml/DbXmlFwd.hpp
-include/dbxml/XmlCompression.hpp
-include/dbxml/XmlContainer.hpp
-include/dbxml/XmlContainerConfig.hpp
-include/dbxml/XmlData.hpp
-include/dbxml/XmlDebugListener.hpp
-include/dbxml/XmlDocument.hpp
-include/dbxml/XmlEventReader.hpp
-include/dbxml/XmlEventReaderToWriter.hpp
-include/dbxml/XmlEventWriter.hpp
-include/dbxml/XmlException.hpp
-include/dbxml/XmlExternalFunction.hpp
-include/dbxml/XmlIndexLookup.hpp
-include/dbxml/XmlIndexSpecification.hpp
-include/dbxml/XmlInputStream.hpp
-include/dbxml/XmlManager.hpp
-include/dbxml/XmlMetaDataIterator.hpp
-include/dbxml/XmlNamespace.hpp
-include/dbxml/XmlPortability.hpp
-include/dbxml/XmlQueryContext.hpp
-include/dbxml/XmlQueryExpression.hpp
-include/dbxml/XmlResolver.hpp
-include/dbxml/XmlResults.hpp
-include/dbxml/XmlStatistics.hpp
-include/dbxml/XmlTransaction.hpp
-include/dbxml/XmlUpdateContext.hpp
-include/dbxml/XmlValue.hpp
-lib/libdbxml.la
diff --git a/databases/bdb-xml/buildlink3.mk b/databases/bdb-xml/buildlink3.mk
deleted file mode 100644
index fb283d8ea74..00000000000
--- a/databases/bdb-xml/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.14 2011/02/23 10:32:29 adam Exp $
-
-BUILDLINK_TREE+= bdb-xml
-
-.if !defined(BDB_XML_BUILDLINK3_MK)
-BDB_XML_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.bdb-xml+= bdb-xml>=2.5.16
-BUILDLINK_ABI_DEPENDS.bdb-xml+= bdb-xml>=2.5.16
-BUILDLINK_PKGSRCDIR.bdb-xml?= ../../databases/bdb-xml
-
-BDB_ACCEPTED= db4 db5
-.include "../../mk/bdb.buildlink3.mk"
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../textproc/xerces-c/buildlink3.mk"
-.include "../../textproc/xqilla/buildlink3.mk"
-.endif # BDB_XML_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -bdb-xml
diff --git a/databases/bdb-xml/distinfo b/databases/bdb-xml/distinfo
deleted file mode 100644
index 71f329c3b4a..00000000000
--- a/databases/bdb-xml/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 01:56:09 agc Exp $
-
-SHA1 (dbxml-2.5.16.tar.gz) = 46f0e6b301e556c2502e4da0cd96a599acc53837
-RMD160 (dbxml-2.5.16.tar.gz) = fdb4c85271cb84a8e31931d8fb287ad17fafff9c
-SHA512 (dbxml-2.5.16.tar.gz) = 71c7db8dccd8dda64aafc2c8399129f94cb2c5b0b75176b96e3f6c57b5cd9d040418de2fdce9322f0b7f00bcd88a21aca1e2b886cf18aba942c582236d7bdc7b
-Size (dbxml-2.5.16.tar.gz) = 52819154 bytes
-SHA1 (patch-configure) = f9b11c666d92be8ad6db40f31e58c316fb5cc9a4
-SHA1 (patch-dbxml_src_dbxml_Results.cpp) = fa5f325b8f29fd4c1c5675b3ea8bfed84dbafa1a
-SHA1 (patch-dbxml_src_dbxml_dataItem_DbXmlConfiguration.cpp) = a74fe4c644c3abb7aca14976b34cc86045355ba0
-SHA1 (patch-dbxml_src_dbxml_dataItem_DbXmlDocumentCacheImpl.cpp) = 4a7fb559ef2419d1db4488ccd389651c7165d9a0
-SHA1 (patch-dbxml_src_dbxml_dataItem_DbXmlPrintAST.cpp) = f181f837de51e9ca068f98e8f759c9e397d3ebbb
-SHA1 (patch-dbxml_src_dbxml_dataItem_Join.cpp) = 691d34b196daa1814a32001cacbb707773b3ced6
diff --git a/databases/bdb-xml/patches/patch-configure b/databases/bdb-xml/patches/patch-configure
deleted file mode 100644
index 5c6c842c6ca..00000000000
--- a/databases/bdb-xml/patches/patch-configure
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2011/02/23 10:32:29 adam Exp $
-
---- configure.orig 2009-12-22 13:21:17.000000000 +0000
-+++ configure
-@@ -2656,17 +2656,17 @@ DB_TEST_PATH="<replace_with:_path_to_db_
- DB_UTIL_PATH="<replace_with:_path_to_db_build>/build_unix"
-
- # Check for a DB install tree
--if test `ls "$with_berkeleydb"/lib/libdb-*.la 2>/dev/null | wc -l` -gt 0 ; then
-+if test `ls "$with_berkeleydb"/lib/lib${BDB_TYPE}-*.la 2>/dev/null | wc -l` -gt 0 ; then
- { echo "$as_me:$LINENO: checking for Berkeley DB version from install tree" >&5
- echo $ECHO_N "checking for Berkeley DB version from install tree... $ECHO_C" >&6; }
-- db_version=`ls "$with_berkeleydb"/lib/libdb-*.la | sed 's/.*db-\(.*\).la/\1/'`
-+ db_version=`ls "$with_berkeleydb"/lib/lib${BDB_TYPE}-*.la | sed 's/.*db.-\(.*\).la/\1/'`
- { echo "$as_me:$LINENO: result: $db_version" >&5
- echo "${ECHO_T}$db_version" >&6; }
-
- DB_TCLLIB="<replace_with:_path_to_db_libs_with_tcl>/libdb_tcl-$db_version"
- berkeleydb_include="-I$with_berkeleydb/include"
- berkeleydb_lib="$with_berkeleydb/lib"
-- berkeleydb_library="db-$db_version"
-+ berkeleydb_library="${BDB_TYPE}-$db_version"
- berkeleydb_jar="$with_berkeleydb/lib/db.jar"
-
-
-@@ -2746,7 +2746,7 @@ echo "$as_me: error: $with_berkeleydb no
- { (exit 1); exit 1; }; }
- fi
-
--if test "$db_version" != "4.3" && test "$db_version" != "4.4" && test "$db_version" != "4.5" && test "$db_version" != "4.6" && test "$db_version" != "4.7" && test "$db_version" != "4.8"; then
-+if test "$db_version" != "4.3" && test "$db_version" != "4.4" && test "$db_version" != "4.5" && test "$db_version" != "4.6" && test "$db_version" != "4.7" && test "$db_version" != "4.8" && test "$db_version" != "5.1"; then
- { { echo "$as_me:$LINENO: error: $with_berkeleydb is version $db_version, which is not a supported version of Berkeley DB. The version must be at least 4.3" >&5
- echo "$as_me: error: $with_berkeleydb is version $db_version, which is not a supported version of Berkeley DB. The version must be at least 4.3" >&2;}
- { (exit 1); exit 1; }; }
-@@ -2995,7 +2995,7 @@ echo "${ECHO_T}$with_zlib" >&6; }
- if test "$with_zlib" != "no"; then
- { echo "$as_me:$LINENO: checking if the ZLIB library is present" >&5
- echo $ECHO_N "checking if the ZLIB library is present... $ECHO_C" >&6; }
-- if test `ls $with_zlib/lib/libz.a 2>/dev/null | wc -l` -gt 0 ; then
-+ if test `ls $with_zlib/include/zlib.h 2>/dev/null | wc -l` -gt 0 ; then
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
- zlib_lib="-L$with_zlib/lib -R$with_zlib/lib"
diff --git a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_Results.cpp b/databases/bdb-xml/patches/patch-dbxml_src_dbxml_Results.cpp
deleted file mode 100644
index 6ebe6a40e4f..00000000000
--- a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_Results.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-dbxml_src_dbxml_Results.cpp,v 1.2 2012/03/11 20:26:57 markd Exp $
-
-Fix build with gcc 4.6
-
---- src/dbxml/Results.cpp.orig 2009-12-22 13:17:00.000000000 +0000
-+++ src/dbxml/Results.cpp
-@@ -5,6 +5,7 @@
- //
- //
-
-+#include <cstddef>
- #include <xqilla/simple-api/XQQuery.hpp>
- #include <xqilla/context/DynamicContext.hpp>
- #include <xqilla/context/impl/XQDynamicContextImpl.hpp>
diff --git a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlConfiguration.cpp b/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlConfiguration.cpp
deleted file mode 100644
index bf58b4dba03..00000000000
--- a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlConfiguration.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-dbxml_src_dbxml_dataItem_DbXmlConfiguration.cpp,v 1.2 2012/03/11 20:26:57 markd Exp $
-
-Fix build with gcc 4.6
-
---- src/dbxml/dataItem/DbXmlConfiguration.cpp.orig 2009-12-22 13:17:00.000000000 +0000
-+++ src/dbxml/dataItem/DbXmlConfiguration.cpp
-@@ -5,6 +5,7 @@
- //
- //
-
-+#include <stddef.h>
- #include "DbXmlConfiguration.hpp"
- #include "DbXmlFactoryImpl.hpp"
- #include "DbXmlSequenceBuilder.hpp"
diff --git a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlDocumentCacheImpl.cpp b/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlDocumentCacheImpl.cpp
deleted file mode 100644
index 53c8bf238e7..00000000000
--- a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlDocumentCacheImpl.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-dbxml_src_dbxml_dataItem_DbXmlDocumentCacheImpl.cpp,v 1.2 2012/03/11 20:26:57 markd Exp $
-
-Fix build with gcc 4.6
-
---- src/dbxml/dataItem/DbXmlDocumentCacheImpl.cpp.orig 2009-12-22 13:17:00.000000000 +0000
-+++ src/dbxml/dataItem/DbXmlDocumentCacheImpl.cpp
-@@ -5,6 +5,7 @@
- //
- //
-
-+#include <stddef.h>
- #include "DbXmlDocumentCacheImpl.hpp"
-
- #include <xercesc/internal/IGXMLScanner.hpp>
diff --git a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlPrintAST.cpp b/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlPrintAST.cpp
deleted file mode 100644
index f25674c7586..00000000000
--- a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_DbXmlPrintAST.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-dbxml_src_dbxml_dataItem_DbXmlPrintAST.cpp,v 1.2 2012/03/11 20:26:57 markd Exp $
-
-Fix build with gcc 4.6
-
---- src/dbxml/dataItem/DbXmlPrintAST.cpp.orig 2009-12-22 13:17:00.000000000 +0000
-+++ src/dbxml/dataItem/DbXmlPrintAST.cpp
-@@ -7,6 +7,7 @@
-
- #include <iostream>
- #include <sstream>
-+#include <cstddef>
-
- #include "DbXmlPrintAST.hpp"
- #include "UTF8.hpp"
diff --git a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_Join.cpp b/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_Join.cpp
deleted file mode 100644
index fa9943513c2..00000000000
--- a/databases/bdb-xml/patches/patch-dbxml_src_dbxml_dataItem_Join.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-dbxml_src_dbxml_dataItem_Join.cpp,v 1.2 2012/03/11 20:26:57 markd Exp $
-
-Fix build with gcc 4.6
-
---- src/dbxml/dataItem/Join.cpp.orig 2009-12-22 13:17:00.000000000 +0000
-+++ src/dbxml/dataItem/Join.cpp
-@@ -5,6 +5,7 @@
- //
- //
-
-+#include <stddef.h>
- #include "Join.hpp"
- #include "DbXmlNodeImpl.hpp"
-
diff --git a/databases/py-bdb-xml/DESCR b/databases/py-bdb-xml/DESCR
deleted file mode 100644
index d4560b4f802..00000000000
--- a/databases/py-bdb-xml/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This module is built using SWIG (http://www.swig.org) to produce a
-Python module that maps to the Berkeley DB XML C++ API fairly closely.
-At present, separate documentation for the Python API is not provided.
-Refer to the C++ API documentation and the Python examples for more
-information, or contact Sleepycat Support (support@sleepycat.com).
diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile
deleted file mode 100644
index 65c6cd441f0..00000000000
--- a/databases/py-bdb-xml/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:27 wiz Exp $
-
-DISTNAME= dbxml-2.5.16
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/}
-CATEGORIES= databases python
-MASTER_SITES= http://download.oracle.com/berkeley-db/
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.oracle.com/us/products/database/berkeley-db/
-COMMENT= Python wrapper for Berkeley DB XML C++ API
-LICENSE= modified-bsd AND apache-1.1
-
-CONFLICTS= ${PYPKGPREFIX}-dbxml<=1.2.1
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml/src/python
-
-USE_LANGUAGES= c c++
-NO_CONFIGURE= yes
-PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.5.16
-
-SUBST_CLASSES+= fix-path
-SUBST_STAGE.fix-path= pre-build
-SUBST_MESSAGE.fix-path= Fixing library paths.
-SUBST_FILES.fix-path= setup.py
-SUBST_SED.fix-path= -e 's,@prefix@,${PREFIX},'
-SUBST_SED.fix-path+= -e 's,@DB_DIR@,${BDBBASE},'
-SUBST_SED.fix-path+= -e 's,@XERCES_DIR@,${BUILDLINK_PREFIX.xerces-c},'
-SUBST_SED.fix-path+= -e 's,@XQILLA_DIR@,${BUILDLINK_PREFIX.xqilla},'
-SUBST_SED.fix-path+= -e 's,@BDB_TYPE@,${BDB_TYPE},'
-
-.include "../../databases/bdb-xml/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-bdb-xml/PLIST b/databases/py-bdb-xml/PLIST
deleted file mode 100644
index 50a5fe1f4d8..00000000000
--- a/databases/py-bdb-xml/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/31 17:18:45 minskim Exp $
-${PYSITELIB}/_dbxml.so
-${PYSITELIB}/dbxml.py
-${PYSITELIB}/dbxml.pyc
-${PYSITELIB}/dbxml.pyo
diff --git a/databases/py-bdb-xml/distinfo b/databases/py-bdb-xml/distinfo
deleted file mode 100644
index c43f5906c89..00000000000
--- a/databases/py-bdb-xml/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 01:56:26 agc Exp $
-
-SHA1 (dbxml-2.5.16.tar.gz) = 46f0e6b301e556c2502e4da0cd96a599acc53837
-RMD160 (dbxml-2.5.16.tar.gz) = fdb4c85271cb84a8e31931d8fb287ad17fafff9c
-SHA512 (dbxml-2.5.16.tar.gz) = 71c7db8dccd8dda64aafc2c8399129f94cb2c5b0b75176b96e3f6c57b5cd9d040418de2fdce9322f0b7f00bcd88a21aca1e2b886cf18aba942c582236d7bdc7b
-Size (dbxml-2.5.16.tar.gz) = 52819154 bytes
-SHA1 (patch-aa) = 26968f2541a469444f7ee8ec64dfd28f4967ff26
diff --git a/databases/py-bdb-xml/patches/patch-aa b/databases/py-bdb-xml/patches/patch-aa
deleted file mode 100644
index 4e828144d8f..00000000000
--- a/databases/py-bdb-xml/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2011/02/23 10:33:47 adam Exp $
-
---- setup.py.orig 2009-12-22 13:21:17.000000000 +0000
-+++ setup.py
-@@ -69,7 +69,7 @@ else:
-
- if os.name == "posix":
- INCLUDES.append(os.path.join(dbxml_home,"include"))
-- INCLUDES.append(os.path.join(db_home, "include"))
-+ INCLUDES.append(os.path.join(db_home, "include", "@BDB_TYPE@"))
-
- LIBDIRS = [os.path.join(dbxml_home,"build_unix/.libs"),
- os.path.join(dbxml_home, "lib"),
-@@ -78,7 +78,7 @@ if os.name == "posix":
- os.path.join(xerces_home, "lib")]
-
- LIBS = ["dbxml",
-- "db-4",
-+ "@BDB_TYPE@",
- "xqilla", "xerces-c"]
-
- DATAFILES = []