summaryrefslogtreecommitdiff
path: root/devel/apr0/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr0/files')
-rw-r--r--devel/apr0/files/patch-apr-util_build_dbm.m421
-rw-r--r--devel/apr0/files/patch-apr-util_configure21
-rw-r--r--devel/apr0/files/patch-apr_hints.m415
3 files changed, 0 insertions, 57 deletions
diff --git a/devel/apr0/files/patch-apr-util_build_dbm.m4 b/devel/apr0/files/patch-apr-util_build_dbm.m4
deleted file mode 100644
index 7de0e3c4d3aa..000000000000
--- a/devel/apr0/files/patch-apr-util_build_dbm.m4
+++ /dev/null
@@ -1,21 +0,0 @@
---- apr-util-1.2.8/build/dbm.m4-orig Wed Dec 7 09:02:23 2005
-+++ apr-util-1.2.8/build/dbm.m4 Wed Dec 23 09:07:34 2005
-@@ -588,6 +588,8 @@
- elif test "$withval" = "no"; then
- apu_have_gdbm=0
- else
-+ saved_cppflags="$CPPFLAGS"
-+ saved_libs="$LIBS"
- CPPFLAGS="-I$withval/include"
- LIBS="-L$withval/lib "
-
-@@ -597,6 +599,9 @@
- APR_ADDTO(APRUTIL_LDFLAGS, [-L$withval/lib])
- APR_ADDTO(APRUTIL_INCLUDES, [-I$withval/include])
- fi
-+
-+ CPPFLAGS="$saved_cppflags"
-+ LIBS="$saved_libs"
- fi
- ], [
- apu_have_gdbm=0
diff --git a/devel/apr0/files/patch-apr-util_configure b/devel/apr0/files/patch-apr-util_configure
deleted file mode 100644
index b6eea660e68c..000000000000
--- a/devel/apr0/files/patch-apr-util_configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- apr-util-1.2.8/configure.orig Mon Sep 26 18:28:49 2005
-+++ apr-util-1.2.8/configure Fri Dec 23 15:06:09 2005
-@@ -13806,6 +13806,8 @@
- elif test "$withval" = "no"; then
- apu_have_gdbm=0
- else
-+ saved_cppflags="$CPPFLAGS"
-+ saved_libs="$LIBS"
- CPPFLAGS="-I$withval/include"
- LIBS="-L$withval/lib "
-
-@@ -14064,6 +14066,9 @@
- fi
-
- fi
-+
-+ CPPFLAGS="$saved_cppflags"
-+ LIBS="$saved_libs"
- fi
-
- else
diff --git a/devel/apr0/files/patch-apr_hints.m4 b/devel/apr0/files/patch-apr_hints.m4
deleted file mode 100644
index 77e831a5347b..000000000000
--- a/devel/apr0/files/patch-apr_hints.m4
+++ /dev/null
@@ -1,15 +0,0 @@
---- apr-1.2.8/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
-+++ apr-1.2.8/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
-@@ -137,11 +137,7 @@
- ;;
- *-freebsd*)
- APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE])
-- if test -x /sbin/sysctl; then
-- os_version=`/sbin/sysctl -n kern.osreldate`
-- else
-- os_version=000000
-- fi
-+ os_version="OSVERSION"
- # 502102 is when libc_r switched to libpthread (aka libkse).
- if test $os_version -ge "502102"; then
- apr_cv_pthreads_cflags="none"