head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.11.21.09.08.43;	author vd;	state dead;
branches;
next	1.1;

1.1
date	2005.07.27.01.59.42;	author girgen;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports:

2006-11-16 math/p5-AI-NeuralNet-Mesh: project no longer exists
2006-11-16 net/p5-Archie: project no longer exists
2006-11-15 www/mod_jk2: "JK2 is officially unsupported, no further development will take place."
2006-11-15 www/mod_jk2-apache2: "JK2 is officially unsupported, no further development will take place."
@
text
@--- Makefile.in~	Wed Mar 24 14:33:15 2004
+++ Makefile.in	Thu Sep  9 04:06:21 2004
@@@@ -8,6 +8,8 @@@@
 
 clean-apxs: @@APR_CLEAN@@ jk2-clean-apxs
 
+install: jk2-install
+
 install-apxs: jk2-install-apxs
 
 jk2-build:
@@@@ -25,6 +27,15 @@@@
 		echo "Making $$target in $$i"; \
 		if test "$$i" != "."; then \
 		(cd $$i && $(MAKE) -f Makefile.apxs) || exit 1; \
+	fi; \
+	done;
+
+jk2-install:
+	list='@@WEBSERVERS@@'; \
+	for i in $$list; do \
+		echo "Making $$target in $$i"; \
+		if test "$$i" != "."; then \
+		(cd $$i && $(MAKE) install) || exit 1; \
 	fi; \
 	done;
 
@


1.1
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
@@

