Subject: gnome dependency again (was: CVS commit: pkgsrc/x11/xscreensaver)
To: Frederick Bruckman <fredb@netbsd.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: tech-pkg
Date: 03/03/2002 06:00:16
On Fri, Mar 01, 2002 at 08:46:50AM +0200, Frederick Bruckman wrote:
> 
> Module Name:	pkgsrc
> Committed By:	fredb
> Date:		Fri Mar  1 06:46:50 UTC 2002
> 
> Modified Files:
> 	pkgsrc/x11/xscreensaver: Makefile.common PLIST distinfo
> 	pkgsrc/x11/xscreensaver/patches: patch-aa
> 
> Log Message:
> Make the demo and some of the hacks slightly more featureful,
> by helping it find "libxml" and "libjpeg" and adding depencencies
> for them. Also, "gdk_pixbuf" gets favored now over "Xpm" anyway,
> so add an explicit dependency for it, too.

So, xscreensaver now needs gnome libs again?

You disabled that in

revision 1.45
date: 2000/06/03 19:07:29;  author: fredb;  state: Exp;  lines: +3 -47
Make two packages out of this. "xscreensaver" should be functionally
equivalent to the previous package; "xscreensaver-gnome" requires the
gnome-libs to build and run, and installs itself into the gnome CC.

of pkgsrc/x11/xscreensaver/Makefile

Bernd