From owner-freebsd-ports Sun Oct 12 04:27:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA15286 for ports-outgoing; Sun, 12 Oct 1997 04:27:29 -0700 (PDT) (envelope-from owner-freebsd-ports) Received: from bubble.didi.com (sjx-ca26-03.ix.netcom.com [204.31.235.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA15276 for ; Sun, 12 Oct 1997 04:27:24 -0700 (PDT) (envelope-from asami@bubble.didi.com) Received: (from asami@localhost) by bubble.didi.com (8.8.7/8.8.5) id EAA04134; Sun, 12 Oct 1997 04:24:30 -0700 (PDT) Date: Sun, 12 Oct 1997 04:24:30 -0700 (PDT) Message-Id: <199710121124.EAA04134@bubble.didi.com> To: mike@smith.net.au CC: ports@freebsd.org In-reply-to: <199710121012.TAA00902@word.smith.net.au> (message from Mike Smith on Sun, 12 Oct 1997 19:42:28 +0930) Subject: Re: Ghostscript 5 port is broken From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * - It requires the jpeg6 and png ports for building, but fails to * detect that they are already installed. Instead, it depends on * the file /nonexistent, ie. it *always* extracts, builds and installs * both these ports. This will fail if they have already been * installed. * * - It attempts to execute scripts/configure, which is not executable. * Instead, the script should be fed to sh. (This may be a generic * ports infrastructure thing.) You need a new bsd.port.mk for both these things. Really. I'm building all ports (except interactive or restricted ones) about once per week now. Please do not expect something this basic to be broken so long, and do not send mail to -ports without upgrading at least your bsd.port.mk to the latest version. Satoshi