From luigi@prova.iet.unipi.it  Fri Dec 26 07:55:37 1997
Received: from prova.iet.unipi.it (prova1.iet.unipi.it [131.114.9.11])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA17529
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Dec 1997 07:55:27 -0800 (PST)
          (envelope-from luigi@prova.iet.unipi.it)
Received: (from luigi@localhost)
	by prova.iet.unipi.it (8.8.5/8.8.5) id QAA00454;
	Fri, 26 Dec 1997 16:57:19 +0100 (CET)
Message-Id: <199712261557.QAA00454@prova.iet.unipi.it>
Date: Fri, 26 Dec 1997 16:57:19 +0100 (CET)
From: Luigi Rizzo <luigi@iet.unipi.it>
Reply-To: luigi@iet.unipi.it
To: FreeBSD-gnats-submit@freebsd.org
Subject: wb uses ghostscript 4
X-Send-Pr-Version: 3.2

>Number:         5380
>Category:       ports
>Synopsis:       wb uses ghostscript 4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 26 08:00:00 PST 1997
>Closed-Date:    Tue Jun 23 22:17:42 PDT 1998
>Last-Modified:  Tue Jun 23 22:18:01 PDT 1998
>Originator:     Luigi Rizzo
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
DEIT - Pisa
>Environment:
	Freshly installed 2.2.5


>Description:

package wb depends on ghostscript4. From the Makefile:

     XXX ghostscript, ghostscript3 or ghostscript4 will all do.
     RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript4

however we have ghostscript5 now, and I suppose people tends to
install the latest release of ghostscript for other purposes.

The problem in fact might impact more packages/ports: when we have
several releases of the same package, how do we specify "we want
the latest" vs. "we want any of X,Y,Z" vs. "we want this specific
version" ?

>How-To-Repeat:

	

>Fix:
	
Not checked, but perhaps in the Makefile do the following change:
-	RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript4
+	RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript5

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: fenner 
State-Changed-When: Tue Jun 23 22:17:42 PDT 1998 
State-Changed-Why:  
Suggested patch committed, thanks! 
>Unformatted:
