Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2000 21:27:10 -0700 (PDT)
From:      spcoltri@omcl.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19963: games/xscorch depends on old libgnome version
Message-ID:  <20000716042710.BCA5037B522@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19963
>Category:       ports
>Synopsis:       games/xscorch depends on old libgnome version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 21:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000716042710.BCA5037B522>