From owner-freebsd-stable@FreeBSD.ORG Mon Apr 18 20:01:22 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E45716A4CE for ; Mon, 18 Apr 2005 20:01:22 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F04D43D1D for ; Mon, 18 Apr 2005 20:01:21 +0000 (GMT) (envelope-from mkb@mkbuelow.net) Received: from drjekyll.mkbuelow.net (pD9542D4A.dip.t-dialin.net [217.84.45.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id F3606313F2; Mon, 18 Apr 2005 22:01:14 +0200 (CEST) Received: from drjekyll.mkbuelow.net (mkb@localhost.mkbuelow.net [127.0.0.1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j3IK1OCj055639; Mon, 18 Apr 2005 22:01:24 +0200 (CEST) (envelope-from mkb@drjekyll.mkbuelow.net) Received: (from mkb@localhost) by drjekyll.mkbuelow.net (8.13.3/8.13.3/Submit) id j3IK1NML055638; Mon, 18 Apr 2005 22:01:23 +0200 (CEST) (envelope-from mkb) Date: Mon, 18 Apr 2005 22:01:23 +0200 From: Matthias Buelow To: Dick Davies Message-ID: <20050418200123.GA54548@drjekyll.mkbuelow.net> References: <6.2.1.2.2.20050417202031.0490ad98@localhost> <4263280B.3010601@freebsd.org> <6.2.1.2.2.20050418020749.05761298@localhost> <002b01c5442c$d4a1caf0$9b00030a@officescape.net> <6.2.1.2.2.20050418094749.057187f0@localhost> <007c01c5442f$c9a36ed0$9b00030a@officescape.net> <6.2.1.2.2.20050418105722.05c08490@localhost> <011701c5443a$fbdfb060$9b00030a@officescape.net> <6.2.1.2.2.20050418112233.059694d0@localhost> <20050418190644.GU46106@eris.tenfour> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050418190644.GU46106@eris.tenfour> User-Agent: Mutt/1.4.2.1i cc: FreeBSD Stable Users Subject: Re: Will 5.4 be an "Extended Life" release? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Apr 2005 20:01:22 -0000 Dick Davies wrote: >All the grief with 'x depends on y and z, z needs i' and all that rubbish go >away with portupgrade in my experience - I tend to hook openldap into everything, >and that gets upgraded fairly regularly. On netbsd it takes an afternoon to clean >up the mess - portupgrade was a big reason for me to give freebsd another go, just >because of how it simplifies package management... You know about "make update" in NetBSD's pkgsrc? pkg_add -u(u) should do the same for binary packages. mkb.