From 396e6c634d00e9e5e8f63cab0f45f069a720bdc5 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 18 Apr 2004 10:33:14 +0000 Subject: - 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 Approved by: previous maintainer Reviewed/updated by: clement --- www/mod_jk2/Makefile | 69 +++++++++++++++-------- www/mod_jk2/distinfo | 4 +- www/mod_jk2/files/mod_jk.conf.sample | 14 ----- www/mod_jk2/files/patch-apache13-makefile-apxs-in | 14 +++++ www/mod_jk2/files/patch-common::jk_mutex_thread_c | 11 ++++ www/mod_jk2/files/patch-configure.in | 35 ++++++++---- www/mod_jk2/files/patch-include::jk_mutex_h | 20 +++++++ www/mod_jk2/files/workers.properties.sample | 12 ---- www/mod_jk2/pkg-descr | 5 +- www/mod_jk2/pkg-plist | 8 +-- 10 files changed, 120 insertions(+), 72 deletions(-) delete mode 100644 www/mod_jk2/files/mod_jk.conf.sample create mode 100644 www/mod_jk2/files/patch-apache13-makefile-apxs-in create mode 100644 www/mod_jk2/files/patch-common::jk_mutex_thread_c create mode 100644 www/mod_jk2/files/patch-include::jk_mutex_h delete mode 100644 www/mod_jk2/files/workers.properties.sample (limited to 'www') diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index f17b7f97df8a..d8c3fe13a030 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -1,38 +1,59 @@ -# New ports collection makefile for: mod_jk -# Date created: Thu Apr 10 15:14:37 EDT 2003 -# Whom: Larry Lansing +# New ports collection makefile for: mod_jk2 +# Date created: Thu May 29 01:24:15 CEST 2003 +# Whom: Palle Girgensohn # # $FreeBSD$ # -PORTNAME= mod_jk -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTNAME= mod_jk2 +PORTVERSION= 2.0.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} -MASTER_SITE_SUBDIR= jakarta-tomcat-connectors/jk/release/v${PORTVERSION}/src -PKGNAMESUFFIX= -apache2 -DISTNAME= jakarta-tomcat-connectors-jk-${PORTVERSION}-src +MASTER_SITE_SUBDIR= tomcat-connectors/jk2/source +DISTNAME= jakarta-tomcat-connectors-jk2-${PORTVERSION}-src -MAINTAINER= lansil@fuzzynerd.com -COMMENT= Apache 2.0 module for Tomcat +MAINTAINER= girgen@pingpong.net +COMMENT= Apache JK2 module for connecting to Tomcat using AJP1X USE_APACHE= yes +USE_GMAKE= YES +USE_LIBTOOL_VER= 13 +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 +AUTOMAKE_ARGS= --add-missing +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-apxs${APACHE2}=${APXS} +ALL_TARGET= jk2-build-apxs + +WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2 + +.include + +.if exists(${LOCALBASE}/include/apache2/apr.h) WITH_APACHE2= yes -APACHE_CONF= ${PREFIX}/etc/apache2 -WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk-${PORTVERSION}-src/jk/native +.endif -USE_GMAKE= YES -USE_LIBTOOL_VER=13 -USE_AUTOCONF_VER= 213 -USE_AUTOMAKE_VER= 14 -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --with-apxs=${APXS} +.if defined(WITH_APACHE2) +APACHE2= 2 +PLIST_SUB= APACHE2=2 +PKGNAMESUFFIX= -apache2 +APACHE= apache2 +AP_EXT= la +.else +APACHE2= +PLIST_SUB= APACHE2= +AP_EXT= so +APACHE= apache13 +.endif + +pre-patch: build-depends + +post-patch: + cd ${WRKSRC}; ${ACLOCAL}; ${LIBTOOLIZE} do-install: - ${APXS} -i -A -n jk ${WRKSRC}/apache-2.0/mod_jk.so - ${SED} -e "s#%%APACHE_CONF%%#${APACHE_CONF}#g" ${FILESDIR}/mod_jk.conf.sample > ${WRKDIR}/mod_jk.conf.sample - ${INSTALL_DATA} ${WRKDIR}/mod_jk.conf.sample ${APACHE_CONF} - ${INSTALL_DATA} ${FILESDIR}/workers.properties.sample ${APACHE_CONF} + cd ${WRKSRC}/server/${APACHE} ;\ + ${GMAKE} -f Makefile.apxs install ;\ + ${APXS} -e -A -n jk2 mod_jk2.${AP_EXT} -.include +.include diff --git a/www/mod_jk2/distinfo b/www/mod_jk2/distinfo index cfad70eada9e..e8e7c99659b5 100644 --- a/www/mod_jk2/distinfo +++ b/www/mod_jk2/distinfo @@ -1,2 +1,2 @@ -MD5 (jakarta-tomcat-connectors-jk-1.2.2-src.tar.gz) = 5e9e76f538d2dbd28d4e1d4f42145ab9 -SIZE (jakarta-tomcat-connectors-jk-1.2.2-src.tar.gz) = 572269 +MD5 (jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz) = c75bd11d96324356b0ffaed2b5bf7fc4 +SIZE (jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz) = 598529 diff --git a/www/mod_jk2/files/mod_jk.conf.sample b/www/mod_jk2/files/mod_jk.conf.sample deleted file mode 100644 index c97545d64e9e..000000000000 --- a/www/mod_jk2/files/mod_jk.conf.sample +++ /dev/null @@ -1,14 +0,0 @@ -# Replace jsp-hostname with the hostname of your JSP server, as -# specified in workers.properties. -# - - JkWorkersFile %%APACHE_CONF%%/workers.properties - JkLogFile logs/jk.log - JkLogLevel warn - - # Sample JkMounts. Replace these with the paths you would - # like to mount from your JSP server. - JkMount /*.jsp jsp-hostname - JkMount /servlet/* jsp-hostname - JkMount /examples/* jsp-hostname - diff --git a/www/mod_jk2/files/patch-apache13-makefile-apxs-in b/www/mod_jk2/files/patch-apache13-makefile-apxs-in new file mode 100644 index 000000000000..433e51d91e40 --- /dev/null +++ b/www/mod_jk2/files/patch-apache13-makefile-apxs-in @@ -0,0 +1,14 @@ +--- 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 diff --git a/www/mod_jk2/files/patch-common::jk_mutex_thread_c b/www/mod_jk2/files/patch-common::jk_mutex_thread_c new file mode 100644 index 000000000000..1021aa87df4a --- /dev/null +++ b/www/mod_jk2/files/patch-common::jk_mutex_thread_c @@ -0,0 +1,11 @@ +--- 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 diff --git a/www/mod_jk2/files/patch-configure.in b/www/mod_jk2/files/patch-configure.in index 27b49aec8f70..7311ea55fdf1 100644 --- a/www/mod_jk2/files/patch-configure.in +++ b/www/mod_jk2/files/patch-configure.in @@ -1,12 +1,23 @@ ---- configure.in.orig Thu Sep 4 05:05:30 2003 -+++ configure.in Thu Sep 4 05:06:25 2003 -@@ -102,7 +102,8 @@ - WEBSERVER="apache-2.0" - APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`" - APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`" -- APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk -+ APACHE_CONFIG_VARS=${prefix}/share/apache2/build/config_vars.mk -+ LIBTOOL=`$APXS -q LIBTOOL` - fi - AC_MSG_RESULT([building connector for \"$WEBSERVER\"]) - +The apache mod_jk modules *communicate* with Java using an internet +protocol, AJP13, but they are written in C. I can't come up with any +reason to look for a JDK here, it's plain stupid! Since apache and +tomcat can be run on separate machines, there is no dependency +whatsoever... /Palle + +--- configure.in.orig Tue Oct 22 00:00:00 2002 ++++ configure.in Thu Feb 26 00:19:35 2004 +@@ -184,10 +184,10 @@ + + dnl Java settings + +-JK_JDK() +-JK_JDK_OS() +-JK_JNI() +-JK_PCRE() ++dnl JK_JDK() ++dnl JK_JDK_OS() ++dnl JK_JNI() ++dnl JK_PCRE() + + AC_SUBST(JAVA_HOME) + AC_SUBST(JAVA_PLATFORM) diff --git a/www/mod_jk2/files/patch-include::jk_mutex_h b/www/mod_jk2/files/patch-include::jk_mutex_h new file mode 100644 index 000000000000..0eea18125e22 --- /dev/null +++ b/www/mod_jk2/files/patch-include::jk_mutex_h @@ -0,0 +1,20 @@ +--- 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 +-#elif defined( _REENTRANT ) ++#elif defined( _THREAD_SAFE ) && defined ( FREEBSD_THREAD_HACK ) + #include + #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; diff --git a/www/mod_jk2/files/workers.properties.sample b/www/mod_jk2/files/workers.properties.sample deleted file mode 100644 index a814538b44e6..000000000000 --- a/www/mod_jk2/files/workers.properties.sample +++ /dev/null @@ -1,12 +0,0 @@ -# Incredibly simple workers.properties file, intended for connecting -# to one host, via AJP13. See the tomcat documentation for -# information on more exotic configuration options. -# -# Change jsp-hostname to the hostname of your JSP server. -# -worker.list=jsp-hostname - -worker.jsp-hostname.port=8009 -worker.jsp-hostname.host=jsp-hostname -worker.jsp-hostname.type=ajp13 -worker.jsp-hostname.lbfactor=1 diff --git a/www/mod_jk2/pkg-descr b/www/mod_jk2/pkg-descr index cb9f33bc8e2b..f7eeaba7eaef 100644 --- a/www/mod_jk2/pkg-descr +++ b/www/mod_jk2/pkg-descr @@ -1,5 +1,4 @@ -mod_jk is a replacement to the elderly mod_jserv. It is a completely -new Tomcat-Apache plugin that handles the communication between -Tomcat and Apache. +mod_jk2 handles the communication between Tomcat and Apache. +JK2 is a refactoring of JK and is much more powerful. WWW: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html diff --git a/www/mod_jk2/pkg-plist b/www/mod_jk2/pkg-plist index c6d51bd088cd..61f52649044e 100644 --- a/www/mod_jk2/pkg-plist +++ b/www/mod_jk2/pkg-plist @@ -1,5 +1,3 @@ -etc/apache2/mod_jk.conf.sample -etc/apache2/workers.properties.sample -libexec/apache2/mod_jk.so -@exec %D/sbin/apxs -e -A -n jk %f -@unexec %D/sbin/apxs -e -A -n jk %f +libexec/apache%%APACHE2%%/mod_jk2.so +@exec %D/sbin/apxs -e -A -n jk2 %f +@unexec %D/sbin/apxs -e -A -n jk2 %f -- cgit v1.2.3