Hi All! Today I installed dokwiki on OpenBSD 6.2 and ran into different php issues. I uninstalled the default php 5.6 version and replaces it with php 7.x. Now everything works as usual.
Please find below a simple -current diff. After an okay I would like to commit the same diff into -stable. Ok? Comments? Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/www/dokuwiki/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1.23 Makefile --- Makefile 10 May 2017 12:32:48 -0000 1.23 +++ Makefile 20 Nov 2017 21:34:46 -0000 @@ -6,14 +6,15 @@ VERSION = 2017-02-19b DISTNAME = dokuwiki-${VERSION} PKGNAME = dokuwiki-${VERSION:S/-/./g} CATEGORIES = www -HOMEPAGE = http://www.dokuwiki.org/dokuwiki +HOMEPAGE = https://www.dokuwiki.org/dokuwiki +REVISION = 0 MAINTAINER = Pierre-Emmanuel Andre <p...@openbsd.org> # GPLv2 PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES = http://download.dokuwiki.org/src/dokuwiki/ +MASTER_SITES = https://download.dokuwiki.org/src/dokuwiki/ EXTRACT_SUFX = .tgz NO_BUILD = Yes @@ -21,6 +22,7 @@ NO_TEST = Yes PKG_ARCH = * MODULES= lang/php +MODPHP_VERSION= 7.0 PREFIX = ${VARBASE}/www INSTDIR = ${PREFIX}/dokuwiki