head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.07.27.01.59.42;	author girgen;	state dead;
branches;
next	1.1;

1.1
date	2004.04.18.10.33.14;	author clement;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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)
@
text
@--- 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
@


1.1
log
@- mod_jk2 is now mod_jk 2.x branch.
  People who wants to use mod_jk with apache2 must use mod_jk-apache2
  commit monthes ago.

PR:                     56661
Submitted by:           Palle Girgensohn <girgen@@pingpong.net>
Approved by:            previous maintainer
Reviewed/updated by:    clement
@
text
@@

