Update to 1.2.43

This commit is contained in:
Palle Girgensohn 2018-04-03 08:47:46 +00:00
parent 4212427dd3
commit 32f79bef3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466287
3 changed files with 15 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mod_jk
PORTVERSION= 1.2.41
PORTVERSION= 1.2.43
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= APACHE/tomcat/tomcat-connectors/jk/

View file

@ -1,2 +1,3 @@
SHA256 (tomcat-connectors-1.2.41-src.tar.gz) = f193b02aeec71daab13fc5bbb99f13eca9d916b79a024f8035a65f39559bc7fd
SIZE (tomcat-connectors-1.2.41-src.tar.gz) = 1554935
TIMESTAMP = 1522743930
SHA256 (tomcat-connectors-1.2.43-src.tar.gz) = 2ebeba53d26b3a82fca277082c3a3ffd1f67a2b2970d3a4dfcbf0c5dd5b8e671
SIZE (tomcat-connectors-1.2.43-src.tar.gz) = 3242555

View file

@ -1,11 +1,11 @@
--- configure.orig 2015-07-26 22:21:39 UTC
+++ configure
@@ -3638,7 +3638,7 @@ $as_echo "APRINCLUDEDIR is $APRINCLUDEDI
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
--- configure.orig 2018-04-03 10:38:30.054077000 +0200
+++ configure 2018-04-03 10:39:11.773574000 +0200
@@ -3655,7 +3655,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`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: building connector for \"$WEBSERVER\"" >&5