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

Collapse All | Expand All

(-)b/lang/php71/Makefile (-1 / +9 lines)
Lines 37-43 CONFIGURE_ARGS+=--with-layout=GNU \ Link Here
37
37
38
USE_GNOME=	libxml2
38
USE_GNOME=	libxml2
39
39
40
OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS
40
OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
41
OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE
41
OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE
42
42
43
# Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
43
# Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
Lines 57-62 DEBUG_DESC= Enable debug Link Here
57
PHPDBG_DESC=	Interactive PHP debugger
57
PHPDBG_DESC=	Interactive PHP debugger
58
DTRACE_DESC=	Enable DTrace support
58
DTRACE_DESC=	Enable DTrace support
59
IPV6_DESC=	Enable ipv6 support
59
IPV6_DESC=	Enable ipv6 support
60
MAILHEAD_DESC=	Enable mail header patch
60
LINKTHR_DESC=	Link thread lib (for threaded extensions)
61
LINKTHR_DESC=	Link thread lib (for threaded extensions)
61
ZTS_DESC=	Force Zend Thread Safety (ZTS) build
62
ZTS_DESC=	Force Zend Thread Safety (ZTS) build
62
63
Lines 66-71 DESTDIRNAME= INSTALL_ROOT Link Here
66
67
67
.include <bsd.port.pre.mk>
68
.include <bsd.port.pre.mk>
68
69
70
PATCH_DIST_STRIP=	-p1
71
72
.if ${PORT_OPTIONS:MMAILHEAD}
73
PATCHFILES+=	php-5.5.x-mail-header.patch:mail
74
PATCH_SITES+=	http://choon.net/opensource/php/:mail
75
.endif
76
69
.if ${PORT_OPTIONS:MCLI}
77
.if ${PORT_OPTIONS:MCLI}
70
PHP_SAPI+=	cli
78
PHP_SAPI+=	cli
71
.else
79
.else
(-)b/lang/php71/distinfo (+2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1494835176
1
TIMESTAMP = 1494835176
2
SHA256 (php-7.1.5.tar.xz) = d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac
2
SHA256 (php-7.1.5.tar.xz) = d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac
3
SIZE (php-7.1.5.tar.xz) = 12797696
3
SIZE (php-7.1.5.tar.xz) = 12797696
4
SHA256 (php-7.0.x-mail-header.patch) = 81685dce2d49b146fa1ca2ec6ece2f553757affad7b27b775132f2c71314233c
5
SIZE (php-7.0.x-mail-header.patch) = 4394

Return to bug 219321