From owner-svn-ports-head@freebsd.org Tue Mar 14 11:43:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EE93D0C6E4; Tue, 14 Mar 2017 11:43:02 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA41171D; Tue, 14 Mar 2017 11:43:01 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2EBh1DV012208; Tue, 14 Mar 2017 11:43:01 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2EBh1DB012207; Tue, 14 Mar 2017 11:43:01 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703141143.v2EBh1DB012207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 14 Mar 2017 11:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436148 - head/www/piwigo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 11:43:02 -0000 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ć Reviewed by: Marko Cupać 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