From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 05:50:11 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 60B3816A4CE for ; Thu, 5 Feb 2004 05:50:11 -0800 (PST) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C4443D54 for ; Thu, 5 Feb 2004 05:50:09 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by postino-1.etat.lu (Postfix) with ESMTP id B850F423650 for ; Thu, 5 Feb 2004 14:50:08 +0100 (CET) Received: from avirus-1.cie.etat.lu (dispatch-1.cie.etat.lu [148.110.137.6]) by localhost (CIE ESMTP Dispatch 1) with ESMTP id BF89A92 for ; Thu, 5 Feb 2004 14:50:08 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) ADA4D8D for ; Thu, 5 Feb 2004 14:50:08 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HSM00J016C9KF@mail.etat.lu> for freebsd-questions@freebsd.org; Thu, 05 Feb 2004 14:50:08 +0100 (MET) Received: from lucy ([148.110.43.189])18 2003)) freebsd-questions@freebsd.org; Thu, 05 Feb 2004 14:49:28 +0100 (MET) Date: Thu, 05 Feb 2004 14:49:29 +0100 From: Didier WIROTH To: freebsd-questions@freebsd.org Message-id: <0HSM0024L6EGTU@mail.etat.lu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcPr7uBKxXGmoDM5TQmG/wIw6Ds56Q== Subject: build packages recursively from ports collection 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: Thu, 05 Feb 2004 13:50:11 -0000 Hi, I want to use some of our freebsd servers to build .tgz binaries from the ports collection. Then, I would like to install the packages with pkg_add on different workstations. My main problem is how to build packages on servers without installing them! All i could find or was told, is: 1) make fetch-recursive 2) postinstall -rRp kde 3) portupgrade -frRp kde All of theses samples "installs" the ports software! For example kde: How do you recursively build .tgz packages of the kde sources and their dependencies "WITHOUT" actually installing them on the servers? Thx