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
@--- include/jk_mutex.h~	Thu Jul 31 19:30:40 2003
+++ include/jk_mutex.h	Wed Sep 10 01:33:27 2003
@@@@ -76,7 +76,7 @@@@
 #include "apr_thread_mutex.h"
 #elif defined( WIN32 )
 #include <windows.h>
-#elif defined( _REENTRANT )
+#elif defined( _THREAD_SAFE ) && defined ( FREEBSD_THREAD_HACK )
 #include <pthread.h>
 #endif
 
@@@@ -122,7 +122,7 @@@@
     apr_thread_mutex_t *threadMutex;
 #elif defined( WIN32 )
     CRITICAL_SECTION threadMutex;
-#elif defined( _REENTRANT )
+#elif defined( _THREAD_SAFE ) && defined ( FREEBSD_THREAD_HACK )
     pthread_mutex_t threadMutex;
 #else
     void *threadMutex;
@


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

