From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 02:32:08 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 6C6F116A4CE for ; Thu, 5 Feb 2004 02:32:08 -0800 (PST) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAF243D41 for ; Thu, 5 Feb 2004 02:32:06 -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-2.etat.lu (Postfix) with ESMTP id 56C6D10CA1 for ; Thu, 5 Feb 2004 11:30:15 +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 4CDCD87 for ; Thu, 5 Feb 2004 11:30:15 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) 3CCDE86 for ; Thu, 5 Feb 2004 11:30:15 +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 <0HSL00B01WU284@mail.etat.lu> for freebsd-questions@freebsd.org; Thu, 05 Feb 2004 11:30:15 +0100 (MET) Received: from lucy ([148.110.43.189])18 2003)) freebsd-questions@freebsd.org; Thu, 05 Feb 2004 11:29:58 +0100 (MET) Date: Thu, 05 Feb 2004 11:29:59 +0100 From: Didier WIROTH To: freebsd-questions@freebsd.org Message-id: <0HSL002UGX5XTU@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: AcPr0sYQO4NmyUncSs6mzelbj/awWwAADQ6w Subject: "make package-recursive install" question 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 10:32:08 -0000 Hi, I would like to build packages (to burn and install on other slower machines) the kde32 port. I'm doing this: cd /usr/ports/x11/kde3: make package-recursive install QT has been compiled and installed but there was no package created in: /usr/ports/packages/ How do I have to modify the command to make packages of the entire kde packages and dependencies? Many thanks