From owner-svn-ports-all@freebsd.org Mon Mar 19 21:18:28 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 B55A1F4A0D1; Mon, 19 Mar 2018 21:18:28 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id EE47886171; Mon, 19 Mar 2018 21:18:27 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w2JLIQcK053591 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 19 Mar 2018 14:18:27 -0700 (PDT) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org 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 To: Baptiste Daroussin Cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803190603.w2J63GtZ075879@repo.freebsd.org> <43a24527-ebdd-3bf9-de3b-7ab4ca157564@freebsd.org> <20180319202413.cr237ilxwoeo3m3z@atuin.in.mat.cc> <0823ce44-03c0-ab48-2fdd-da9f86bbab6a@freebsd.org> <20180319210042.uyy2p6qiuyr32v3b@ivaldir.net> From: Yuri Message-ID: <19d8c9e6-ccd4-89e8-12aa-14ea8f8b95dd@freebsd.org> Date: Mon, 19 Mar 2018 14:18:25 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180319210042.uyy2p6qiuyr32v3b@ivaldir.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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 21:18:28 -0000 On 03/19/18 14:00, Baptiste Daroussin wrote: > Well you have bumped php so I gues you have found yourself than something in php > was linked to the library, no? > > otherwisehttps://www.freshports.org/devel/oniguruma/ would show you > > grep shows you it is referenced in lang/php56/Makefile.ext reading it you would > figure out php*mbstring needs it. I found php by grepping. freshports would have been better in this case. But freshports most likely will not show dependencies contingent on options that are "off" by default. I never did anything with php, will know next time. -) Yuri