From owner-freebsd-questions@FreeBSD.ORG Sat Nov 22 20:04:27 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 5D02E16A4CE for ; Sat, 22 Nov 2003 20:04:27 -0800 (PST) Received: from mxsf26.cluster1.charter.net (mxsf26.cluster1.charter.net [209.225.28.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F44743FE3 for ; Sat, 22 Nov 2003 20:04:26 -0800 (PST) (envelope-from pb1170@charter.net) Received: from 10.133.164.222 (c66.190.98.214.ts46v-01.rckwll.tx.charter.com [66.190.98.214])hAN434Ja014870 for ; Sat, 22 Nov 2003 23:03:07 -0500 (EST) (envelope-from pb1170@charter.net) From: Patrick Burnett To: freebsd-questions@freebsd.org Organization: Message-Id: <1069560047.10597.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 22 Nov 2003 22:00:47 -0600 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: make vs. pkg_add 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: Sun, 23 Nov 2003 04:04:27 -0000 Hi all, Not that I expect to be swayed one way or the other here, but... I'm curious to see what other users think of using either the 'make' commands or 'pkg_add' for compiling and installing software. I'm admittedly a bit of a newbie, and I've tried it both ways, after CVSup-ing the source and ports of course. In most cases 'pkg_add' seems to work better, but the problem solver in me wants to see 'make all install clean' and its brethren work at least once. Am I to understand that 'make' and its accompanying command options will download source, dependencies, needed libs, et al. while compiling, building, and installing just like 'pkg_add' does? I'm probably doing something wrong such that 'make' isn't playing nice, but I'd still appreciate some further insight from more experienced users. TIA, Pat