diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-07-27 01:59:42 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-07-27 01:59:42 +0000 |
commit | 4efba361e649a33052f3704a63a93b5d12dfbc0a (patch) | |
tree | 1b25b660f33c6e450330b7f31a4b5822be7be6d0 /www/mod_jk2/files/patch-apache13-makefile-apxs-in | |
parent | - Update WWW: line (diff) |
JK2 is officially deprecated due to lack of developer interest. See
http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041115.1
Upgrading to last released version, 2.0.4.
ports/67839 is fixed, probably also ports/71479.
ports/74622 handles configuration problems; I will not address this PR
fully since the software is deprecated, although I did add some
helping notes, and the port now installs the sample config file.
PR: ports/67839, ports/71479, ports/74622
Approved by: seanc, ade (implicit)
Diffstat (limited to 'www/mod_jk2/files/patch-apache13-makefile-apxs-in')
-rw-r--r-- | www/mod_jk2/files/patch-apache13-makefile-apxs-in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mod_jk2/files/patch-apache13-makefile-apxs-in b/www/mod_jk2/files/patch-apache13-makefile-apxs-in deleted file mode 100644 index 433e51d91e40..000000000000 --- a/www/mod_jk2/files/patch-apache13-makefile-apxs-in +++ /dev/null @@ -1,14 +0,0 @@ ---- server/apache13/Makefile.apxs.in.orig Wed Mar 19 10:21:04 2003 -+++ server/apache13/Makefile.apxs.in Wed Jun 18 03:10:02 2003 -@@ -18,7 +18,10 @@ - all: mod_jk2.so - - mod_jk2.so: -- $(APXS) -c -o $@ -Wc,"${JK_INCL} ${APR_CFLAGS} ${APR_LDFLAGS}" "${JAVA_INCL}" mod_jk2.c ${COMMON_C_FILES} -+ $(APXS) -c -o $@ -Wc,"${JK_INCL} ${APR_CFLAGS} ${APR_LDFLAGS}" "${JAVA_INCL}" jk_service_apache13.c mod_jk2.c ${COMMON_C_FILES} -+ -+install: -+ $(APXS) -i mod_jk2.so - - clean: - rm -f *.o *.so |