From owner-freebsd-questions@FreeBSD.ORG Fri Jul 15 14:40:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5CD3816A41C for ; Fri, 15 Jul 2005 14:40:55 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FF343D4C for ; Fri, 15 Jul 2005 14:40:54 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so354173nzf for ; Fri, 15 Jul 2005 07:40:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=UzJx1jg3hlmMMyHRW3MNzhsMNhlBd1PhH2f0psv5xxsjfIgh50Bv3R6g35FO5xAxyR5X+hnbln67GMsP2pcT2JkPs8qKAX3gOUP16sGXGLzEF8zZL+OpoO3DugkNO315gM3sPp2M+Eozy80IrVvyOQiKKNnBhxyuqJjRcaSaNbc= Received: by 10.36.57.11 with SMTP id f11mr1494145nza; Fri, 15 Jul 2005 07:40:53 -0700 (PDT) Received: from ringworm.mechee.com ([71.102.4.50]) by mx.gmail.com with ESMTP id 24sm3029168nzn.2005.07.15.07.40.51; Fri, 15 Jul 2005 07:40:53 -0700 (PDT) From: "Michael C. Shultz" To: "Jacob A. Siehler" , freebsd-questions@freebsd.org, Ean Kingston Date: Fri, 15 Jul 2005 07:40:57 -0700 User-Agent: KMail/1.8.1 References: <42D6B0EA.3000501@u.washington.edu> <200507150954.56656.ean@hedron.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507150740.58234.ringworm01@gmail.com> Cc: Subject: Re: Obtaining portsmanager meta package for alternate OS 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: Fri, 15 Jul 2005 14:40:55 -0000 On Friday 15 July 2005 07:08, you wrote: > >> Try running configure then make just like any other linux program and > >> see if it compiles, if it doesn't let me know what the error is. I > >> understand Mac OS X is based on FreeBSD, does it have FreeBSD's port > >> infrastructure? > > > > My Mac (OSX 10.2) doesn't have anything remotely resembling a port > > infrastructure installed as part of the OS. All the OSS that I've > > installed was done through what I will call binary 'bundles' mostly from > > .dmg files. They each provided their own installer (usually using the > > applescript langauge). > > The nearest OS X analogy to the ports system is fink: > http://fink.sourceforge.net/ > > js Just read Fink's description, thanks for the link. My opinion is FreeBSD's ports system is lightyears ahead of "Fink" and Fink is headed in absolutly the wrong direction, reminds me of the other "BSD"s. What makes FreeBSD shine is the same ports tree works across many versions of FreeBSD, trying to control the ports tree by versioning is madness, int my humble opinion anyways. -Mike