On Mon, 16 Mar 2009, Greg Troxel wrote:
I ran pkg_rolling-replace on a machine which shouldn't have any gnome goop on it (web server for trac which has graphviz). It failed with: ===> Installing for libgamin-0.1.10 ERROR: libgamin-0.1.10 conflicts with installed package(s): ERROR: fam-2.7.0nb9 ERROR: They install the same files into the same place. ERROR: Please remove conflicts first with pkg_delete(1). *** Error code 1
I'm not sure why you think gamin/fam == GNOME. libgamin is a libfam reimplementation used for file change notifications (in glib among other things). I did recently change the default, not sure how pkgsrc manages that. One thing I suppose you could do is maybe alter the logic in mk/fam.buildlink3.mk to accept either libgamin or fam, as the former is supposed to be source and binary compatible with the latter, at least for a subset of functionality.