Date: Thu, 6 Jun 2002 00:43:45 -0400 (EDT) From: Andy Sparrow <spadger@best.com> To: FreeBSD-gnats-submit@freebsd.org, gnome@freebsd.org Subject: xscreensaver-gnome build has unversioned libs, breaks. Message-ID: <20020606044345.A98AB3E4A@CRWdog.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Andy Sparrow >Organization: little >Confidential: no >Synopsis: xscreensaver-gnome build has unversioned libs, breaks. >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.6-RC i386 >Environment: System: FreeBSD omni.geek4food.org 4.6-RC FreeBSD 4.6-RC #82: Sat May 18 22:10:48 EDT 2002 root@omni.geek4food.org:/usr/src/sys/compile/tureg i386 >Description: The xscreensaver-gnome-4.04.2 port has references to '-lgtk', '-lgdk' & '-lglib' in the GTK_LIBS line of the file work/xscreensaver-4.04/driver/Makefile >How-To-Repeat: cvsup, portupgrade -R xscreensaver >Fix: Remove references to above libraries. Run 'portupgrade -Rw xscreensaver' --- work/xscreensaver-4.04/driver/Makefile.orig Thu Jun 6 00:32:41 2002 +++ work/xscreensaver-4.04/driver/Makefile Thu Jun 6 00:33:41 2002 @@ -116,7 +116,7 @@ test-apm test-fade xdpyinfo MOTIF_LIBS = -lXm -lXp -lXpm -L/usr/X11R6/lib -lgdk_pixbuf -lgdk_pixbuf_xlib -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm $(XMU_LIBS) -GTK_LIBS = -Wl,-E -Wl,-E -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lcapplet -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgnorba -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -lgnugetopt -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib -lxml2 -lz -liconv -lm $(XMU_LIBS) +GTK_LIBS = -Wl,-E -Wl,-E -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lcapplet -lORBitCosNami ng -lORBit -lIIOP -lORBitutil -lwrap -lgnorba -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -lgnugetopt -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib -lxml2 -lz -liconv -lm $(XMU_LIBS) XML_LIBS = -L/usr/local/lib -lxml2 -lz -liconv -lm XDPMS_LIBS = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020606044345.A98AB3E4A>