aboutsummaryrefslogtreecommitdiff
path: root/www/apache24
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-12-27 09:52:13 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-12-27 09:52:13 +0000
commitdee5d73b7c3e84cc21f7d1147a096bc11f5059f7 (patch)
treebdef996412319fed6d49e2ca492b210f48a7d397 /www/apache24
parent9e90dd408faa11fac4f298faec19d91197c185bb (diff)
downloadports-dee5d73b7c3e84cc21f7d1147a096bc11f5059f7.tar.gz
ports-dee5d73b7c3e84cc21f7d1147a096bc11f5059f7.zip
- fix third party module build e.g. mod_mpm_itk by removing -Werror from configure.in
- bump PORTREVISON (fix changes config_vars.mk that is used to build third party modules) PR: 215594 Submitted by: Marcelo Araujo MFH: 2016Q4 Sponsored by: iXsystems
Notes
Notes: svn path=/head/; revision=429588
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile1
-rw-r--r--www/apache24/files/patch-configure.in12
2 files changed, 11 insertions, 2 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index cdb190c9ac62..3061a32dac03 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -2,6 +2,7 @@
PORTNAME= apache24
PORTVERSION= 2.4.25
+PORTREVISION= 1
CATEGORIES= www ipv6
MASTER_SITES= APACHE_HTTPD
DISTNAME= httpd-${PORTVERSION}
diff --git a/www/apache24/files/patch-configure.in b/www/apache24/files/patch-configure.in
index 8aaaa9e11831..b1728b22ab28 100644
--- a/www/apache24/files/patch-configure.in
+++ b/www/apache24/files/patch-configure.in
@@ -1,4 +1,4 @@
---- configure.in.orig 2015-09-05 17:02:03 UTC
+--- configure.in.orig 2016-12-02 11:36:06 UTC
+++ configure.in
@@ -111,7 +111,7 @@ fi
@@ -18,7 +18,15 @@
[--enable-layout=*|\'--enable-layout=*])
dnl We must be the last to build and the first to be cleaned
AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util"
-@@ -830,8 +830,14 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre
+@@ -597,7 +597,6 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HEL
+ if test "$GCC" = "yes"; then
+ APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith])
+ APACHE_ADD_GCC_CFLAG([-std=c89])
+- APACHE_ADD_GCC_CFLAG([-Werror])
+ APACHE_ADD_GCC_CFLAG([-Wdeclaration-after-statement])
+ APACHE_ADD_GCC_CFLAG([-Wformat])
+ APACHE_ADD_GCC_CFLAG([-Wformat-security])
+@@ -838,8 +837,14 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre
[Root directory of the Apache install area])
AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
[Location of the config file, relative to the Apache root directory])