From 6c05d1dcf8927d644e123e2e350ac2ad589392dd Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- www/mod_jk/files/patch-configure | 11 +++++++++++ www/mod_jk/files/patch-tomcat-connectors-src:native:configure | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 www/mod_jk/files/patch-configure delete mode 100644 www/mod_jk/files/patch-tomcat-connectors-src:native:configure (limited to 'www') diff --git a/www/mod_jk/files/patch-configure b/www/mod_jk/files/patch-configure new file mode 100644 index 000000000000..9f0a918455e5 --- /dev/null +++ b/www/mod_jk/files/patch-configure @@ -0,0 +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 diff --git a/www/mod_jk/files/patch-tomcat-connectors-src:native:configure b/www/mod_jk/files/patch-tomcat-connectors-src:native:configure deleted file mode 100644 index e6d0772a6126..000000000000 --- a/www/mod_jk/files/patch-tomcat-connectors-src:native:configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ori 2009-01-08 09:42:19.000000000 -0800 -+++ 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 -- cgit