Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2001 04:51:49 -0700 (PDT)
From:      TOGAWA Satoshi <toga@puyo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31133: irc/xchat: dependence problem with x11/gnomelibs
Message-ID:  <200110081151.f98Bpnr69743@freefall.freebsd.org>

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

>Number:         31133
>Category:       ports
>Synopsis:       irc/xchat: dependence problem with x11/gnomelibs
>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:   Mon Oct 08 05:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     TOGAWA Satoshi
>Release:        4-STABLE
>Organization:
>Environment:
FreeBSD cel.sd.puyo.org 4.4-STABLE FreeBSD 4.4-STABLE #35: Tue Oct  2 09:00:24 JST 2001     togawa@cel.sd.puyo.org:/usr/obj/usr/src/sys/CEL  i386

>Description:
In default, xchat uses "libzvt" in gnomelibs.
So if gnomelibs has installed, xchat depends gnomelibs
even if "WITHOUT_GNOME" is defined.
And if we delete gnomelibs, xchat cannot work. 

>How-To-Repeat:
1. Install x11/gnomelibs.
2. Define "WITHOUT_GNOME=yes" in /etc/make.conf
3. Install irc/xchat.
   (Note that xchat now do not remain dependent information in /var/db/pkg/gnomelibs-*)
4. Uninstall x11/gnomelibs.

>Fix:
diff -u xchat/Makefile xchat.new/Makefile
--- xchat/Makefile	Wed Oct  3 20:36:57 2001
+++ xchat.new/Makefile	Mon Oct  8 20:37:03 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=		xchat
 PORTVERSION=		1.8.4
+PORTREVISION=		1
 CATEGORIES+=		irc gnome ipv6
 MASTER_SITES=		http://xchat.org/files/source/1.8/ \
 			http://xchat.linuxpower.org/files/source/1.8/
@@ -52,10 +53,10 @@
 
 .if defined(HAVE_GNOME)
 USE_GNOME=		yes
-CONFIGURE_ARGS+=	--enable-gnome --enable-panel --enable-gdk-pixbuf
+CONFIGURE_ARGS+=	--enable-gnome --enable-panel --enable-gdk-pixbuf --enable-zvt
 MAKE_ARGS=		icondir="${PREFIX}/share/gnome/pixmaps"
 .else
-CONFIGURE_ARGS+=	--disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+=	--disable-gnome --disable-gdk-pixbuf --disable-zvt
 .endif
 
 .if ${OSVERSION} < 500007

>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?200110081151.f98Bpnr69743>