Gnome looks for ${LOCALBASE}/share/applications/gnome-screensaver-properties.desktop to indicate that xscreensaver-gnome is installed, but that port installs ${LOCALBASE}/share/applications/xscreensaver-properties.desktop instead. Fix: This is what I did. It may not be the "right answer." How-To-Repeat: Installing gnome2 (in my case, gnome2-lite) with the WITH_XSCREENSAVER=true option leads to trying to reinstall screensaver-gnome even though it's installed already.
Responsible Changed From-To: freebsd-ports-bugs->gnome Our job.
mezz 2008-07-27 16:06:20 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile x11/xscreensaver-kde Makefile Log: Chase a rename of file in xscreensaver-gnome. gnome-screensaver-properties.desktop -> xscreensaver-properties.desktop PR: ports/126007 Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org> Revision Changes Path 1.149 +1 -1 ports/x11/gnome2/Makefile 1.31 +3 -3 ports/x11/xscreensaver-kde/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed > This is what I did. It may not be the "right answer." Actually, it's correct. ;-) Committed, thanks!