From owner-freebsd-stable@FreeBSD.ORG Mon Jan 28 10:51:29 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 81168ABA for ; Mon, 28 Jan 2013 10:51:29 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id B7AA9AA4 for ; Mon, 28 Jan 2013 10:51:28 +0000 (UTC) Received: (qmail 31858 invoked by uid 89); 28 Jan 2013 10:51:21 -0000 Received: by simscan 1.4.0 ppid: 31853, pid: 31855, t: 0.0422s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:16578 Received: from unknown (HELO suse3) (rainer@ultra-secure.de@212.71.117.1) by mail.ultra-secure.de with ESMTPA; 28 Jan 2013 10:51:21 -0000 Date: Mon, 28 Jan 2013 11:51:20 +0100 From: Rainer Duffner To: freebsd-stable@freebsd.org Subject: pkgng and updated packages Message-ID: <20130128115120.36d50377@suse3> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 10:51:29 -0000 Hi, I run my own pkgng repo (via poudriere) and it seems to work great. However, I've got more questions... - when PHP got updated to 5.3.21 (from 5.3.20), all the other stuff that depends on it (PECL-*, pear-*) got rebuilt, too. (In my ports-tree, I just imported the update of PHP and nothing else) - but on the client, when I ran pkg upgrade, only the php-packages got upgraded. Is that correct? Shouldn't it also update the PECL and pear packages? - how do I re-install all packages? I will soon upgrade some systems from 8.3 to 9.1 and I want to reduce the number of systems I build packages for. Before pkgng, I would just pkg_delete everything then re-install and do a diff on the output of pkg_info |cut -f 1 -d " ". I though there might be an easier way... - is there a make.conf switch to completely disable pkg_* or do I have to remove the binaries myself? Will they re-appear after a freebsd-update -r or even after a simple freebsd-update? If I install postfix, there is a switch in rc.conf do disable it completely and I think there should be something similar. Best Regards, Rainer