From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 13:15:56 2004 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 4E4B316A528 for ; Sun, 7 Mar 2004 13:15:56 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81A443D1D for ; Sun, 7 Mar 2004 13:15:55 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Drew Tomlinson" , Date: Sun, 7 Mar 2004 22:15:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040307211259.3660319@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040307211554.21F582B4DAC@mail.evilcoder.org> cc: freebsd-questions@freebsd.org Subject: RE: Building Packages - Links to Tutorials? 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, 07 Mar 2004 21:15:57 -0000 I am not sure but perhaps after the make -DCLIENT_ONLY=yes stuff you can do make package, this should in my opinion make the package you can install everywhere you wish (freebsd ofcourse). Note that i did not read any explaination about this, and i just assume this when i "decode" the command into explaination. -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Drew Tomlinson Verzonden: zondag 7 maart 2004 22:13 Aan: sellis@telus.net CC: freebsd-questions@freebsd.org Onderwerp: Re: Building Packages - Links to Tutorials? Sean Ellis told a big fish story including the following on 3/6/2004 12:51 PM: >On Fri, Mar 05, 2004 at 01:34:20PM -0800, Drew Tomlinson wrote: > > >>I have a "faster" machine that I'd like to use to build packages and >>then install those packages on my "slower" machine. I'm looking for >>links to info describing this process and some best practices. I'm >>familiar with using portupgrade to build and install ports. I've read >>the portupgrade man pages and see options to build and install packages >>but am not understanding how to put it all together. >> >> > >Check this out. > >http://www.onlamp.com/pub/a/bsd/2003/08/07/FreeBSD_Basics.html > >.. under "Making a Package Repository". > > Thanks, that helps. Now, is there any way to make a package without installing it? For example, on my build machine I have the full version of bacula installed. However, I'd like to make a package that is built with the "CLIENT_ONLY=YES" option. So do I really have to build and install it "wrong" on the build machine and then rebuild and install it "right" just to get the package I want to install on another machine? Seem like there would be a better way. Thanks, Drew _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"