From owner-svn-ports-all@freebsd.org Fri Dec 21 10:11:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E8DA134409C; Fri, 21 Dec 2018 10:11:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36F8E8F81C; Fri, 21 Dec 2018 10:11:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B3A1BDAD; Fri, 21 Dec 2018 10:11:52 +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 wBLABq6H078351; Fri, 21 Dec 2018 10:11:52 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBLABpOs078348; Fri, 21 Dec 2018 10:11:51 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201812211011.wBLABpOs078348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 21 Dec 2018 10:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487972 - in branches/2018Q4: converters/php72-mbstring/files databases/php72-odbc/files textproc/php72-simplexml/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2018Q4: converters/php72-mbstring/files databases/php72-odbc/files textproc/php72-simplexml/files X-SVN-Commit-Revision: 487972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 36F8E8F81C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2018 10:11:52 -0000 Author: tz Date: Fri Dec 21 10:11:51 2018 New Revision: 487972 URL: https://svnweb.freebsd.org/changeset/ports/487972 Log: php72-mbstring, php72-odbc and php72-simplexml: Fix broken patches Through the MFH from 7.2.10 to 7.2.13 whitespace-only changes in the patches were not covered and broke the build. Adjust all patches accordingly to unbreak the build. PR: 234220 234218 Submitted by: Approved by: portmgr (blanket) Modified: branches/2018Q4/converters/php72-mbstring/files/patch-config.m4 branches/2018Q4/databases/php72-odbc/files/patch-config.m4 branches/2018Q4/textproc/php72-simplexml/files/patch-config.m4 Modified: branches/2018Q4/converters/php72-mbstring/files/patch-config.m4 ============================================================================== --- branches/2018Q4/converters/php72-mbstring/files/patch-config.m4 Fri Dec 21 09:34:36 2018 (r487971) +++ branches/2018Q4/converters/php72-mbstring/files/patch-config.m4 Fri Dec 21 10:11:51 2018 (r487972) @@ -1,6 +1,6 @@ ---- config.m4.orig 2009-11-25 02:30:06.000000000 +0100 -+++ config.m4 2010-04-12 09:59:54.000000000 +0200 -@@ -43,6 +43,30 @@ +--- config.m4.orig 2018-12-04 18:06:11 UTC ++++ config.m4 +@@ -43,6 +43,30 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [ PHP_ADD_INCLUDE([$ext_builddir/$dir]) done @@ -31,7 +31,7 @@ if test "$ext_shared" = "no"; then PHP_ADD_SOURCES(PHP_EXT_DIR(mbstring), $PHP_MBSTRING_BASE_SOURCES) out="php_config.h" -@@ -80,7 +104,6 @@ +@@ -85,7 +109,6 @@ AC_DEFUN([PHP_MBSTRING_SETUP_MBREGEX], [ int foo(int x, ...) { va_list va; va_start(va, x); @@ -39,13 +39,13 @@ va_arg(va, char *); va_arg(va, double); return 0; -@@ -347,6 +370,9 @@ +@@ -367,6 +390,9 @@ PHP_ARG_WITH(onig, [for external oniguru [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix. - If DIR is not set, the bundled oniguruma will be used], no, no) + If DIR is not set, the bundled oniguruma will be used], no, no) +PHP_ARG_WITH(pcre-dir, pcre install prefix, +[ --with-pcre-dir MBSTRING: pcre install prefix], no, no) + - if test "$PHP_MBSTRING" != "no"; then + if test "$PHP_MBSTRING" != "no"; then AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support]) Modified: branches/2018Q4/databases/php72-odbc/files/patch-config.m4 ============================================================================== --- branches/2018Q4/databases/php72-odbc/files/patch-config.m4 Fri Dec 21 09:34:36 2018 (r487971) +++ branches/2018Q4/databases/php72-odbc/files/patch-config.m4 Fri Dec 21 10:11:51 2018 (r487972) @@ -1,4 +1,4 @@ ---- config.m4.orig 2016-10-25 15:23:21 UTC +--- config.m4.orig 2018-12-04 18:06:13 UTC +++ config.m4 @@ -100,13 +100,17 @@ dnl dnl configure options @@ -79,7 +79,7 @@ PHP_ARG_WITH(birdstep,, -[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]], no, no) - + AC_MSG_CHECKING(for Birdstep support) if test "$PHP_BIRDSTEP" != "no"; then @@ -366,7 +370,7 @@ PHP_ARG_WITH(custom-odbc,, Modified: branches/2018Q4/textproc/php72-simplexml/files/patch-config.m4 ============================================================================== --- branches/2018Q4/textproc/php72-simplexml/files/patch-config.m4 Fri Dec 21 09:34:36 2018 (r487971) +++ branches/2018Q4/textproc/php72-simplexml/files/patch-config.m4 Fri Dec 21 10:11:51 2018 (r487972) @@ -1,6 +1,6 @@ ---- config.m4.orig 2014-05-14 10:14:22.929420181 +0000 -+++ config.m4 2014-05-14 10:15:36.967414693 +0000 -@@ -4,6 +4,9 @@ +--- config.m4.orig 2018-12-04 18:06:11 UTC ++++ config.m4 +@@ -4,6 +4,9 @@ dnl config.m4 for extension simplexml PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support, [ --disable-simplexml Disable SimpleXML support], yes) @@ -9,8 +9,8 @@ + if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) -@@ -11,6 +14,30 @@ + [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) +@@ -11,6 +14,30 @@ fi if test "$PHP_SIMPLEXML" != "no"; then @@ -38,6 +38,6 @@ + ]) + ]) + - if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) + if test "$PHP_LIBXML" = "no"; then + AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) fi