Date: Tue, 14 Mar 2017 11:43:01 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436148 - head/www/piwigo Message-ID: <201703141143.v2EBh1DB012207@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Tue Mar 14 11:43:00 2017 New Revision: 436148 URL: https://svnweb.freebsd.org/changeset/ports/436148 Log: www/piwigo: Fix build error with php70 This is done by removing the obsoleted mysql module from USE_PHP, especially since its replacement mysqli is already in it. PR: 217318 Submitted by: tz Reported by: Marko Cupać <marko.cupac@mimar.rs> Reviewed by: Marko Cupać <marko.cupac@mimar.rs> Approved by: Ralf van der Enden (maintainer) Modified: head/www/piwigo/Makefile Modified: head/www/piwigo/Makefile ============================================================================== --- head/www/piwigo/Makefile Tue Mar 14 10:54:58 2017 (r436147) +++ head/www/piwigo/Makefile Tue Mar 14 11:43:00 2017 (r436148) @@ -3,6 +3,7 @@ PORTNAME= piwigo PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING NO_BUILD= yes NO_ARCH= yes USE_PHP= calendar ctype dom exif filter gd gettext hash iconv json \ - mbstring mcrypt mysql mysqli openssl pcre pdf pdo posix \ + mbstring mcrypt mysqli openssl pcre pdf pdo posix \ session simplexml sockets spl tokenizer xml xmlreader \ xmlwriter zlib USES= cpe zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703141143.v2EBh1DB012207>