From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 09:41:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B22716A400 for ; Tue, 10 Jul 2007 09:41:52 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (84-255-241-13.static.dsl.t-2.net [84.255.241.13]) by mx1.freebsd.org (Postfix) with ESMTP id 56A8A13C459 for ; Tue, 10 Jul 2007 09:41:51 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (localhost [127.0.0.1]) by svarun.infrax.si (Postfix) with ESMTP id CADA6DA84E for ; Tue, 10 Jul 2007 11:41:49 +0200 (CEST) Received: from svarun.infrax.si ([127.0.0.1]) by localhost (Svarun.infrax.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12588-09 for ; Tue, 10 Jul 2007 11:41:41 +0200 (CEST) Received: from [192.168.15.2] (unknown [192.168.15.2]) by svarun.infrax.si (Postfix) with ESMTP id ACBFEDA888 for ; Tue, 10 Jul 2007 11:41:41 +0200 (CEST) Message-ID: <4693543C.1010005@skoberne.net> Date: Tue, 10 Jul 2007 11:41:16 +0200 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at infrax.si Subject: make package-recursive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 09:41:52 -0000 Hello, I would like to create a custom set of packages, so that they will be installable to my other FreeBSD boxen. As I understand, I have to use 'make package-recursive', but I have some problems with it: 1. Is there a way to tell 'make package-recursive' not to _install_ package, but only build it? It is annonying and time-consuming to deinstall every package after it is installed. 2. To refer to the previous point: I need to deinstall the packages which I 'make package-recursive'-ed before, or else some other package which also depends on a port which is already installed will not include that (already installed) package. How to change this behaviour? I would like that the packages, which I create via 'make package-recursive', _always_ include _all_ other dependent packages. Thanks for your help. P.S.: Do you guys have any scripts for building a customized package set? Bye, Nejc