pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-fastcgi Fix build of Apache 1.3 module. From PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2d2de15761b
branches:  trunk
changeset: 522904:d2d2de15761b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 29 13:35:30 2006 +0000

description:
Fix build of Apache 1.3 module. From PR 35317 by b1ff%fr33.b33r.net@localhost.

diffstat:

 www/ap-fastcgi/distinfo         |  4 ++--
 www/ap-fastcgi/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 5c7ff50d3774 -r d2d2de15761b www/ap-fastcgi/distinfo
--- a/www/ap-fastcgi/distinfo   Fri Dec 29 12:50:03 2006 +0000
+++ b/www/ap-fastcgi/distinfo   Fri Dec 29 13:35:30 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2006/12/18 12:39:45 abs Exp $
+$NetBSD: distinfo,v 1.6 2006/12/29 13:35:30 joerg Exp $
 
 SHA1 (mod_fastcgi-2.4.2.tar.gz) = a56be62a3f08262ae187989f5dacb3464a030e2e
 RMD160 (mod_fastcgi-2.4.2.tar.gz) = 83c01567bb9a6d39345573137408615260972e1e
 Size (mod_fastcgi-2.4.2.tar.gz) = 98295 bytes
-SHA1 (patch-aa) = ce5cb8956728c5295b2de849e9f5b9e0abfec613
+SHA1 (patch-aa) = c7ead44e7c0530f093065f034900e1be84746ec2
 SHA1 (patch-ab) = 257d7e2b65fedd630e85acfb77bb9b6ddd21c6bf
 SHA1 (patch-ac) = 2cc983a1f3d63a650fb648e60b3529c677857695
 SHA1 (patch-ad) = c020c369f3075c28d30087e1b72ae6b0a3105373
diff -r 5c7ff50d3774 -r d2d2de15761b www/ap-fastcgi/patches/patch-aa
--- a/www/ap-fastcgi/patches/patch-aa   Fri Dec 29 12:50:03 2006 +0000
+++ b/www/ap-fastcgi/patches/patch-aa   Fri Dec 29 13:35:30 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/12/18 12:39:45 abs Exp $
+$NetBSD: patch-aa,v 1.3 2006/12/29 13:35:30 joerg Exp $
 
 --- fcgi.h.orig        2003-02-03 23:07:37.000000000 +0000
 +++ fcgi.h
@@ -55,7 +55,7 @@
 +/* starting with apache 2.2 the backward-compatibility defines for
 + * 1.3 APIs are not available anymore. Define them ourselves here.
 + */
-+#ifndef ap_copy_table
++#if defined(APACHE2) && !defined(ap_copy_table)
 +
 +#define ap_copy_table apr_table_copy
 +#define ap_cpystrn apr_cpystrn



Home | Main Index | Thread Index | Old Index