From owner-freebsd-questions@FreeBSD.ORG Mon Aug 23 23:18:57 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 6C4F216A4CE for ; Mon, 23 Aug 2004 23:18:57 +0000 (GMT) Received: from dns11.mail.yahoo.co.jp (dns11.mail.yahoo.co.jp [210.81.151.144]) by mx1.FreeBSD.org (Postfix) with SMTP id 6AF8343D3F for ; Mon, 23 Aug 2004 23:18:56 +0000 (GMT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns11.mail.yahoo.co.jp with SMTP; 23 Aug 2004 23:18:55 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id 953317F24 for ; Tue, 24 Aug 2004 08:18:47 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id BD0F39844; Tue, 24 Aug 2004 08:18:46 +0900 (JST) Date: Tue, 24 Aug 2004 08:18:46 +0900 From: horio shoichi To: freebsd-questions@freebsd.org In-Reply-To: <20040823025952.GA14519@thai-aec.org> References: <20040822035742.GA13803@thai-aec.org> <200408231014.25298.doconnor@gsoft.com.au> <20040822035742.GA13803@thai-aec.org> <20040822152625.GA32816@xor.obsecurity.org> <20040823025952.GA14519@thai-aec.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040823.231846.7ede85c647d0486f.10.0.3.20@bugsgrief.net> Subject: Re: make package-recursive 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: Mon, 23 Aug 2004 23:18:57 -0000 On Mon, 23 Aug 2004 09:59:52 +0700 "User &" wrote: > > there should some way to tell make that if ports have been made package, > the next time that ports should not have been made again in the > make package-recursive from some other ports. > Unfortunately, no. Change CFLAGS and remake, change some of make options and remake, ... They give (for the most part) single same package name. This problem (no straightforward way to indicate what exactly the outcome is) is inherent even in compilations (or file naming conventions we have). Since make package has undergone build process, and doesn't know if it is being repackaged with the same set of files, it probably took the safest path, which is the right thing, I guess. > -- > with best regards, > psr > > http://www.thai-aec.org > http://www.thai.net/makham > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >