From owner-freebsd-ports@FreeBSD.ORG Mon Mar 9 18:15:16 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA697B40 for ; Mon, 9 Mar 2015 18:15:16 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCD413E for ; Mon, 9 Mar 2015 18:15:16 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t29IGjs4067219 for ; Mon, 9 Mar 2015 11:16:45 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <20150309150739.545fdec0@curlew.lan> References: <54FC44A4.7050707@tomse.dk> <20150308134144.GB69925@ivaldir.etoilebsd.net> <54FD90AF.1030008@tomse.dk> <5b05148435ae02019e0ccae218cecce5@ultimatedns.net>, <20150309150739.545fdec0@curlew.lan> From: "Chris H" Subject: Re: pkgng deviates from defaults? Date: Mon, 09 Mar 2015 11:16:45 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <445c3e3814d67f7fd056cb5501f5338c@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2015 18:15:16 -0000 On Mon, 9 Mar 2015 15:07:39 +0000 Mike Clarke wrote > On Mon, 09 Mar 2015 07:04:30 -0700 > "Chris H" wrote: > > > You might be able to avoid the issue you're having, by using: > > DEFAULT_VERSIONS+=php=5.5 > > in your make.conf(5) (/etc/make.conf) file. > > As far as I know this won't have any effect on pkg. Bummer. Sorry to hear that. Seems like there *should* be a way in pkg(8) to honor DEFAULT_VERSIONS not that there is a way now. But that there *should* be a way, in the (near?) future. :-) Thanks for the heads up, Mike. --Chris > > If the OP wishes to use pkg then the only option is to switch to using > php5.6. This will involve uninstalling all the php5.5 packages and > reinstalling default php5.6 versions. I went through this process > recently and described the steps involved in questions@ > > > > -- > Mike Clarke > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"