View | Details | Raw Unified | Return to bug 193200 | Differences between
and this patch

Collapse All | Expand All

(-)www/suphp/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	suphp
4
PORTNAME=	suphp
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://www.suphp.org/download/ \
8
MASTER_SITES=	http://www.suphp.org/download/ \
9
		LOCAL/bdrewery/${PORTNAME}/ \
9
		LOCAL/bdrewery/${PORTNAME}/ \
Lines 18-24 Link Here
18
AUTOMAKE_ARGS+=	--add-missing
18
AUTOMAKE_ARGS+=	--add-missing
19
SUB_FILES=	pkg-message
19
SUB_FILES=	pkg-message
20
20
21
USE_APACHE=	22
21
USE_APACHE=	22+
22
CFLAGS+=	-I${LOCALBASE}/include
22
CFLAGS+=	-I${LOCALBASE}/include
23
USE_CSTD=	gnu89
23
USE_CSTD=	gnu89
24
USE_PHP=	yes
24
USE_PHP=	yes
(-)www/suphp/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2014-08-31 10:39:02.982846403 +0100
2
+++ configure	2014-08-31 10:39:31.763844267 +0100
3
@@ -15343,7 +15343,7 @@
4
                     | cut -f2 -d"/" \
5
                     | cut -f1 -d" "`
6
     major_version=`echo $APACHE_VERSION|cut -f1,2 -d.`
7
-    if test "$major_version" = "2.0" -o "$major_version" = "2.2"; then
8
+    if test "$major_version" = "2.0" -o "$major_version" = "2.2" -o "$major_version" = "2.4"; then
9
       APACHE_VERSION_2=true
10
       APACHE_VERSION_1_3=false
11
     else

Return to bug 193200