From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 11:57:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0C737B404 for ; Mon, 14 Jul 2003 11:57:02 -0700 (PDT) Received: from server.sirtis.org.uk (dsl-217-155-170-59.zen.co.uk [217.155.170.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F90943F3F for ; Mon, 14 Jul 2003 11:57:00 -0700 (PDT) (envelope-from jonathan@sirtis.org.uk) Received: (qmail 79759 invoked by uid 1006); 14 Jul 2003 18:56:58 -0000 Received: from jonathan@sirtis.org.uk by server.sirtis.org.uk by uid 1011 with qmail-scanner-1.15 spamassassin: 2.43. Clear:SA:0(-2.1/5.0):. Processed in 2.768272 secs); 14 Jul 2003 18:56:58 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 Received: from unknown (HELO sirtis.org.uk) (webmail%sirtis.org.uk@217.155.170.58) by 0 with SMTP; 14 Jul 2003 18:56:55 -0000 Message-ID: <3F12FCFB.2060209@sirtis.org.uk> Date: Mon, 14 Jul 2003 19:56:59 +0100 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: rs1_9c98b83100d, rs2_0492abec4e2, rs3_cd142b81ab MIME-Version: 1.0 To: Kirk Strauser References: <87k7aljbvb.fsf@pooh.honeypot.net> <3F12E1FE.5070101@sirtis.org.uk> <873ch9j63g.fsf@pooh.honeypot.net> In-Reply-To: <873ch9j63g.fsf@pooh.honeypot.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Use linux_base-debian instead of linux_base? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 18:57:03 -0000 Kirk Strauser wrote: > I've added this to my pkgtools.conf (and the portupgrade port is the current > version): > > ALT_PKGDEP = { > 'linux_base' => 'linux_base-debian' > } > > but it doesn't seem to make a difference. Do I have to do something to make > portinstall aware of that setting? My pkg_info says this: -su-2.05b# pkg_info | egrep -i linux_base linux_base-7.1_5 The base set of packages needed in Linux mode So I'm guessing at: ALT_PKGDEP = { 'linux_base-7.*' => 'linux_base-debian' } or something similar? Regards, Jonathan