Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 13:30:04 +1100 (EST)
From:      Gregory Bond <gnb@itga.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36403: xscreensaver uses gnome anyway
Message-ID:  <200203280230.g2S2U4Z13874@hellcat.itga.com.au>

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

>Number:         36403
>Category:       ports
>Synopsis:       xscreensaver uses gnome anyway
>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:   Wed Mar 27 18:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gregory Bond
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
ITG Australia Limited
>Environment:
System: FreeBSD hellcat.itga.com.au 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Mar 27 11:09:35 EST 2002 toor@hellcat-new.itga.com.au:/usr/obj/usr/src/sys/HELLCAT i386


>Description:

The xsreensaver port attempts to build with gnome, even if you don't use the 
xsreensaver-gnome meta-port.

>How-To-Repeat:

	cd /usr/ports/x11/xscreensaver && make
	Note the attempt to compile the whole of gnome as well

>Fix:

I used the following patch which works OK for me, but I cannot work
out where HAVE_GNOME is coming from, as it is not in make.conf.  And
looking at the Makefiles for these two ports I am _very_ confused.  We have
the following make variables:
	HAVE_GNOME
	WANT_GNOME
	USE_GNOME
	WITH_GNOME
all seeming to do more-or-less the same thing......

diff -u Makefile.orig Makefile
--- Makefile.orig       Thu Mar 28 13:24:51 2002
+++ Makefile    Thu Mar 28 13:29:08 2002
@@ -19,7 +19,6 @@
 USE_XPM=       yes
 USE_MESA=      yes
 USE_GTK=       yes
-WANT_GNOME=    yes
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --without-pam --with-gl --with-gle --with-xpm --with-xml \
                --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \

>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?200203280230.g2S2U4Z13874>