From owner-freebsd-ports@FreeBSD.ORG Sun Mar 8 13:41:49 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 AB596263 for ; Sun, 8 Mar 2015 13:41:49 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37F22F6C for ; Sun, 8 Mar 2015 13:41:49 +0000 (UTC) Received: by widfb4 with SMTP id fb4so3408147wid.0 for ; Sun, 08 Mar 2015 06:41:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=XUUgacWGdfIAEyhwuGGiyu8uJOPhsTdtMZBT+yoHoHE=; b=hIY2+J72/WZpF6uyN6a/agMgejoYD2tldcdgmDZj3nK2Ww87DvXMzOHkSH2xO6FZ1z pErpQRosc3+zbln2ruudk/jr7bv6WZ3JiBLuXM4ZdXrZXBQyEWf42HaNB/fmQ0MFADXF VVJ/4G7Ly0t0/gDh/sb2KWLojblzbJFtr6uYzXBcrp0grKLGLCk/XZcQLxCFiLTvA0fT Un8YHm3A9wlTKalO1ETn9H462hPos8ccoLz2TPMXRYbbwRErsWudi0v3uByjyuE0trbn r0bDQ0LCYnPAoNczbeDsvJpUFp4eaObH5ZQ4Rpc4RGYoDw/VqCdf+BW7Cclbmivu3p8L /xoQ== X-Received: by 10.180.126.98 with SMTP id mx2mr93312267wib.18.1425822107616; Sun, 08 Mar 2015 06:41:47 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id fu1sm11141649wic.2.2015.03.08.06.41.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Mar 2015 06:41:46 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 8 Mar 2015 14:41:44 +0100 From: Baptiste Daroussin To: Carsten Jensen Subject: Re: pkgng deviates from defaults? Message-ID: <20150308134144.GB69925@ivaldir.etoilebsd.net> References: <54FC44A4.7050707@tomse.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline In-Reply-To: <54FC44A4.7050707@tomse.dk> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-ports@freebsd.org" 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: Sun, 08 Mar 2015 13:41:49 -0000 --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: >=20 > It seems that pkgng deviates from installing the defaults. > one of the culprits seems to be phpMyAdmin, as trying to upgrade this > only it wants php56 > deleting phpMyAdmin just shows I have other packages needing php56 in my > system. >=20 > is this a bug? and how can I prevent upgrading to the non-default php56? The default settings are a ports tree setting not a pkg setting. for now the ports are hardcoding the required version into the packages, this is a lega= cy of the old system, noone has yet been working on this. so beside building your= own packages with poudriere (which will define the default you want) righ now t= here is no way to avoid that. The php case but not only php will require small changes in pkg(8) to activ= ate smart dependencies: depend on a>1<=3D2.10 and also adding provides/requires= (this is not very hard to be added in pkg.) and it should also require heavy chan= ges on the port side! As far as I know noone has been working on those changes in the port side. = the pkg(8) changes are mostly pending for real use cases in the port side. Mean= ing both should be coordinated. Best regards, Bapt --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlT8UZgACgkQ8kTtMUmk6Eys5ACgsOAshFVLLpF9vJ459zued2Hr nS4AnA6mmtp/ps4hOTOkcepDSMXxBxHv =96Zg -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp--