Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Jun 1999 18:42:57 -0700 (PDT)
From:      jobaldwi@vt.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/12065: [PATCH] Fix x11-wm/icewm port to handle gnomelibs upgrade..
Message-ID:  <19990607014257.1FA7514DF0@hub.freebsd.org>

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

>Number:         12065
>Category:       ports
>Synopsis:       [PATCH] Fix x11-wm/icewm port to handle gnomelibs upgrade..
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun  6 18:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     John Baldwin
>Release:        3.2-STABLE
>Organization:
>Environment:
FreeBSD snowcow.cslab.vt.edu 3.2-STABLE FreeBSD 3.2-STABLE #2: Sat Jun  5 18:57:30 EDT 1999     root@snowcow.cslab.vt.edu:/usr/source/src/sys/compile/SNOWCOW  i386
>Description:
The version number on the gnome library was recently bumped from 1 to 2.
If the icewm port is made with GNOME defined, then it compiles in gnome
support and links against libgnome.  However, the LIB_DEPENDS line
references gnome.1 instead of gnome.2.
>How-To-Repeat:
cd /usr/ports/x11-wm/icewm
make GNOME=yes
>Fix:
Apply this patch to /usr/ports/x11-wm/icewm/Makefile:

--- Makefile.orig       Sun Jun  6 16:46:25 1999
+++ Makefile    Sun Jun  6 16:46:37 1999
@@ -15,7 +15,7 @@
 MAINTAINER=    nacai@iname.com
 
 .if defined(GNOME)
-LIB_DEPENDS=   gnome.1:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS=   gnome.2:${PORTSDIR}/x11/gnomelibs
 .endif
 LIB_DEPENDS+=  Xpm.4:${PORTSDIR}/graphics/xpm


>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?19990607014257.1FA7514DF0>