summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authortv <tv>2005-09-26 17:21:21 +0000
committertv <tv>2005-09-26 17:21:21 +0000
commitf7f0d221528a2db712ec3c04ad956915f2b77259 (patch)
tree6a79e1023da6d7801978dfeb898bce48d98161b6 /www/apache2
parent4370837968499863cbee220ebf46979bb4f6c294 (diff)
downloadpkgsrc-f7f0d221528a2db712ec3c04ad956915f2b77259.tar.gz
Remove old 2003 patch that is actually no longer used. apr is its own
package now, and this header file is only directly used by apr itself, hidden from httpd. (Clarifies bug 36750 that I have on file with Apache Bugzilla.)
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/distinfo3
-rw-r--r--www/apache2/patches/patch-ar13
2 files changed, 1 insertions, 15 deletions
diff --git a/www/apache2/distinfo b/www/apache2/distinfo
index 61fbfe15100..ba4b98cf67b 100644
--- a/www/apache2/distinfo
+++ b/www/apache2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.41 2005/09/02 11:40:56 tron Exp $
+$NetBSD: distinfo,v 1.42 2005/09/26 17:21:21 tv Exp $
SHA1 (httpd-2.0.54.tar.bz2) = 15b4fc3024cceea6562fb03383fd624e84e5e35a
RMD160 (httpd-2.0.54.tar.bz2) = c511cb2fa396ba04caf77bfc6ca03413df48ea08
@@ -16,4 +16,3 @@ SHA1 (patch-aj) = 32ac362e0d67bfb208a8814b9baf70e20c22ae4b
SHA1 (patch-ak) = f11a86b1235d5c595fa381bbb474db4fe8448215
SHA1 (patch-al) = 9af7b6c56177d971e135f0a00b3ab9ded5d1b6dd
SHA1 (patch-am) = ab4a2f7e5a1a3064e908b61157e7fd349c0b0c08
-SHA1 (patch-ar) = c6769617cd9111f6d233d68883c71988a36fbbce
diff --git a/www/apache2/patches/patch-ar b/www/apache2/patches/patch-ar
deleted file mode 100644
index cb20a7ad363..00000000000
--- a/www/apache2/patches/patch-ar
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ar,v 1.3 2004/09/20 17:19:34 adrianp Exp $
-
---- srclib/apr/include/apr_atomic.h.orig 2004-09-17 11:43:55.000000000 +0100
-+++ srclib/apr/include/apr_atomic.h 2004-09-17 11:45:30.000000000 +0100
-@@ -168,7 +168,7 @@
- #define apr_atomic_set(mem, val) (atomic_set_int(mem, val),mem)
- #define apr_atomic_read(mem) (*mem)
-
--#elif (defined(__linux__) || defined(__EMX__)) && defined(__i386__) && !APR_FORCE_ATOMIC_GENERIC
-+#elif !defined(__NetBSD__) && (defined(__linux__) || defined(__EMX__)) && defined(__i386__) && !APR_FORCE_ATOMIC_GENERIC
-
- #define apr_atomic_t apr_uint32_t
- #define apr_atomic_cas(mem,with,cmp) \