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

(-)Makefile.orig 2009-01-25 18:44:10.000000000 -0500 (-6 / +1 lines)
Lines 48-55 OPTIONS= CLI "Build CLI version" on \ Link Here
48
               REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
48
               REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
49
               DISCARD "Enable discard-path support (CGI only)" off \
49
               DISCARD "Enable discard-path support (CGI only)" off \
50
               FASTCGI "Enable fastcgi support (CGI only)" on \
50
               FASTCGI "Enable fastcgi support (CGI only)" on \
51
               PATHINFO "Enable path-info-check support (CGI only)" on \
51
               PATHINFO "Enable path-info-check support (CGI only)" on
52
               PHPFPM "Enable php-fpm patch (experimental, CGI only)" off
53
CONFLICTS=     php4-4*
52
CONFLICTS=     php4-4*
Lines 97-106 CONFIGURE_ARGS+=--enable-fastcgi Link Here
97
.if defined(WITHOUT_PATHINFO)
96
.if defined(WITHOUT_PATHINFO)
98
CONFIGURE_ARGS+=--disable-path-info-check
97
CONFIGURE_ARGS+=--disable-path-info-check
99
.endif
98
.endif
100
.if defined(WITH_PHPFPM)
101
PATCHFILES+=   php-${PORTVERSION}-fpm-0.5.10.diff.gz:phpfpm
102
PATCH_SITES+=  http://php-fpm.anight.org/downloads/head/:phpfpm
103
.endif
104
.else
99
.else
105
PLIST_SUB+=    CGI="@comment "
100
PLIST_SUB+=    CGI="@comment "
106
CONFIGURE_ARGS+=--disable-cgi
101
CONFIGURE_ARGS+=--disable-cgi
(-)Makefile 2009-01-25 18:49:29.000000000 -0500 (-1 / +6 lines)
Lines 48-54 OPTIONS= CLI "Build CLI version" on \ Link Here
48
               REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
48
               REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
49
               DISCARD "Enable discard-path support (CGI only)" off \
49
               DISCARD "Enable discard-path support (CGI only)" off \
50
               FASTCGI "Enable fastcgi support (CGI only)" on \
50
               FASTCGI "Enable fastcgi support (CGI only)" on \
51
               PATHINFO "Enable path-info-check support (CGI only)" on
51
               PATHINFO "Enable path-info-check support (CGI only)" on \
52
               PHPFPM "Enable php-fpm patch (experimental, CGI only)" off
52
CONFLICTS=     php4-4*
53
CONFLICTS=     php4-4*
Lines 96-101 CONFIGURE_ARGS+=--enable-fastcgi Link Here
96
.if defined(WITHOUT_PATHINFO)
97
.if defined(WITHOUT_PATHINFO)
97
CONFIGURE_ARGS+=--disable-path-info-check
98
CONFIGURE_ARGS+=--disable-path-info-check
98
.endif
99
.endif
100
.if defined(WITH_PHPFPM)
101
PATCHFILES+=   php-${PORTVERSION}-fpm-0.5.10.diff.gz:phpfpm
102
PATCH_SITES+=  http://php-fpm.anight.org/downloads/head/:phpfpm
103
.endif
99
.else
104
.else
100
PLIST_SUB+=    CGI="@comment "
105
PLIST_SUB+=    CGI="@comment "
101
CONFIGURE_ARGS+=--disable-cgi
106
CONFIGURE_ARGS+=--disable-cgi
(-)distinfo 2009-01-25 18:52:55.000000000 -0500 (+3 lines)
Lines 7-9 SIZE (suhosin-patch-5.2.7-0.9.6.3.patch. Link Here
7
MD5 (php-5.2.8-mail-header.patch) = 74bf3a2a123c284f908c4f5483ebe886
7
MD5 (php-5.2.8-mail-header.patch) = 74bf3a2a123c284f908c4f5483ebe886
8
SHA256 (php-5.2.8-mail-header.patch) = 9bd306145153a371f619d89996cb329bdc36791b22a50daf4afe7cc69c46dccb
8
SHA256 (php-5.2.8-mail-header.patch) = 9bd306145153a371f619d89996cb329bdc36791b22a50daf4afe7cc69c46dccb
9
SIZE (php-5.2.8-mail-header.patch) = 3381
9
SIZE (php-5.2.8-mail-header.patch) = 3381
10
MD5 (php-5.2.8-fpm-0.5.10.diff.gz) = 7104c76e2891612af636104e0f6d60d4
11
SHA256 (php-5.2.8-fpm-0.5.10.diff.gz) = 682fb8b9b45e0c0c3f0c5fbf1065215baddbd4a73b3eb6e2468a68062ee16491
12
SIZE (php-5.2.8-fpm-0.5.10.diff.gz) = 204248

Return to bug 130995