From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 22:00:35 2012 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 4D50E106564A for ; Mon, 9 Jan 2012 22:00:35 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D5D188FC0A for ; Mon, 9 Jan 2012 22:00:34 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so2230834wgb.31 for ; Mon, 09 Jan 2012 14:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=75jD/3m6thizJTrlfKvkF8OpG9AwFIO9li1PNS+frfU=; b=oUmYvQ9WnJlE3gG4KESNELsTsvg69w0h0HXS9tSK0liAwUloW3LK2Y0Zmt13iwS6kJ MX3Cj290rEOEZAKIod3W7CvV+qHB9jAz0fPIiEHmuXB9lBdMlX2A+04toqTbN3XDrT+C 6I84CxfN0zmGxBy6NfGB8qj3OJvckpslBUeQA= MIME-Version: 1.0 Received: by 10.181.11.163 with SMTP id ej3mr7809769wid.4.1326146433730; Mon, 09 Jan 2012 14:00:33 -0800 (PST) Received: by 10.180.94.101 with HTTP; Mon, 9 Jan 2012 14:00:33 -0800 (PST) In-Reply-To: <083a01cccf07$79fd35e0$6df7a1a0$@fisglobal.com> References: <07e401cccefb$364338b0$a2c9aa10$@fisglobal.com> <083a01cccf07$79fd35e0$6df7a1a0$@fisglobal.com> Date: Mon, 9 Jan 2012 17:00:33 -0500 Message-ID: From: alexus To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: ports vs packages 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: Mon, 09 Jan 2012 22:00:35 -0000 Thank you so much for this wonderful feedback! One of the things I'm seeing is that unfortunately packages are somewhat limited vs ports... For example: I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5, php5 doesn't have libphp5.so that links Apache and PHP together... so unless I'm doing something entirely wrong I basically must use ports and nothing else to get the functionality i need... -- http://alexus.org/