From owner-svn-ports-all@freebsd.org Mon Mar 19 09:19:46 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 880AAF5E908; Mon, 19 Mar 2018 09:19:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 160BC84EDF; Mon, 19 Mar 2018 09:19:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 404Vrc5b9yzZr4; Mon, 19 Mar 2018 10:19:44 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id G-ScVS5rH527; Mon, 19 Mar 2018 10:19:42 +0100 (CET) Received: from marvin.madpilot.net (host190-122-dynamic.6-87-r.retail.telecomitalia.it [87.6.122.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 19 Mar 2018 10:19:42 +0100 (CET) Subject: Re: svn commit: r464983 - in head: devel/libslang2 devel/oniguruma lang/mosh lang/php56 lang/php70 lang/php71 lang/php72 mail/sylpheed textproc/jq www/libevhtp From: Guido Falsi To: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803190603.w2J63GtZ075879@repo.freebsd.org> <9c01b556-d371-a006-ecec-6c0a16bb7598@FreeBSD.org> Message-ID: <59efd97b-59de-0c71-3ed3-00bd6268aff5@FreeBSD.org> Date: Mon, 19 Mar 2018 10:19:42 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <9c01b556-d371-a006-ecec-6c0a16bb7598@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 19 Mar 2018 09:19:46 -0000 On 03/19/18 10:16, Guido Falsi wrote: > On 03/19/18 07:03, Yuri Victorovich wrote: >> Author: yuri >> Date: Mon Mar 19 06:03:16 2018 >> New Revision: 464983 >> URL: https://svnweb.freebsd.org/changeset/ports/464983 >> >> Log: >> devel/oniguruma: Update to 6.8.1 >> >> Only changed the shared object version (forgotten on the previous release). >> > > After this commit I'm unable to compile php72-mbstring with the > following errors(I'm using poudriere): [...]> > I'm trying to understand the cause and a possible fix. Looks like > something actually changed in oniguruma which causes the breakage. > Looks like the problem is described in this changelog entry: 2018/03/19: move regex structure from oniguruma.h to regint.h I'll test patching php sources to use the new include, and eventually file a bug report with the patch. -- Guido Falsi