diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-28 23:51:52 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-28 23:51:52 +0000 |
commit | 745ea383be6822641b990df729e685deb8a39ad8 (patch) | |
tree | 1db17ba7c52cce3895f6245151d92f6607bf291e /dev-libs/apr-util/files | |
parent | Marked stable on amd64 as per bug 207634. (diff) | |
download | historical-745ea383be6822641b990df729e685deb8a39ad8.tar.gz historical-745ea383be6822641b990df729e685deb8a39ad8.tar.bz2 historical-745ea383be6822641b990df729e685deb8a39ad8.zip |
remove apr-util-0 wrt #203578
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-libs/apr-util/files')
-rw-r--r-- | dev-libs/apr-util/files/apr-util-0.9.12-db-4.5.patch | 115 | ||||
-rw-r--r-- | dev-libs/apr-util/files/apr-util-0.9.12-linking.patch | 13 | ||||
-rw-r--r-- | dev-libs/apr-util/files/digest-apr-util-0.9.12 | 3 | ||||
-rw-r--r-- | dev-libs/apr-util/files/digest-apr-util-0.9.12-r1 | 3 | ||||
-rw-r--r-- | dev-libs/apr-util/files/digest-apr-util-0.9.13 | 3 |
5 files changed, 0 insertions, 137 deletions
diff --git a/dev-libs/apr-util/files/apr-util-0.9.12-db-4.5.patch b/dev-libs/apr-util/files/apr-util-0.9.12-db-4.5.patch deleted file mode 100644 index 09e60b22640a..000000000000 --- a/dev-libs/apr-util/files/apr-util-0.9.12-db-4.5.patch +++ /dev/null @@ -1,115 +0,0 @@ ---- apr/apr-util/trunk/build/dbm.m4 2006/02/09 04:13:19 376178 -+++ apr/apr-util/trunk/build/dbm.m4 2006/11/08 20:45:12 472635 -@@ -464,7 +464,25 @@ - apu_db_version=4 - fi - ]) -- -+dnl -+dnl APU_CHECK_DB45: is DB4.5 present? -+dnl -+dnl if present: sets apu_db_header, apu_db_lib, and apu_db_version -+dnl -+AC_DEFUN([APU_CHECK_DB45], [ -+ places=$1 -+ if test -z "$places"; then -+ places="std /usr/local/BerkeleyDB.4.5 /boot/home/config" -+ fi -+ APU_CHECK_BERKELEY_DB("4", "5", "-1", -+ "$places", -+ "db45/db.h db4/db.h db.h", -+ "db-4.5 db4-4.5 db45 db4 db" -+ ) -+ if test "$apu_have_db" = "1"; then -+ apu_db_version=4 -+ fi -+]) - - AC_DEFUN([APU_CHECK_DB], [ - requested=$1 -@@ -531,6 +549,12 @@ - AC_MSG_ERROR(Berkeley db4 not found) - fi - ;; -+ db45) -+ APU_CHECK_DB44("$check_places") -+ if test "$apu_db_version" != "4"; then -+ AC_MSG_ERROR(Berkeley db4 not found) -+ fi -+ ;; - default) - APU_CHECK_DB_ALL("$check_places") - ;; -@@ -543,23 +567,26 @@ - AC_DEFUN([APU_CHECK_DB_ALL], [ - all_places=$1 - -- APU_CHECK_DB44("$all_places") -+ APU_CHECK_DB45("$all_places") - if test "$apu_db_version" != "4"; then -- APU_CHECK_DB43("$all_places") -+ APU_CHECK_DB44("$all_places") - if test "$apu_db_version" != "4"; then -- APU_CHECK_DB42("$all_places") -+ APU_CHECK_DB43("$all_places") - if test "$apu_db_version" != "4"; then -- APU_CHECK_DB41("$all_places") -+ APU_CHECK_DB42("$all_places") - if test "$apu_db_version" != "4"; then -- APU_CHECK_DB4("$all_places") -+ APU_CHECK_DB41("$all_places") - if test "$apu_db_version" != "4"; then -- APU_CHECK_DB3("$all_places") -- if test "$apu_db_version" != "3"; then -- APU_CHECK_DB2("$all_places") -- if test "$apu_db_version" != "2"; then -- APU_CHECK_DB1("$all_places") -- if test "$apu_db_version" != "1"; then -- APU_CHECK_DB185("$all_places") -+ APU_CHECK_DB4("$all_places") -+ if test "$apu_db_version" != "4"; then -+ APU_CHECK_DB3("$all_places") -+ if test "$apu_db_version" != "3"; then -+ APU_CHECK_DB2("$all_places") -+ if test "$apu_db_version" != "2"; then -+ APU_CHECK_DB1("$all_places") -+ if test "$apu_db_version" != "1"; then -+ APU_CHECK_DB185("$all_places") -+ fi - fi - fi - fi -@@ -596,11 +623,11 @@ - - AC_ARG_WITH(dbm, [ - --with-dbm=DBM choose the DBM type to use. -- DBM={sdbm,gdbm,ndbm,db,db1,db185,db2,db3,db4,db41,db42,db43,db44} -+ DBM={sdbm,gdbm,ndbm,db,db1,db185,db2,db3,db4,db41,db42,db43,db44,db45} - ], [ - if test "$withval" = "yes"; then - AC_MSG_ERROR([--with-dbm needs to specify a DBM type to use. -- One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43, db44]) -+ One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43, db44, db45]) - fi - requested="$withval" - ], [ -@@ -786,6 +813,10 @@ - apu_use_db=1 - apu_default_dbm=db4 - ;; -+ db45) -+ apu_use_db=1 -+ apu_default_dbm=db4 -+ ;; - default) - dnl ### use more sophisticated DBMs for the default? - apu_default_dbm="sdbm (default)" -@@ -793,7 +824,7 @@ - ;; - *) - AC_MSG_ERROR([--with-dbm=$look_for is an unknown DBM type. -- Use one of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43, db44]) -+ Use one of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43, db44 db45]) - ;; - esac - diff --git a/dev-libs/apr-util/files/apr-util-0.9.12-linking.patch b/dev-libs/apr-util/files/apr-util-0.9.12-linking.patch deleted file mode 100644 index 87524c32c3dd..000000000000 --- a/dev-libs/apr-util/files/apr-util-0.9.12-linking.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: apr-util-0.9.12/Makefile.in -=================================================================== ---- apr-util-0.9.12.orig/Makefile.in -+++ apr-util-0.9.12/Makefile.in -@@ -81,7 +81,7 @@ install: $(TARGET_LIB) - - $(TARGET_LIB): - @objects="`find $(SUBDIRS) -name expat -prune -o -name 'gen_uri_delims.@so_ext@' -prune -o -name '*.@so_ext@' -print`"; \ -- tmpcmd="$(LINK) @lib_target@ @EXTRA_OS_LINK@"; \ -+ tmpcmd="$(LINK) $(APRUTIL_LDFLAGS) @lib_target@ @EXTRA_OS_LINK@ $(APRUTIL_LIBS)"; \ - echo $$tmpcmd; \ - $$tmpcmd && touch $@ - diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.12 b/dev-libs/apr-util/files/digest-apr-util-0.9.12 deleted file mode 100644 index c3958886c8de..000000000000 --- a/dev-libs/apr-util/files/digest-apr-util-0.9.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8e9cc71a1303b67b3278fbeab9799f2e apr-util-0.9.12.tar.gz 592364 -RMD160 a4554def22f29f56aab34cacddc7fa65c412f446 apr-util-0.9.12.tar.gz 592364 -SHA256 5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3 apr-util-0.9.12.tar.gz 592364 diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.12-r1 b/dev-libs/apr-util/files/digest-apr-util-0.9.12-r1 deleted file mode 100644 index c3958886c8de..000000000000 --- a/dev-libs/apr-util/files/digest-apr-util-0.9.12-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8e9cc71a1303b67b3278fbeab9799f2e apr-util-0.9.12.tar.gz 592364 -RMD160 a4554def22f29f56aab34cacddc7fa65c412f446 apr-util-0.9.12.tar.gz 592364 -SHA256 5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3 apr-util-0.9.12.tar.gz 592364 diff --git a/dev-libs/apr-util/files/digest-apr-util-0.9.13 b/dev-libs/apr-util/files/digest-apr-util-0.9.13 deleted file mode 100644 index fe458f30ff67..000000000000 --- a/dev-libs/apr-util/files/digest-apr-util-0.9.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 31e3881af0d9546286b0057717cdb89b apr-util-0.9.13.tar.gz 593575 -RMD160 34d6e517de6cb64e0b1aef45a99ee64f9ceba130 apr-util-0.9.13.tar.gz 593575 -SHA256 8c5a2c9e0434a391360bbf3573a403a3f4f326d1b562f64276cbd4f92066da7f apr-util-0.9.13.tar.gz 593575 |