From owner-freebsd-questions Fri Dec 22 18:42:24 2000 From owner-freebsd-questions@FreeBSD.ORG Fri Dec 22 18:42:22 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id 2810B37B400 for ; Fri, 22 Dec 2000 18:42:22 -0800 (PST) Received: from intrepid ([12.67.64.20]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.10 201-229-121-110) with SMTP id <20001223024215.CCAH5305.mtiwmhc23.worldnet.att.net@intrepid> for ; Sat, 23 Dec 2000 02:42:15 +0000 From: Kevin McEnhill To: freebsd-questions@freebsd.org Subject: Making packages from /usr/ports Date: Fri, 22 Dec 2000 20:44:16 -0600 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <00122220441600.76310@intrepid> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, First off, I would like to say that the build mechanism for the ports is VERY impressive! I have been studying them for the past couple of days now and I hope I will be able to understand the entire process some day. Now for my question. I have been playing around with KDE2 from the STABLE cvsup tree. When I build a port I issue the command `# make package`. The port is downloaded, compiled, installed, and made into a package. The problem is that the ports that were installed as dependecies are not made into packages, they are just installed. If I then do a `# make package`, make complains loadly that the port is already installed and quits with an `Error 1`. I know it is already installed, I just want to package it up. Is there an enviromental variable that I can set to make the build process do a `# make package` instead of a `# make install`? Is there a clean way of building packages out of the ports that have already installed themselfs? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message