From owner-freebsd-ports@FreeBSD.ORG Fri Nov 1 15:20:00 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D402F21 for ; Fri, 1 Nov 2013 15:20:00 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ea0-x235.google.com (mail-ea0-x235.google.com [IPv6:2a00:1450:4013:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA8EE23CC for ; Fri, 1 Nov 2013 15:19:59 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id d10so2088176eaj.26 for ; Fri, 01 Nov 2013 08:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=rHN0otpo2xqaKHGB9D4QfXTNFRPx0HnjFHc97hSTYco=; b=VF38siFJEPLyYysAjKhC6AWpwvWH7pWEj81uaBsRHEFK14bMaOCGhN0XUaZN+PbIjI y313vLdFkP7x7rnbr+QGuAi5dHa0L8JhWmiaSjiSt5544uOpH3gubEjv3qoXqnNS9pZk vndSbrl/cP0J69ynm1nSt3NtAEYX3/BtFK69PK+Nm7mLkgtZjTLhISKq1Ej8l1M+qeYM qdjs9YkRxdpDpHkmZo7h/v4Ee/pAkoiZo2oL1xf+wGYl+tOsSfOt1hjoh6E2Y2AXF2Ni kFCuDy5gw+GT0ZZJKK1RlgxhUxjYpllSkivGdeC+3kufeNyJc1GKvawIlpZhseKeFR9A xMVA== X-Received: by 10.14.119.199 with SMTP id n47mr51591eeh.123.1383319198278; Fri, 01 Nov 2013 08:19:58 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id h45sm8850900eeg.5.2013.11.01.08.19.57 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 01 Nov 2013 08:19:57 -0700 (PDT) Date: Fri, 1 Nov 2013 15:19:56 +0000 From: RW To: ports@freebsd.org Subject: Re: bsdadminscripts and pkng Message-ID: <20131101151956.054911c5@gumby.homeunix.com> In-Reply-To: <1383286418841-5857184.post@n5.nabble.com> References: <1383263926158-5857069.post@n5.nabble.com> <1383286418841-5857184.post@n5.nabble.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 15:20:00 -0000 On Thu, 31 Oct 2013 23:13:38 -0700 (PDT) Jakub Lach wrote: > Actually, nevermind those. They are supporting pkng just fine. > > Real bumps when converted to pkgng was: > > - portmaster cannot use packages for dependencies- huge let down > - pkg_cleanup doesn't support pkng distviper uses pkg_info when used in fast mode (i.e. when it retains only distfiles for installed ports).