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
@--- common/jk_mutex_thread.c~	Thu Jul 31 19:30:38 2003
+++ common/jk_mutex_thread.c	Wed Sep 10 01:37:29 2003
@@@@ -159,7 +159,7 @@@@
 }
 
 
-#elif defined( _REENTRANT )
+#elif defined( _THREAD_SAFE ) && defined( FREEBSD_THREAD_HACK )
 /*-------------------- PThread - @@deprecated, use APR if possible -------------------- */
 
 #include <pthread.h>
@


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

