pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap-jk Patch the apache-1.3 Makefile to use apxs so...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f1b05087eb8
branches: trunk
changeset: 509037:4f1b05087eb8
user: erh <erh%pkgsrc.org@localhost>
date: Thu Mar 02 16:55:21 2006 +0000
description:
Patch the apache-1.3 Makefile to use apxs so it installed mod_jk.so
into the correct location.
diffstat:
www/ap-jk/distinfo | 3 ++-
www/ap-jk/patches/patch-ad | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r bb5bf77de9ba -r 4f1b05087eb8 www/ap-jk/distinfo
--- a/www/ap-jk/distinfo Thu Mar 02 16:03:26 2006 +0000
+++ b/www/ap-jk/distinfo Thu Mar 02 16:55:21 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/01/31 16:26:22 abs Exp $
+$NetBSD: distinfo,v 1.6 2006/03/02 16:55:21 erh Exp $
SHA1 (jakarta-tomcat-connectors-1.2.15-src.tar.gz) = c9a67de4e03d6d7780cf0b14284f62d30bb78156
RMD160 (jakarta-tomcat-connectors-1.2.15-src.tar.gz) = e5bce1ad604e9461ca4684a2c7ffffe1f2a7b667
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 27774432ecc82209e47beca24a54ef5139d4e2eb
SHA1 (patch-ab) = 57e4ead1a73d9a47fb634d5c7fb18d49d0393a08
SHA1 (patch-ac) = 14fdec1c921f369ee51a5d73a3bee3ec9056f07a
+SHA1 (patch-ad) = 2c2548e0c5b5909c7fab369c97f747c4e4c47df2
diff -r bb5bf77de9ba -r 4f1b05087eb8 www/ap-jk/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-jk/patches/patch-ad Thu Mar 02 16:55:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/03/02 16:55:21 erh Exp $
+
+--- apache-1.3/Makefile.in.orig 2006-03-02 16:45:37.000000000 +0000
++++ apache-1.3/Makefile.in 2006-03-02 16:45:52.000000000 +0000
+@@ -67,7 +67,7 @@
+ install_dynamic: mod_jk.la
+ @echo ""
+ @echo "Copying files to Apache libexec Directory..."
+- ${LIBTOOL} --mode=install ${CP} $< ${libexecdir}/mod_jk.so
++ ${APXS} -i mod_jk.so
+
+ #
+ # Clean part.
Home |
Main Index |
Thread Index |
Old Index