View | Details | Raw Unified | Return to bug 215594
Collapse All | Expand All

(-)www/apache24/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	apache24
3
PORTNAME=	apache24
4
PORTVERSION=	2.4.25
4
PORTVERSION=	2.4.25
5
PORTREVISION=	1
5
CATEGORIES=	www ipv6
6
CATEGORIES=	www ipv6
6
MASTER_SITES=	APACHE_HTTPD
7
MASTER_SITES=	APACHE_HTTPD
7
DISTNAME=	httpd-${PORTVERSION}
8
DISTNAME=	httpd-${PORTVERSION}
(-)www/apache24/files/patch-configure.in (-3 / +17 lines)
Lines 1-4 Link Here
1
--- configure.in.orig	2015-09-05 17:02:03 UTC
1
--- configure.in.orig	2016-12-02 11:36:06 UTC
2
+++ configure.in
2
+++ configure.in
3
@@ -111,7 +111,7 @@ fi
3
@@ -111,7 +111,7 @@ fi
4
 
4
 
Lines 18-24 Link Here
18
                     [--enable-layout=*|\'--enable-layout=*])
18
                     [--enable-layout=*|\'--enable-layout=*])
19
   dnl We must be the last to build and the first to be cleaned
19
   dnl We must be the last to build and the first to be cleaned
20
   AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util"
20
   AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util"
21
@@ -830,8 +830,14 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre
21
@@ -597,7 +597,6 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HEL
22
     if test "$GCC" = "yes"; then
23
       APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith])
24
       APACHE_ADD_GCC_CFLAG([-std=c89])
25
-      APACHE_ADD_GCC_CFLAG([-Werror])
26
       APACHE_ADD_GCC_CFLAG([-Wdeclaration-after-statement])
27
       APACHE_ADD_GCC_CFLAG([-Wformat])
28
       APACHE_ADD_GCC_CFLAG([-Wformat-security])
29
@@ -838,12 +837,18 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre
22
 	[Root directory of the Apache install area])
30
 	[Root directory of the Apache install area])
23
 AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
31
 AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
24
 	[Location of the config file, relative to the Apache root directory])
32
 	[Location of the config file, relative to the Apache root directory])
Lines 31-35 Link Here
31
+AC_DEFINE_UNQUOTED(DOCUMENT_LOCATION, "${rel_htdocsdir}",
39
+AC_DEFINE_UNQUOTED(DOCUMENT_LOCATION, "${rel_htdocsdir}",
32
+	[Location of document root])
40
+	[Location of document root])
33
 
41
 
34
 perlbin=`$ac_aux_dir/PrintPath perl`
42
-perlbin=`$ac_aux_dir/PrintPath perl`
43
+perlbin=/usr/local/bin/perl
35
 if test "x$perlbin" = "x"; then
44
 if test "x$perlbin" = "x"; then
45
-    perlbin="/replace/with/path/to/perl/interpreter"
46
+    perlbin=/usr/local/bin/perl
47
 fi
48
 AC_SUBST(perlbin)
49
 

Return to bug 215594