Date: Thu, 22 Apr 2004 17:45:45 +1000 (EST) From: Gregory Bond <gnb@itga.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Cc: DougB@FreeBSD.org Subject: ports/65872: x11/xscreensaver still uses gtk12 Message-ID: <20040422074545.7213C24E@grollo.itga.com.au> Resent-Message-ID: <200404220750.i3M7oKfk006447@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65872 >Category: ports >Synopsis: x11/xscreensaver still uses gtk12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 22 00:50:19 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.9-STABLE i386 >Organization: ITG Australia >Environment: System: FreeBSD grollo.itga.com.au 4.9-STABLE FreeBSD 4.9-STABLE #16: Fri Mar 26 13:00:05 EST 2004 toor@grollo.itga.com.au:/usr/obj/usr/src/sys/GROLLO i386 >Description: The x11/xscreensaver port still uses the old USE_GKT infrasturcture, so won't work with gtk2. >How-To-Repeat: cd /usr/ports/x11/xscreensaver && make -V LIB_DEPENDS Note that it will insist on gtk12 and other old stuff NB: the screensaver-gnome port has already been updated. >Fix: This works for me (gtk2 installed, not gtk12). I'm not enough of a ports hacker to know how to make this conditional on which GTK is installed.... --- diffs begins here --- Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/x11/xscreensaver/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- Makefile 7 Mar 2004 08:08:46 -0000 1.73 +++ Makefile 22 Apr 2004 07:22:43 -0000 @@ -26,7 +26,7 @@ USE_XPM= yes USE_GL= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= libglade2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ --- diffs ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040422074545.7213C24E>