From owner-freebsd-ports Sun Oct 12 03:16:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA12549 for ports-outgoing; Sun, 12 Oct 1997 03:16:20 -0700 (PDT) (envelope-from owner-freebsd-ports) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA12506 for ; Sun, 12 Oct 1997 03:15:45 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id TAA00902 for ; Sun, 12 Oct 1997 19:42:29 +0930 (CST) Message-Id: <199710121012.TAA00902@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: ports@freebsd.org Subject: Ghostscript 5 port is broken Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Oct 1997 19:42:28 +0930 From: Mike Smith Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (I figure Andreas is reading this...) The Ghostscript 5 port is broken, as follows: - 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.) I hope these complaints are useful. mike