From nobody@FreeBSD.ORG  Sat Jul 15 21:27:10 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id BCA5037B522; Sat, 15 Jul 2000 21:27:10 -0700 (PDT)
Message-Id: <20000716042710.BCA5037B522@hub.freebsd.org>
Date: Sat, 15 Jul 2000 21:27:10 -0700 (PDT)
From: spcoltri@omcl.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: games/xscorch depends on old libgnome version
X-Send-Pr-Version: www-1.0

>Number:         19963
>Category:       ports
>Synopsis:       games/xscorch depends on old libgnome version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 21:30:00 PDT 2000
>Closed-Date:    Sat Jul 15 22:17:40 PDT 2000
>Last-Modified:  Sat Jul 15 22:17:55 PDT 2000
>Originator:     Steve Coltrin
>Release:        4.0-STABLE
>Organization:
Orbital Mind Control Lasers
>Environment:
FreeBSD code.omcl.org 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue Jul 11 18:08:58 MDT 2000     spcoltri@code.omcl.org:/usr/obj/usr/src/sys/CODE  i386
>Description:
games/xscorch depends on libgnome.so.3; currently, gnomelibs makes libgnome.so.4.
>How-To-Repeat:
cd /usr/ports/x11/gnomelibs && make install
cd /usr/ports/games/xscorch && make
>Fix:
Apply in ports/games/xscorch:

--- Makefile.orig	Sat Jul 15 22:21:14 2000
+++ Makefile	Sat Jul 15 22:21:58 2000
@@ -15,7 +15,7 @@
 LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
 		mikmod.2:${PORTSDIR}/audio/libmikmod
 .if defined(WITH_GNOME)
-LIB_DEPENDS+=	gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+=	gnome.4:${PORTSDIR}/x11/gnomelibs
 .endif
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Sat Jul 15 22:17:40 PDT 2000 
State-Changed-Why:  
Fixed with an upgrade to xscorch 0.1.6, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19963 
>Unformatted:
