From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 16 03:46:26 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96BD16A4CE for ; Sun, 16 Jan 2005 03:46:26 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A859043D3F for ; Sun, 16 Jan 2005 03:46:26 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j0G3kQB4024640 for ; Sat, 15 Jan 2005 19:46:26 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j0G3kQ7L024639 for freebsd-emulation@FreeBSD.org; Sat, 15 Jan 2005 19:46:26 -0800 (PST) (envelope-from obrien) Date: Sat, 15 Jan 2005 19:46:26 -0800 From: "David O'Brien" To: freebsd-emulation@FreeBSD.org Message-ID: <20050116034626.GA24533@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Dependancy hell, post linux_base-8 conversion X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-emulation@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 03:46:27 -0000 Now that we've changed from linux_base[-rh7] to linux_base-8 as the default linux base we've entered dependency hell. :-( Previously print/acroread[5] depended only on linux_base. Now acroread depends on x11/linux-XFree86-libs, which depends on x11-fonts/linux-fontconfig, which depends on textproc/linux-expat, which finally depends on linux_base-8. Is this really what we want to do? Go from a single complete and comprehensive dependency to four? -- -- David (obrien@FreeBSD.org)