From owner-freebsd-ports@freebsd.org Tue Mar 13 18:11:09 2018 Return-Path: Delivered-To: freebsd-ports@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 11DA6F3AC25 for ; Tue, 13 Mar 2018 18:11:09 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) by mx1.freebsd.org (Postfix) with ESMTP id A7F876C880 for ; Tue, 13 Mar 2018 18:11:08 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.23.186] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 8139E76A for ; Tue, 13 Mar 2018 21:11:02 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: `pkg version -PvL=` shows some ports as "orphaned" From: Lev Serebryakov To: freebsd-ports@freebsd.org References: <814f707b-9346-0df1-edbf-11329e9cc618@FreeBSD.org> Organization: FreeBSD Message-ID: <5e685c56-946a-fc3f-c116-f51aa6d2f20f@FreeBSD.org> Date: Tue, 13 Mar 2018 21:11:02 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <814f707b-9346-0df1-edbf-11329e9cc618@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 18:11:09 -0000 On 13.03.2018 21:07, Lev Serebryakov wrote: > % pkg version -PvL= > pecl-intl-3.0.0_12 ? orphaned: devel/pecl-intl > % ls /usr/ports/devel/pecl-intl > Makefile distinfo pkg-descr > % grep DEFAULT_VERSIONS /etc/make.conf > DEFAULT_VERSIONS+= apache=2.2 > DEFAULT_VERSIONS+= php=5.4 > DEFAULT_VERSIONS+= ghostscript=9 > DEFAULT_VERSIONS+= ssl=openssl > DEFAULT_VERSIONS+= perl5=5.24 > DEFAULT_VERSIONS+= python2=2.7 > DEFAULT_VERSIONS+= python3=3.4 > DEFAULT_VERSIONS+= python=3.4 > % Ooops, but "php=5.6" doesn't change anything. -- // Lev Serebryakov