FreeBSD Bugzilla – Attachment 184201 Details for
Bug 220532
lang/php71: Update to 7.1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Small patch for Makefile.ext suggesting adding $FreeBSD$ and a possible switch to devel/oniguruma6
phpNN-oniguruma5-6.diff (text/plain), 1.60 KB, created by
Trond Endrestøl
on 2017-07-09 13:38:41 UTC
(
hide
)
Description:
Small patch for Makefile.ext suggesting adding $FreeBSD$ and a possible switch to devel/oniguruma6
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2017-07-09 13:38:41 UTC
Size:
1.60 KB
patch
obsolete
>Index: lang/php56/Makefile.ext >=================================================================== >--- lang/php56/Makefile.ext (revision 445400) >+++ lang/php56/Makefile.ext (working copy) >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > COMMENT= The ${PHP_MODNAME} shared extension for php > > USES+= php:ext >@@ -565,7 +567,7 @@ > > .if ${PHP_MODNAME} == "mbstring" > . if ${PORT_OPTIONS:MREGEX} >-LIB_DEPENDS+= libonig.so:devel/oniguruma5 >+LIB_DEPENDS+= libonig.so:devel/oniguruma6 > CONFIGURE_ARGS+=--with-onig=${LOCALBASE} > . else > CONFIGURE_ARGS+=--disable-mbregex >Index: lang/php70/Makefile.ext >=================================================================== >--- lang/php70/Makefile.ext (revision 445400) >+++ lang/php70/Makefile.ext (working copy) >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > COMMENT= The ${PHP_MODNAME} shared extension for php > > USES+= php:ext >@@ -532,7 +534,7 @@ > > .if ${PHP_MODNAME} == "mbstring" > . if ${PORT_OPTIONS:MREGEX} >-LIB_DEPENDS+= libonig.so:devel/oniguruma5 >+LIB_DEPENDS+= libonig.so:devel/oniguruma6 > CONFIGURE_ARGS+=--with-onig=${LOCALBASE} > . else > CONFIGURE_ARGS+=--disable-mbregex >Index: lang/php71/Makefile.ext >=================================================================== >--- lang/php71/Makefile.ext (revision 445400) >+++ lang/php71/Makefile.ext (working copy) >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > COMMENT= The ${PHP_MODNAME} shared extension for php > > USES+= php:ext >@@ -532,7 +534,7 @@ > > .if ${PHP_MODNAME} == "mbstring" > . if ${PORT_OPTIONS:MREGEX} >-LIB_DEPENDS+= libonig.so:devel/oniguruma5 >+LIB_DEPENDS+= libonig.so:devel/oniguruma6 > CONFIGURE_ARGS+=--with-onig=${LOCALBASE} > . else > CONFIGURE_ARGS+=--disable-mbregex
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220532
:
184148
|
184150
| 184201