Hello ports@,
The following diff makes php's mbstring use the oniguruma package,
instead to the builtin. I also split it into a package, because it adds
another dependency. Mbstring still uses the builtin libmbfl, but that's
because we don't have it in a package. This shouldn't be too big of a
problem, since both these libraries appear to be up to date and if we
ever get it it's only a matter of updating the extension.
martijn@
Index: lang/php//Makefile.inc
===================================================================
RCS file: /cvs/ports/lang/php/Makefile.inc,v
retrieving revision 1.106
diff -u -p -a -u -r1.106 Makefile.inc
--- lang/php//Makefile.inc 25 May 2018 17:02:32 -0000 1.106
+++ lang/php//Makefile.inc 25 May 2018 18:17:59 -0000
@@ -97,7 +97,6 @@ CONFIGURE_ARGS+= --with-openssl \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
- --enable-mbstring \
--enable-exif \
--enable-phar
@@ -193,6 +192,14 @@ COMMENT-ldap= ldap protocol extensions
CONFIGURE_ARGS+= --with-ldap=shared,${LOCALBASE}
LIB_DEPENDS-ldap= databases/openldap
WANTLIB-ldap= pthread ldap>=2 lber
+
+# mbstring
+PHP_EXTENSIONS+= -mbstring
+COMMENT-mbstring= mbstring extensions for php
+CONFIGURE_ARGS+= --enable-mbstring=shared \
+ --with-onig=${LOCALBASE}
+LIB_DEPENDS-mbstring= textproc/oniguruma
+WANTLIB-mbstring= pthread onig
# mcrypt
PHP_EXTENSIONS+= -mcrypt
Index: lang/php//5.6/Makefile
===================================================================
RCS file: /cvs/ports/lang/php/5.6/Makefile,v
retrieving revision 1.66
diff -u -p -a -u -r1.66 Makefile
--- lang/php//5.6/Makefile 25 May 2018 17:02:32 -0000 1.66
+++ lang/php//5.6/Makefile 25 May 2018 18:17:59 -0000
@@ -4,7 +4,7 @@ BROKEN-alpha= pcre_jit_compile.c:65:2: e
PV= 5.6
V= ${PV}.36
-REVISION= 0
+REVISION= 1
MASTER_SITES0= https://download.suhosin.org/
Index: lang/php//5.6/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/php/5.6/pkg/PLIST-main,v
retrieving revision 1.13
diff -u -p -a -u -r1.13 PLIST-main
--- lang/php//5.6/pkg/PLIST-main 25 May 2018 17:18:28 -0000 1.13
+++ lang/php//5.6/pkg/PLIST-main 25 May 2018 18:17:59 -0000
@@ -216,8 +216,6 @@ share/php-${PV}/include/ext/mbstring/lib
share/php-${PV}/include/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
share/php-${PV}/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
share/php-${PV}/include/ext/mbstring/mbstring.h
-share/php-${PV}/include/ext/mbstring/oniguruma/
-share/php-${PV}/include/ext/mbstring/oniguruma/oniguruma.h
share/php-${PV}/include/ext/mbstring/php_mbregex.h
share/php-${PV}/include/ext/mbstring/php_onig_compat.h
share/php-${PV}/include/ext/mysqli/
Index: lang/php//5.6/pkg/PLIST-mbstring
===================================================================
RCS file: lang/php//5.6/pkg/PLIST-mbstring
diff -N lang/php//5.6/pkg/PLIST-mbstring
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lang/php//5.6/pkg/PLIST-mbstring 25 May 2018 18:17:59 -0000
@@ -0,0 +1,7 @@
+@comment $OpenBSD$
+@option no-default-conflict
+@option is-branch
+@conflict php-mbstring->=5.6,<5.7
+lib/php-${PV}/modules/mbstring.so
+share/examples/php-${PV}/mbstring.ini
+@sample ${SYSCONFDIR}/php-${PV}.sample/mbstring.ini
Index: lang/php//7.0/Makefile
===================================================================
RCS file: /cvs/ports/lang/php/7.0/Makefile,v
retrieving revision 1.50
diff -u -p -a -u -r1.50 Makefile
--- lang/php//7.0/Makefile 25 May 2018 17:21:31 -0000 1.50
+++ lang/php//7.0/Makefile 25 May 2018 18:17:59 -0000
@@ -2,7 +2,7 @@
PV= 7.0
V= ${PV}.30
-REVISION= 0
+REVISION= 1
BUILD_DEPENDS+= devel/bison
Index: lang/php//7.0/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/php/7.0/pkg/PLIST-main,v
retrieving revision 1.9
diff -u -p -a -u -r1.9 PLIST-main
--- lang/php//7.0/pkg/PLIST-main 25 May 2018 17:18:28 -0000 1.9
+++ lang/php//7.0/pkg/PLIST-main 25 May 2018 18:17:59 -0000
@@ -213,8 +213,6 @@ share/php-${PV}/include/ext/mbstring/lib
share/php-${PV}/include/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
share/php-${PV}/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
share/php-${PV}/include/ext/mbstring/mbstring.h
-share/php-${PV}/include/ext/mbstring/oniguruma/
-share/php-${PV}/include/ext/mbstring/oniguruma/oniguruma.h
share/php-${PV}/include/ext/mbstring/php_mbregex.h
share/php-${PV}/include/ext/mbstring/php_onig_compat.h
share/php-${PV}/include/ext/mysqli/
Index: lang/php//7.0/pkg/PLIST-mbstring
===================================================================
RCS file: lang/php//7.0/pkg/PLIST-mbstring
diff -N lang/php//7.0/pkg/PLIST-mbstring
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lang/php//7.0/pkg/PLIST-mbstring 25 May 2018 18:17:59 -0000
@@ -0,0 +1,7 @@
+@comment $OpenBSD$
+@option no-default-conflict
+@option is-branch
+@conflict php-mbstring->=7.0,<7.1
+lib/php-${PV}/modules/mbstring.so
+share/examples/php-${PV}/mbstring.ini
+@sample ${SYSCONFDIR}/php-${PV}.sample/mbstring.ini
Index: lang/php//files/DESCR-mbstring
===================================================================
RCS file: lang/php//files/DESCR-mbstring
diff -N lang/php//files/DESCR-mbstring
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lang/php//files/DESCR-mbstring 25 May 2018 18:17:59 -0000
@@ -0,0 +1,5 @@
+mbstring provides multibyte specific string functions that help you
+deal with multibyte encodings in PHP. In addition to that, mbstring
+handles character encoding conversion between the possible encoding
+pairs. mbstring is designed to handle Unicode-based encodings such as
+UTF-8 and UCS-2 and many single-byte encodings for convenience.
Index: mail/pecl-mailparse/Makefile
===================================================================
RCS file: /cvs/ports/mail/pecl-mailparse/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- mail/pecl-mailparse/Makefile 26 Apr 2018 15:08:56 -0000 1.20
+++ mail/pecl-mailparse/Makefile 25 May 2018 18:18:03 -0000
@@ -4,6 +4,7 @@ COMMENT = PHP extension for parsing and
DISTNAME = mailparse-3.0.2
CATEGORIES = mail
+REVISION= 0
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
@@ -14,6 +15,9 @@ WANTLIB += c
AUTOCONF_VERSION = 2.52
AUTOMAKE_VERSION = 1.4
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
+BUILD_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
MODULES = lang/php/pecl
MODPECL_V = 7
Index: databases/pg_stats_reporter/Makefile
===================================================================
RCS file: /cvs/ports/databases/pg_stats_reporter/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- databases/pg_stats_reporter/Makefile 22 May 2018 08:18:08 -0000 1.6
+++ databases/pg_stats_reporter/Makefile 25 May 2018 18:18:04 -0000
@@ -3,7 +3,7 @@
COMMENT = graphical report tool for PostgreSQL
DISTNAME = pg_stats_reporter-3.2.1
-REVISION = 0
+REVISION = 1
CATEGORIES = databases www
HOMEPAGE = http://pgstatsinfo.sourceforge.net/
@@ -20,7 +20,8 @@ INSTDIR = ${PREFIX}/pg_stats_reporter_li
SUBST_VARS += INSTDIR MODPHP_BIN
MODULES = lang/php
-RUN_DEPENDS = lang/php/${MODPHP_VERSION},-pgsql \
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-mbstring \
+ lang/php/${MODPHP_VERSION},-pgsql \
lang/php/${MODPHP_VERSION},-intl
do-install:
Index: databases/pgfouine/Makefile
===================================================================
RCS file: /cvs/ports/databases/pgfouine/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- databases/pgfouine/Makefile 22 May 2018 08:18:08 -0000 1.15
+++ databases/pgfouine/Makefile 25 May 2018 18:18:05 -0000
@@ -5,7 +5,7 @@ COMMENT = PostgreSQL log analyzer
DISTNAME = pgfouine-1.2
CATEGORIES = databases
-REVISION = 7
+REVISION = 8
HOMEPAGE = http://pgfouine.projects.postgresql.org/
@@ -22,7 +22,8 @@ NO_TEST = Yes
PKG_ARCH = *
MODULES = lang/php
-RUN_DEPENDS = lang/php/${MODPHP_VERSION},-gd
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring
pre-configure:
@sed -i -e 's,/usr/bin/php,${MODPHP_BIN},g;' \
Index: devel/pear-Console-Table/Makefile
===================================================================
RCS file: /cvs/ports/devel/pear-Console-Table/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- devel/pear-Console-Table/Makefile 28 Apr 2018 14:22:02 -0000 1.11
+++ devel/pear-Console-Table/Makefile 25 May 2018 18:18:06 -0000
@@ -3,11 +3,18 @@
COMMENT = php class for building console-style tables
DISTNAME = Console_Table-1.3.1
+REVISION = 0
CATEGORIES = devel
# PHP License
PERMIT_PACKAGE_CDROM = Yes
-MODULES = www/pear
+MODULES = www/pear \
+ lang/php
+
+MODPHP_BUILDDEP = No
+MODPHP_RUNDEP = No
+
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-mbstring
.include <bsd.port.mk>
Index: mail/pear-Mail-Mime/Makefile
===================================================================
RCS file: /cvs/ports/mail/pear-Mail-Mime/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- mail/pear-Mail-Mime/Makefile 18 Nov 2017 19:46:38 -0000 1.21
+++ mail/pear-Mail-Mime/Makefile 25 May 2018 18:18:07 -0000
@@ -3,6 +3,7 @@
COMMENT= classes to create and decode MIME messages in PHP
DISTNAME= Mail_Mime-1.10.2
+REVISION= 0
CATEGORIES= mail
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
@@ -18,6 +19,8 @@ MODULES+= lang/php # MODPHP_BIN, for te
MODPHP_BUILDDEP= No
MODPHP_RUNDEP= No
TEST_DEPENDS= ${BASE_PKGPATH}
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
do-test:
cd ${WRKSRC}/tests; pear -d php_bin=${MODPHP_BIN} run-tests
Index: mail/roundcubemail/Makefile
===================================================================
RCS file: /cvs/ports/mail/roundcubemail/Makefile,v
retrieving revision 1.131
diff -u -p -r1.131 Makefile
--- mail/roundcubemail/Makefile 25 May 2018 14:03:36 -0000 1.131
+++ mail/roundcubemail/Makefile 25 May 2018 18:18:08 -0000
@@ -5,7 +5,7 @@ COMMENT= imap4 webmail client
V= 1.3.6
DISTNAME= roundcubemail-$V
PKGNAME= roundcubemail-${V:S/-rc/rc/}
-REVISION= 1
+REVISION= 2
EXTRACT_SUFX= -complete.tar.gz
FIX_EXTRACT_PERMISSIONS= Yes
@@ -32,6 +32,7 @@ SUBST_VARS= INSTDIR TINSTDIR MODPHP_BIN
MODULES= lang/php
RUN_DEPENDS= ${MODPHP_PDO_DEPENDS} \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-pspell \
lang/php/${MODPHP_VERSION},-zip
Index: mail/z-push/Makefile
===================================================================
RCS file: /cvs/ports/mail/z-push/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- mail/z-push/Makefile 22 May 2018 08:18:08 -0000 1.54
+++ mail/z-push/Makefile 25 May 2018 18:18:09 -0000
@@ -4,7 +4,7 @@ COMMENT= ActiveSync protocol implementat
V= 2.4.1
DISTNAME= z-push-${V}
-REVISION= 0
+REVISION= 1
CATEGORIES= mail www
@@ -28,7 +28,8 @@ SUBST_VARS= INSTDIR TINSTDIR
MODULES= lang/php
RUN_DEPENDS= mail/kopano/core,-mapi \
- lang/php/${MODPHP_VERSION},-imap
+ lang/php/${MODPHP_VERSION},-imap \
+ lang/php/${MODPHP_VERSION},-mbstring
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
Index: mail/kopano/webapp/Makefile
===================================================================
RCS file: /cvs/ports/mail/kopano/webapp/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- mail/kopano/webapp/Makefile 15 May 2018 11:48:25 -0000 1.11
+++ mail/kopano/webapp/Makefile 25 May 2018 18:18:10 -0000
@@ -3,6 +3,7 @@
COMMENT= next generation web interface for Kopano
WAPP_VERSION= 3.4.14
+REVISION= 0
PLUGINS_WITH_DEFCONF= \
contactfax-${WAPP_VERSION}.${MINOR}-${RPMVER} \
@@ -63,7 +64,8 @@ MODPHP_BUILDDEP=No
MODPHP_RUNDEP= No
BUILD_DEPENDS= converters/rpm2cpio
-RUN_DEPENDS= mail/kopano/core,-mapi # php-mapi
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring \
+ mail/kopano/core,-mapi # php-mapi
NO_BUILD= Yes
NO_TEST= Yes
Index: net/icinga/web/Makefile
===================================================================
RCS file: /cvs/ports/net/icinga/web/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- net/icinga/web/Makefile 25 May 2018 15:38:22 -0000 1.39
+++ net/icinga/web/Makefile 25 May 2018 18:18:11 -0000
@@ -5,7 +5,7 @@ COMMENT = web UI for icinga
GH_ACCOUNT = Icinga
GH_PROJECT = icinga-web
GH_TAGNAME = v1.14.1
-REVISION = 1
+REVISION = 2
MODULES= lang/php
@@ -18,6 +18,7 @@ MODPHP_PDO_PREF = mysql
RUN_DEPENDS = ${COMMON_DEPENDS} \
${MODPHP_PDO_DEPENDS} \
lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-xsl \
net/icinga/core \
net/icinga/core,-ido>=1.11
Index: net/icinga/web2/Makefile
===================================================================
RCS file: /cvs/ports/net/icinga/web2/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- net/icinga/web2/Makefile 25 May 2018 14:03:36 -0000 1.20
+++ net/icinga/web2/Makefile 25 May 2018 18:18:12 -0000
@@ -5,7 +5,7 @@ COMMENT = next-generation web UI for ici
GH_ACCOUNT = Icinga
GH_PROJECT = icingaweb2
GH_TAGNAME = v2.5.3
-REVISION = 1
+REVISION = 2
PKGNAME = icinga-web2-${GH_TAGNAME:S/v//}
MODULES= lang/php
@@ -14,6 +14,7 @@ MODPHP_PDO_ALLOWED = mysql pgsql
MODPHP_PDO_PREF = mysql
RUN_DEPENDS = lang/php/${MODPHP_VERSION},-intl \
+ lang/php/${MODPHP_VERSION},-mbstring \
${MODPHP_PDO_DEPENDS}
NO_TEST = Yes
Index: net/librenms/Makefile
===================================================================
RCS file: /cvs/ports/net/librenms/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- net/librenms/Makefile 23 Apr 2018 11:00:08 -0000 1.62
+++ net/librenms/Makefile 25 May 2018 18:18:13 -0000
@@ -7,6 +7,7 @@ GH_PROJECT = librenms
GH_TAGNAME = 1.38
DISTFILES = librenms-${GH_TAGNAME}.tar.gz librenms-vendor-${GH_TAGNAME}.tar.xz:0
EPOCH = 0
+REVISION = 0
CATEGORIES = net www
@@ -26,6 +27,7 @@ MODPY_BUILDDEP = No
RUN_DEPENDS = databases/py-mysql \
lang/php/${MODPHP_VERSION},-curl \
lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-mcrypt \
lang/php/${MODPHP_VERSION},-mysqli \
lang/php/${MODPHP_VERSION},-snmp \
Index: net/pear-HTTP-Request/Makefile
===================================================================
RCS file: /cvs/ports/net/pear-HTTP-Request/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- net/pear-HTTP-Request/Makefile 11 Mar 2013 11:35:54 -0000 1.21
+++ net/pear-HTTP-Request/Makefile 25 May 2018 18:18:14 -0000
@@ -3,15 +3,20 @@
COMMENT= provide an easy way to perform HTTP requests
DISTNAME= HTTP_Request-1.4.4
-REVISION= 1
+REVISION= 2
CATEGORIES= net
-MODULES= www/pear
+MODULES= www/pear \
+ lang/php
+
+MODPHP_BUILDDEP=No
+MODPHP_RUNDEP= No
# BSD
PERMIT_PACKAGE_CDROM= Yes
-RUN_DEPENDS= net/pear-Net-URL \
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring \
+ net/pear-Net-URL \
net/pear-Net-Socket>=1.0.9
.include <bsd.port.mk>
Index: net/pear-Net-IDNA2/Makefile
===================================================================
RCS file: /cvs/ports/net/pear-Net-IDNA2/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- net/pear-Net-IDNA2/Makefile 16 Jun 2017 14:10:39 -0000 1.2
+++ net/pear-Net-IDNA2/Makefile 25 May 2018 18:18:15 -0000
@@ -4,8 +4,15 @@ COMMENT= punycode (international domain
DISTNAME= Net_IDNA2-0.2.0
CATEGORIES= net
+REVISION= 0
-MODULES= www/pear
+MODULES= www/pear \
+ lang/php
+
+MODPHP_BUILDDEP=No
+MODPHP_RUNDEP= No
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
# PHP License
PERMIT_PACKAGE_CDROM= Yes
Index: net/pear-Net-IMAP/Makefile
===================================================================
RCS file: /cvs/ports/net/pear-Net-IMAP/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- net/pear-Net-IMAP/Makefile 15 Nov 2014 23:35:33 -0000 1.15
+++ net/pear-Net-IMAP/Makefile 25 May 2018 18:18:16 -0000
@@ -3,11 +3,17 @@
COMMENT= implementation of the IMAP protocol for PHP
DISTNAME= Net_IMAP-1.1.3
+REVISION= 0
CATEGORIES= net
-MODULES= www/pear
+MODULES= www/pear \
+ lang/php
-RUN_DEPENDS+= net/pear-Net-Socket>=1.0.8 \
+MODPHP_BUILDDEP=No
+MODPHP_RUNDEP= No
+
+RUN_DEPENDS+= lang/php/${MODPHP_VERSION},-mbstring \
+ net/pear-Net-Socket>=1.0.8 \
security/pear-Auth-SASL>=1.0.2
# PHP License
Index: net/pear-Net-Sieve/Makefile
===================================================================
RCS file: /cvs/ports/net/pear-Net-Sieve/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- net/pear-Net-Sieve/Makefile 5 Mar 2018 14:22:20 -0000 1.5
+++ net/pear-Net-Sieve/Makefile 25 May 2018 18:18:17 -0000
@@ -4,15 +4,21 @@ COMMENT= pear class to talk to Sieve ser
DISTNAME= Net_Sieve-1.4.3
CATEGORIES= net
+REVISION= 0
-MODULES= www/pear
+MODULES= www/pear \
+ lang/php
+
+MODPHP_BUILDDEP=No
+MODPHP_RUNDEP= No
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
-RUN_DEPENDS= net/pear-Net-Socket \
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring \
+ net/pear-Net-Socket \
security/pear-Auth-SASL
.include <bsd.port.mk>
Index: net/zabbix/Makefile
===================================================================
RCS file: /cvs/ports/net/zabbix/Makefile,v
retrieving revision 1.141
diff -u -p -r1.141 Makefile
--- net/zabbix/Makefile 22 May 2018 08:18:08 -0000 1.141
+++ net/zabbix/Makefile 25 May 2018 18:18:18 -0000
@@ -6,6 +6,7 @@ COMMENT-proxy = network and application
COMMENT-web = network and application monitoring - web frontend
VERSION = 3.4.8
+REVISION = 0
DISTNAME = zabbix-${VERSION}
FULLPKGNAME-main = zabbix-agent-${VERSION}
FULLPKGPATH-main = net/zabbix,-main
@@ -79,7 +80,8 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE
PREFIX-web = ${VARBASE}/www
LIB_DEPENDS-web =
RUN_DEPENDS-web = ${MODPHP_RUN_DEPENDS} \
- lang/php/${MODPHP_VERSION},-gd
+ lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring
WANTLIB-web =
ZABBIX_WEB = ${PREFIX-web}/zabbix
Index: productivity/baikal/Makefile
===================================================================
RCS file: /cvs/ports/productivity/baikal/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- productivity/baikal/Makefile 22 May 2018 08:18:08 -0000 1.15
+++ productivity/baikal/Makefile 25 May 2018 18:18:19 -0000
@@ -3,6 +3,7 @@
COMMENT= lightweight CalDAV and CardDAV server
VERSION= 0.4.6
+REVISION= 0
DISTNAME= baikal-${VERSION}
MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${VERSION}/
DISTFILES= ${DISTNAME}.zip
@@ -15,6 +16,8 @@ HOMEPAGE= http://sabre.io/baikal/
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/php
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
NO_BUILD= Yes
NO_TEST= Yes
Index: productivity/davical/Makefile
===================================================================
RCS file: /cvs/ports/productivity/davical/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- productivity/davical/Makefile 22 May 2018 08:18:08 -0000 1.20
+++ productivity/davical/Makefile 25 May 2018 18:18:20 -0000
@@ -7,7 +7,7 @@ GITLAB_ACCOUNT = davical-project
GITLAB_TAG = r1.1.3.1
DISTNAME = ${GITLAB_PROJECT}-${GITLAB_TAG:S/r//}
CATEGORIES = productivity net
-REVISION = 4
+REVISION = 5
HOMEPAGE = http://www.davical.org/
@@ -27,6 +27,7 @@ TINSTDIR = ${TRUEPREFIX}/davical
SUBST_VARS = TINSTDIR
RUN_DEPENDS += lang/php/${MODPHP_VERSION},-curl \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-pdo_pgsql \
www/awl>=0.55 \
devel/p5-YAML \
Index: textproc/tcpdf/Makefile
===================================================================
RCS file: /cvs/ports/textproc/tcpdf/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- textproc/tcpdf/Makefile 22 May 2018 08:18:08 -0000 1.34
+++ textproc/tcpdf/Makefile 25 May 2018 18:18:21 -0000
@@ -3,7 +3,7 @@
COMMENT= PHP class for generating PDF documents
DISTNAME = tcpdf_6_2_13
PKGNAME = tcpdf-6.2.13
-REVISION = 0
+REVISION = 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpdf/}
@@ -20,6 +20,8 @@ MODPHP_BUILDDEP=No
NO_BUILD= Yes
NO_TEST= Yes
+
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-mbstring
WRKDIST= ${WRKDIR}/tcpdf
PREFIX= ${VARBASE}/www
Index: www/awl/Makefile
===================================================================
RCS file: /cvs/ports/www/awl/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- www/awl/Makefile 22 May 2018 08:18:08 -0000 1.11
+++ www/awl/Makefile 25 May 2018 18:18:21 -0000
@@ -9,7 +9,7 @@ DISTNAME = ${GITLAB_PROJECT}-${GITLAB_TA
PKGNAME = php-${DISTNAME}
CATEGORIES = www
PKG_ARCH = *
-REVISION = 1
+REVISION = 2
HOMEPAGE = https://gitlab.com/${GITLAB_ACCOUNT}/${GITLAB_PROJECT}
@@ -27,6 +27,8 @@ SUBST_VARS = INSTDIR
NO_BUILD = Yes
NO_TEST = Yes
MODULES = lang/php
+
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-mbstring
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
Index: www/dokuwiki/Makefile
===================================================================
RCS file: /cvs/ports/www/dokuwiki/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- www/dokuwiki/Makefile 22 May 2018 08:18:08 -0000 1.28
+++ www/dokuwiki/Makefile 25 May 2018 18:18:24 -0000
@@ -3,7 +3,7 @@
COMMENT = standards compliant, simple to use Wiki
VERSION = 2017-02-19e
-REVISION = 2
+REVISION = 3
DISTNAME = dokuwiki-${VERSION}
PKGNAME = dokuwiki-${VERSION:S/-/./g}
CATEGORIES = www
@@ -29,6 +29,7 @@ TINSTDIR = ${TRUEPREFIX}/dokuwiki
SUBST_VARS = INSTDIR TINSTDIR
RUN_DEPENDS = lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
security/pecl56-libsodium
do-install:
Index: www/drush/Makefile
===================================================================
RCS file: /cvs/ports/www/drush/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- www/drush/Makefile 25 May 2018 14:03:36 -0000 1.13
+++ www/drush/Makefile 25 May 2018 18:18:25 -0000
@@ -5,7 +5,7 @@ COMMENT = command line access to most of
CATEGORIES = www devel
V= 8.0.3
-REVISION= 1
+REVISION= 2
DISTNAME= drush-$V
EXTRACT_SUFX= -deps.tar.xz
@@ -21,6 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes
NO_BUILD= Yes
RUN_DEPENDS= archivers/gtar \
+ lang/php/${MODPHP_VERSION},-mbstring \
${MODPHP_PDO_DEPENDS}
SUBST_VARS= MODPHP_BIN
Index: www/mollify/Makefile
===================================================================
RCS file: /cvs/ports/www/mollify/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- www/mollify/Makefile 22 May 2018 08:18:08 -0000 1.17
+++ www/mollify/Makefile 25 May 2018 18:18:26 -0000
@@ -3,7 +3,7 @@
COMMENT= simple and clean multi-user web file manager
DISTNAME= mollify_1.8.9.3
-REVISION= 3
+REVISION= 4
PKGNAME= ${DISTNAME:S/_/-/}
EXTRACT_SUFX= .zip
CATEGORIES= www
@@ -28,6 +28,8 @@ WRKDIST= ${WRKDIR}/mollify
SUBST_VARS= INSTDIR
MODULES= lang/php
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
Index: www/nextcloud/Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- www/nextcloud/Makefile 25 May 2018 14:03:36 -0000 1.15
+++ www/nextcloud/Makefile 25 May 2018 18:18:27 -0000
@@ -3,7 +3,7 @@
COMMENT= easy and universal access to shared and/or personal files
V= 13.0.2
-REVISION= 1
+REVISION= 2
DISTNAME= nextcloud-${V}
EXTRACT_SUFX= .tar.bz2
@@ -40,6 +40,7 @@ MAJOR= ${VR:R}
SUBST_VARS= INSTDIR TINSTDIR MODPHP_BIN VR MAJOR
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-zip \
${MODPHP_PDO_DEPENDS}
Index: www/owncloud/Makefile
===================================================================
RCS file: /cvs/ports/www/owncloud/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- www/owncloud/Makefile 25 May 2018 14:03:36 -0000 1.128
+++ www/owncloud/Makefile 25 May 2018 18:18:27 -0000
@@ -6,7 +6,7 @@ V= 10.0.8
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2
-REVISION= 3
+REVISION= 4
CATEGORIES= www
@@ -40,6 +40,7 @@ VR= ${V:R}
SUBST_VARS= INSTDIR TINSTDIR MODPHP_BIN VR
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-zip \
${MODPHP_PDO_DEPENDS}
Index: www/pear-HTTP-WebDAV-Server/Makefile
===================================================================
RCS file: /cvs/ports/www/pear-HTTP-WebDAV-Server/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- www/pear-HTTP-WebDAV-Server/Makefile 1 Apr 2016 18:46:50 -0000 1.7
+++ www/pear-HTTP-WebDAV-Server/Makefile 25 May 2018 18:18:28 -0000
@@ -3,12 +3,18 @@
COMMENT = helper class for PHP WebDAV server implementations
V = 1.0.0RC8
-REVISION = 0
+REVISION = 1
DISTNAME = HTTP_WebDAV_Server-$V
PKGNAME = pear-HTTP-WebDAV-Server-${V:L}
CATEGORIES = www
MODULES = www/pear
+ lang/php
+
+MODPHP_BUILDDEP=No
+MODPHP_RUNDEP= No
+
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-mbstring
PKG_ARCH = *
Index: www/php-markdown/Makefile
===================================================================
RCS file: /cvs/ports/www/php-markdown/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- www/php-markdown/Makefile 22 May 2018 08:18:08 -0000 1.8
+++ www/php-markdown/Makefile 25 May 2018 18:18:29 -0000
@@ -5,7 +5,7 @@ COMMENT= Markdown implementation for PH
V = 1.6.0
DISTNAME = php-markdown-lib-$V
PKGNAME = ${DISTNAME:S/-lib//}
-REVISION = 0
+REVISION = 1
CATEGORIES= www
HOMEPAGE = https://michelf.ca/projets/php-markdown/
@@ -26,6 +26,13 @@ PKG_ARCH= *
PREFIX= ${VARBASE}/www
INSTDIR= ${PREFIX}/pear/lib/
SUBST_VARS= INSTDIR
+
+MODULES= lang/php
+MODPHP_BUILDDEP= No
+MODPHP_RUNDEP= No
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring \
+
WRKSRC= ${WRKDIR}/PHP\ Markdown\ Lib\ ${V}
Index: www/phpldapadmin/Makefile
===================================================================
RCS file: /cvs/ports/www/phpldapadmin/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- www/phpldapadmin/Makefile 22 May 2018 08:18:08 -0000 1.45
+++ www/phpldapadmin/Makefile 25 May 2018 18:18:30 -0000
@@ -6,7 +6,7 @@ VERSION= 1.2.3
DISTNAME= phpldapadmin-${VERSION}
CATEGORIES= www
HOMEPAGE= http://phpldapadmin.sourceforge.net/
-REVISION= 4
+REVISION= 5
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@@ -24,6 +24,7 @@ SUBST_VARS= INSTDIR
MODULES= lang/php
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-mcrypt
do-install:
Index: www/phpmyadmin/Makefile
===================================================================
RCS file: /cvs/ports/www/phpmyadmin/Makefile,v
retrieving revision 1.129
diff -u -p -r1.129 Makefile
--- www/phpmyadmin/Makefile 22 May 2018 08:18:08 -0000 1.129
+++ www/phpmyadmin/Makefile 25 May 2018 18:18:31 -0000
@@ -3,7 +3,7 @@
COMMENT= tool to handle the administration of MySQL over the web
V= 4.6.6
-REVISION= 0
+REVISION= 1
PKGNAME= phpMyAdmin-$V
DISTNAME= phpMyAdmin-$V-all-languages
@@ -28,7 +28,8 @@ INSTDIR= ${PREFIX}/phpMyAdmin
SUBST_VARS= INSTDIR V VARBASE
MODULES= lang/php
-RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mysqli \
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring \
+ lang/php/${MODPHP_VERSION},-mysqli \
lang/php/${MODPHP_VERSION},-mcrypt \
lang/php/${MODPHP_VERSION},-gd
Index: www/piwik/Makefile
===================================================================
RCS file: /cvs/ports/www/piwik/Makefile,v
retrieving revision 1.81
diff -u -p -r1.81 Makefile
--- www/piwik/Makefile 22 May 2018 08:16:55 -0000 1.81
+++ www/piwik/Makefile 25 May 2018 18:18:31 -0000
@@ -3,7 +3,7 @@
COMMENT= open source web analytics software program
DISTNAME= piwik-3.0.3
-REVISION= 0
+REVISION= 1
CATEGORIES= www
HOMEPAGE= http://www.piwik.org/
@@ -27,6 +27,7 @@ SUBST_VARS= INSTDIR
MODULES= lang/php \
lang/python
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-pdo_mysql
MODPY_ADJ_FILES=misc/log-analytics/import_logs.py
Index: www/pnp4nagios/Makefile
===================================================================
RCS file: /cvs/ports/www/pnp4nagios/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- www/pnp4nagios/Makefile 22 May 2018 08:18:08 -0000 1.10
+++ www/pnp4nagios/Makefile 25 May 2018 18:18:32 -0000
@@ -8,7 +8,7 @@ DISTNAME = pnp4nagios-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-cgi = pnp4nagios-cgi-${V}
REVISION-main = 1
-REVISION-cgi = 0
+REVISION-cgi = 1
CATEGORIES = www
@@ -27,6 +27,7 @@ MODULES = lang/php
BUILD_DEPENDS = net/rrdtool
RUN_DEPENDS-main = net/rrdtool
RUN_DEPENDS-cgi = lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
www/pnp4nagios,-main
FAKE_FLAGS = INSTALL_OPTS="-o root -g bin" \
Index: www/racktables/Makefile
===================================================================
RCS file: /cvs/ports/www/racktables/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- www/racktables/Makefile 22 May 2018 08:16:55 -0000 1.21
+++ www/racktables/Makefile 25 May 2018 18:18:33 -0000
@@ -3,7 +3,7 @@
COMMENT= web-based rack/IP management
DISTNAME= RackTables-0.20.14
-REVISION= 1
+REVISION= 2
PKGNAME= ${DISTNAME:L}
CATEGORIES= www
@@ -17,6 +17,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:
MODULES= lang/php
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring \
lang/php/${MODPHP_VERSION},-pdo_mysql \
lang/php/${MODPHP_VERSION},-snmp \
net/p5-Net-Telnet
Index: www/sabredav/Makefile
===================================================================
RCS file: /cvs/ports/www/sabredav/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- www/sabredav/Makefile 22 May 2018 08:18:09 -0000 1.18
+++ www/sabredav/Makefile 25 May 2018 18:18:34 -0000
@@ -7,7 +7,7 @@ PKGNAME = ${DISTNAME:L}
PKG_ARCH = *
EXTRACT_SUFX = .zip
CATEGORIES = www
-REVISION = 3
+REVISION = 4
HOMEPAGE = http://sabre.io/dav/
@@ -26,6 +26,8 @@ WRKDIST = ${WRKDIR}/SabreDAV
SUBST_VARS = INSTDIR
MODULES = lang/php
+
+RUN_DEPENDS = lang/php/${MODPHP_VERSION},-mbstring
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
Index: www/selfoss/Makefile
===================================================================
RCS file: /cvs/ports/www/selfoss/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- www/selfoss/Makefile 22 May 2018 08:18:09 -0000 1.22
+++ www/selfoss/Makefile 25 May 2018 18:18:35 -0000
@@ -4,7 +4,7 @@ COMMENT= rss reader, live stream, mashu
V= 2.18
DISTNAME= selfoss-$V
-REVISION= 0
+REVISION= 1
CATEGORIES= www
@@ -20,7 +20,8 @@ EXTRACT_SUFX= .zip
MODULES= lang/php
-RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-mbstring
NO_BUILD= Yes
NO_TEST= Yes
Index: www/composer/Makefile
===================================================================
RCS file: /cvs/ports/www/composer/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- www/composer/Makefile 22 May 2018 08:18:08 -0000 1.6
+++ www/composer/Makefile 25 May 2018 18:18:36 -0000
@@ -6,7 +6,7 @@ CATEGORIES= www devel
V= 1.6.3
EPOCH= 0
-REVISION= 0
+REVISION= 1
MASTER_SITES= https://getcomposer.org/download/$V/
DISTNAME= composer-$V
DISTFILES= composer-$V{composer}.phar
@@ -16,6 +16,8 @@ EXTRACT_ONLY=
HOMEPAGE= https://getcomposer.org/
MODULES= lang/php
+
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mbstring
PERMIT_PACKAGE_CDROM= Yes
No comments:
Post a Comment