From owner-freebsd-ports@FreeBSD.ORG Mon May 19 05:38:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3BF437B404 for ; Mon, 19 May 2003 05:38:55 -0700 (PDT) Received: from mother.ludd.luth.se (mother.ludd.luth.se [130.240.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7393143FB1 for ; Mon, 19 May 2003 05:38:53 -0700 (PDT) (envelope-from pb@ludd.luth.se) Received: from brother.ludd.luth.se (brother.ludd.luth.se [130.240.16.78]) by mother.ludd.luth.se (8.11.6+Sun/8.9.3) with ESMTP id h4JCcp820305 for ; Mon, 19 May 2003 14:38:51 +0200 (MEST) From: Peter B Received: (from pb@localhost) by brother.ludd.luth.se (8.11.6+Sun/8.9.3) id h4JCcpF28156 for ports@FreeBSD.org; Mon, 19 May 2003 14:38:51 +0200 (MEST) Message-Id: <200305191238.h4JCcpF28156@brother.ludd.luth.se> To: ports@FreeBSD.org Date: Mon, 19 May 2003 14:38:51 +0200 (MEST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ghostview "can't find gs" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 12:38:56 -0000 Seems like detection of 'gs' (ghostscript) is broken. /Peter pb@wave /home/pb/tmp/tin/tin-1.4.7/src #pkg_add ghostview-1.5.tgz I can't find ghostscript (gs) in your search path. Please install your favorite version of ghostscript, otherwise this program is useless. pb@wave /home/pb/tmp/tin/tin-1.4.7/src #gs GNU Ghostscript 7.05 (2002-04-22) Copyright (C) 2002 artofcode LLC, Benicia, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. GS>^C pb@wave /home/pb/tmp/tin/tin-1.4.7/src #which gs /usr/local/bin/gs pb@wave /home/pb/tmp/tin/tin-1.4.7/src #tar -xOzvpf ghostview-1.5.tgz +INSTALL | m +INSTALL #!/bin/sh if [ "$2" != "POST-INSTALL" ]; then exit 0 fi if ! which gs >/dev/null; then echo "I can't find ghostscript (gs) in your search path." echo "Please install your favorite version of ghostscript," echo "otherwise this program is useless." fi pb@wave /home/pb/tmp/tin/tin-1.4.7/src #which gs /usr/local/bin/gs pb@wave /home/pb/tmp/tin/tin-1.4.7/src #sh # which gs /usr/local/bin/gs # which which /usr/bin/which