Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 1999 15:27:43 +0800 (CST)
From:      "Alex D. Chen" <dhchen@ilh.dorm9.nccu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15112: ports/x11-wm/icewm forgot gnome version bumping in Makefile
Message-ID:  <199911270727.PAA97716@ilh.dorm9.nccu.edu.tw>

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

>Number:         15112
>Category:       ports
>Synopsis:       ports/x11-wm/icewm forgot gnome version bumping in Makefile
>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:   Fri Nov 26 23:30:07 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alex D. Chen
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
FreeBSD ilh.dorm9.nccu.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Nov 27 06:
48:47 CST 1999     root@:/usr/src/sys/compile/CANVAS  i386

>Description:
In ports/x11-wm/icewm/Makefile,it has a LIB_DEPENDS to libgnome if build with
"make -DGNOME". Due to October-gnome's version bumping on libgnome,LIB_DEPENDS
should be gnome.3,not gnome.2

>How-To-Repeat:
cd /usr/ports/x11-wm/icewm; make -DGNOME

>Fix:

--- Makefile~   Thu Nov 25 01:44:41 1999
+++ Makefile    Sat Nov 27 15:18:20 1999
@@ -15,7 +15,7 @@
 MAINTAINER=    nakai@FreeBSD.org

 .if defined(GNOME)
-LIB_DEPENDS=   gnome.2:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS=   gnome.3:${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?199911270727.PAA97716>