From owner-freebsd-hackers Wed Sep 27 15:42:02 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA16982 for hackers-outgoing; Wed, 27 Sep 1995 15:42:02 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA16968 for ; Wed, 27 Sep 1995 15:41:50 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA11197; Wed, 27 Sep 1995 15:36:42 -0700 From: Terry Lambert Message-Id: <199509272236.PAA11197@phaeton.artisoft.com> Subject: Re: ports startup scripts To: gryphon@healer.com (Coranth Gryphon) Date: Wed, 27 Sep 1995 15:36:42 -0700 (MST) Cc: terry@lambert.org, gryphon@healer.com, hackers@freebsd.org, jmb@kryten.atinc.com, patl@asimov.volant.org, peter@taronga.com In-Reply-To: <199509272153.RAA22142@healer.com> from "Coranth Gryphon" at Sep 27, 95 05:53:28 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 577 Sender: owner-hackers@freebsd.org Precedence: bulk > Are the any other problems that the Makefile method does not solve/address? The case of the missing dependency. If I have package B installed and it depends on package A, but package A is not installed, then a make will fail at generation of the package A startup, when instead it should fail the generation of the package B startup (but still generate a valid rc file). This was my point about installed-but-not-configure packages. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.