Date: Thu, 8 Jan 2009 11:17:41 -0700 (MST) From: Brad Davis <brd@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/130306: [patch] Update www/mod_jk to 1.2.27 Message-ID: <20090108181742.053E333C26@mccaffrey.den.so14k.com> Resent-Message-ID: <200901081840.n08Ie1bQ039821@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130306 >Category: ports >Synopsis: [patch] Update www/mod_jk to 1.2.27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 08 18:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD mccaffrey.den.so14k.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Dec 29 13:27:09 MST 2008 root@mccaffrey.den.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY amd64 >Description: Update www/mod_jk to 1.2.27 >How-To-Repeat: >Fix: --- mod_jk.ori/Makefile 2008-01-07 02:44:16.000000000 -0800 +++ mod_jk/Makefile 2008-12-17 09:38:08.000000000 -0800 @@ -6,7 +6,7 @@ # PORTNAME= mod_jk -PORTVERSION= 1.2.26 +PORTVERSION= 1.2.27 PORTREVISION= 0 PORTEPOCH?= 1 CATEGORIES= www --- mod_jk.ori/distinfo 2008-01-07 02:44:16.000000000 -0800 +++ mod_jk/distinfo 2008-12-17 09:39:41.000000000 -0800 @@ -1,3 +1,3 @@ -MD5 (tomcat-connectors-1.2.26-src.tar.gz) = feaec245136bc4d99a9dde95a00ea93c -SHA256 (tomcat-connectors-1.2.26-src.tar.gz) = 75c2ef701622394536be2e0a2e5cf38330e8bb1078d683a733769a8c49a5381a -SIZE (tomcat-connectors-1.2.26-src.tar.gz) = 1442605 +MD5 (tomcat-connectors-1.2.27-src.tar.gz) = a15cc9e3813ef5b081c7de10e6a1fbed +SHA256 (tomcat-connectors-1.2.27-src.tar.gz) = 9ea66964194734a16416303ecc92a3b88b764caf17a6406254109e15d9ad3407 +SIZE (tomcat-connectors-1.2.27-src.tar.gz) = 1509182 --- mod_jk.ori/files/patch-tomcat-connectors-src:native:configure 1969-12-31 16:00:00.000000000 -0800 +++ mod_jk/files/patch-tomcat-connectors-src:native:configure 2009-01-08 10:10:24.000000000 -0800 @@ -0,0 +1,11 @@ +--- tomcat-connectors-1.2.27-src/native/configure.ori 2009-01-08 09:42:19.000000000 -0800 ++++ tomcat-connectors-1.2.27-src/native/configure 2009-01-08 10:06:18.000000000 -0800 +@@ -3066,7 +3066,7 @@ + APXSCC="`$APXS -q CC`" + APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS` -DHAVE_APR ${APRINCLUDEDIR}" + APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`" +- APXSLDFLAGS="`$APXS -q LDFLAGS`" ++ APXSLDFLAGS="`$APXS -q LDFLAGS|sed -e 's#/usr/local/lib#-L/usr/local/lib#' -e 's/-pthread//'`" + APACHE_CONFIG_VARS="`${APXS} -q exp_installbuilddir`/config_vars.mk" + LIBTOOL=`$APXS -q LIBTOOL` + fi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090108181742.053E333C26>