From owner-freebsd-hackers Thu May 23 00:41:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA03780 for hackers-outgoing; Thu, 23 May 1996 00:41:41 -0700 (PDT) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA03765; Thu, 23 May 1996 00:41:28 -0700 (PDT) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id JAA15030; Thu, 23 May 1996 09:41:05 +0200 From: Thomas Gellekum Message-Id: <199605230741.JAA15030@ghpc6.ihf.rwth-aachen.de> Subject: Re: src/gnu To: imp@village.org (Warner Losh) Date: Thu, 23 May 1996 09:41:04 +0200 (MET DST) Cc: hsu@freefall.freebsd.org, hackers@freefall.freebsd.org In-Reply-To: <199605230551.XAA07031@rover.village.org> from Warner Losh at "May 22, 96 11:51:34 pm" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh wrote: > : I agree with Poul. The bmake paradigm for gcc just isn't working. > : If the ports model fits better, we should use that instead. > > One thing to consider is that the gnu software has a habbit of > disappearing off the FTP sites after a while. This would force an > ungrade or leave some people out in the cold should the FSF produce a > series of bad releases of a certain program. The ports use $MASTER_SITES as fallback hosts in this case. Just another data point: I spent some time bmakeing texinfo-3.7 and I can't say I like the procedure. A port would have been easier. Maybe we could get by with a bsd.gnu.mk which sets things like $PREFIX, $GNU_CONFIGURE and such and then included bsd.ports.mk. Aside: how about a /usr/share/misc/config.site? This would be useful in any case, I think. tg