From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 15:54:05 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 929E016A4CE for ; Wed, 15 Dec 2004 15:54:05 +0000 (GMT) Received: from alexandr.fdns.net (212-104-97-169.cable.evrocom.net [212.104.97.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA78643D5E for ; Wed, 15 Dec 2004 15:54:04 +0000 (GMT) (envelope-from admin@alexandr.fdns.net) Received: from localhost ([127.0.0.1] helo=alexandr.fdns.net) by alexandr.fdns.net with esmtp (Exim 4.43 (FreeBSD)) id 1CedPB-00002v-QZ; Wed, 15 Dec 2004 17:57:42 +0000 Received: (from admin@localhost) by alexandr.fdns.net (8.13.1/8.12.10/Submit) id iBFHvZpX000180; Wed, 15 Dec 2004 17:57:35 GMT (envelope-from admin) Date: Wed, 15 Dec 2004 17:57:30 +0000 From: Alexandr To: "Donald J. O'Neill" Message-ID: <20041215175730.GB86336@alexandr.fdns.net> References: <20041215105930.GA14622@alexandr.fdns.net> <200412150940.24104.donaldj1066@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412150940.24104.donaldj1066@fastmail.fm> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: make package don't build package 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: Wed, 15 Dec 2004 15:54:05 -0000 Hello Donald J. O'Neill > Hello Alexandr, > > If you did not have mpg123 installed, then "make package" would make > the port, install the port, and build a binary package that would > be put in /usr/ports//packages/All if you have /usr/ports/packages, > other wise it would be put in the port you are building. > > You could also do "make -package-recursive", which would build all > the ports that were pulled in by making this port. > > If you already have the port installed, then "make package" will > fail at the installation of the port. As your error message above > says, you have to run "make deinstall", then "make reinstall", that > will let you get through the install portion. But, the install > portion of "make package" failed, if you have done this, then you > can run "make package" and a binary package will be made. You can > run "make package-recursive" at that point. My problem is that I want to build packages for all programs installed from ports collections on my copmpute(this is not workstation and I can't stop it) I have some errors for apache2 mysql41 firebired-devel i can't stop this processes and I haven't other computer with internet connection. I wont to have identikal packages on my home workstaion. Make package-recursive take me some errors. Do known anybody other ways??? For some packages pkg_create works, but it haven't recursive options. Thanks.