pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache2 Remove old 2003 patch that is actually no ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bec4745b66d
branches: trunk
changeset: 499531:8bec4745b66d
user: tv <tv%pkgsrc.org@localhost>
date: Mon Sep 26 17:21:21 2005 +0000
description:
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:
www/apache2/distinfo | 3 +--
www/apache2/patches/patch-ar | 13 -------------
2 files changed, 1 insertions(+), 15 deletions(-)
diffs (31 lines):
diff -r 3d000dcfc48a -r 8bec4745b66d www/apache2/distinfo
--- a/www/apache2/distinfo Mon Sep 26 16:59:05 2005 +0000
+++ b/www/apache2/distinfo Mon Sep 26 17:21:21 2005 +0000
@@ -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-ak) = f11a86b1235d5c595fa381bbb474db4fe8448215
SHA1 (patch-al) = 9af7b6c56177d971e135f0a00b3ab9ded5d1b6dd
SHA1 (patch-am) = ab4a2f7e5a1a3064e908b61157e7fd349c0b0c08
-SHA1 (patch-ar) = c6769617cd9111f6d233d68883c71988a36fbbce
diff -r 3d000dcfc48a -r 8bec4745b66d www/apache2/patches/patch-ar
--- a/www/apache2/patches/patch-ar Mon Sep 26 16:59:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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) \
Home |
Main Index |
Thread Index |
Old Index