From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 16:35:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E32D106566B for ; Sun, 7 Nov 2010 16:35:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2D63C8FC0C for ; Sun, 7 Nov 2010 16:35:11 +0000 (UTC) Received: by fxm17 with SMTP id 17so3735965fxm.13 for ; Sun, 07 Nov 2010 08:35:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=59CdA+VQ2Rf2ViXI78jFTA6zD55VBnjpi2DFfhy3BfQ=; b=XkwfKsbLaGTn7fqy9p+m/PQY2to5mreErBRUFf2Y60VCDAibzEfazzN+iGxeaCQ9xw E1m8YGqeXGPaNQenCfqWMsbzS5W5OZIXBRuxcV0SIctR/gGX7e+Zq7OIX2EWsslXMmQX kCI7olrmwoU3lo3xxdaLDJiDorV+P9c4/v4Q8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=eYPHGOwHK66ntDlTPq/AX/GPmRL6JN+RomDaLOc+Rs5dX+BaPvTxbgVA2A99raNXGY EdqE32zHAs1tOY/k8MltXr5HsPtxSSKvQrAXFTX0BkquPAQVmkvdAFb8LfQeolcDgilo DcRKDTZrB/QigRKwZ7KUI0mFdOyH7aERm+/yk= MIME-Version: 1.0 Received: by 10.223.122.204 with SMTP id m12mr2872027far.44.1289147711025; Sun, 07 Nov 2010 08:35:11 -0800 (PST) Received: by 10.223.121.138 with HTTP; Sun, 7 Nov 2010 08:35:10 -0800 (PST) In-Reply-To: <20101107155831.67847.qmail@joyce.lan> References: <24360.1289127112@tristatelogic.com> <20101107155831.67847.qmail@joyce.lan> Date: Sun, 7 Nov 2010 10:35:10 -0600 Message-ID: From: Adam Vande More To: John Levine Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, rfg@tristatelogic.com Subject: Re: Anybody know apt-get ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 16:35:12 -0000 On Sun, Nov 7, 2010 at 9:58 AM, John Levine wrote: > In article <24360.1289127112@tristatelogic.com> you write: > >I need to get sources for the Linux version of certain programs that > >reside in a package called "bsdutils". > > So get them, already. No need to screw around with Linux binary > installers, particularly not on the FreeBSD list: > > http://packages.debian.org/lenny/bsdutils > Of course you're correct for what the OP is doing but actually in way this a kind of a cool idea. If you could modify the apt-get installer to know FreeBSD's linux compat layout and brand the binaries appropriately you would have a fabously easy method of installing linux bins although I guess you'd have better luck doing it yum rather than apt-get. -- Adam Vande More