From owner-svn-ports-all@freebsd.org Thu Mar 30 15:04:40 2017 Return-Path: Delivered-To: svn-ports-all@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 5BFCCD24947; Thu, 30 Mar 2017 15:04:40 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 240A8E64; Thu, 30 Mar 2017 15:04:39 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 21FEC1AAF058; Thu, 30 Mar 2017 17:04:38 +0200 (CEST) Subject: Re: svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201703301428.v2UES7RQ006227@repo.freebsd.org> <37b3d045-5ba0-32e8-a1d2-e11d9972e224@toco-domains.de> <673cc733-149e-23a3-5246-a9f9833e15ab@toco-domains.de> <3009a35d-51c3-d7b0-1aa2-dbc929c090aa@FreeBSD.org> From: Torsten Zuehlsdorff Message-ID: <9c842e6b-fc9e-0424-0eeb-0815e92f23c9@toco-domains.de> Date: Thu, 30 Mar 2017 17:04:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <3009a35d-51c3-d7b0-1aa2-dbc929c090aa@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 30 Mar 2017 15:04:40 -0000 On 30.03.2017 16:51, Mathieu Arnold wrote: > Le 30/03/2017 à 16:49, Torsten Zuehlsdorff a écrit : >> >> >> On 30.03.2017 16:43, Mathieu Arnold wrote: >>> Le 30/03/2017 à 16:36, Torsten Zuehlsdorff a écrit : >>>> >>>> >>>> On 30.03.2017 16:28, Mathieu Arnold wrote: >>>>> Author: mat >>>>> Date: Thu Mar 30 14:28:07 2017 >>>>> New Revision: 437298 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/437298 >>>>> >>>>> Log: >>>>> Ports should not force the php version they use. >>>> >>>> They should, if the are broken at any other PHP version! You just >>>> created a broken port devel/phpunit6... >>> >>> It is not broken, it just does not build if the default version of PHP >>> is 5.6, which is the way it should be. >> >> It does build fine. It just did not work when executed. You still >> think it should be this way? > > It does not build, it has IGNORE_WITH_PHP=56. Ah, i see. Thanks for your explanation. I recreated the port as wanted. Greetings, Torsten