FreeBSD Bugzilla – Attachment 197557 Details for
Bug 231769
www/nextcloud: Fix APCu optionality, add non-ASCII support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct APCu behavior, add intl option
patch-nextcloud-Makefile (text/plain), 1.67 KB, created by
Matt
on 2018-09-27 20:43:00 UTC
(
hide
)
Description:
Correct APCu behavior, add intl option
Filename:
MIME Type:
Creator:
Matt
Created:
2018-09-27 20:43:00 UTC
Size:
1.67 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480787) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= nextcloud > DISTVERSION= 14.0.1 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= https://download.nextcloud.com/server/releases/ > PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} >@@ -26,7 +27,7 @@ > PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ > NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} > >-OPTIONS_DEFINE= EXIF IMAGICK LDAP PCNTL SMB SSL >+OPTIONS_DEFINE= EXIF IMAGICK INTL LDAP PCNTL SMB SSL > OPTIONS_GROUP= CACHING > OPTIONS_GROUP_CACHING= APCU MEMCACHED OPCACHE REDIS > OPTIONS_MULTI= DB >@@ -38,6 +39,7 @@ > DB_DESC= Database backend(s) > EXIF_DESC= Image rotation support > IMAGICK_DESC= Thumbnail support (recommended) >+INTL_DESC= International character support (recommended) > MEMCACHED_DESC= Distributed data caching using Memcached > OPCACHE_DESC= Enable OPcode caching (recommended) > PCNTL_DESC= Long-running process control (recommended) >@@ -45,6 +47,7 @@ > > EXIF_USE= PHP=exif > IMAGICK_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}imagick>=2.2.2:graphics/pecl-imagick@${PHP_FLAVOR} >+INTL_USE= PHP=intl > LDAP_USE= PHP=ldap > MYSQL_USE= PHP=pdo_mysql > OPCACHE_USE= PHP=opcache >@@ -58,9 +61,9 @@ > .include <bsd.port.pre.mk> > > .if ${PHP_VER} >= 70 >-RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} >+APCU_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} > .else >-RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR} >+APCU_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR} > .endif > > post-patch:
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 231769
:
197556
| 197557