Hello, the update of net-im/gajim to 0.15 wanted me to install almost all gnome desktop: % make -C /usr/ports/net-im/gajim missing | wc -l 111 Not everyone wants to install the whole gnome desktop along with gajim (which is because of a dependence on pygnomedesktop, which is only useful for GnomeKeyring support). So, I added an option for it, which is disabled by default (there was no dep on pygnomedesktop before the 0.15 update, it restores this behaviour), we may want to bump the port version because of this change. I added an option for gtkspell too, it can be useful for those who don't need it. Regards,
Responsible Changed From-To: freebsd-ports-bugs->rm Over to maintainer (via the GNATS Auto Assign Tool)
rm 2012-03-22 07:07:12 UTC FreeBSD ports repository Modified files: net-im/gajim Makefile Log: - depend on py-gnome-desktop conditionally (via option, default off) - bump PORTREVISION PR: 166309 Submitted by: Pierre Guinoiseau <pierre at guinoiseau dot eu> Suggested by: David Thiel <lx at redundancy.redundancy dot org> Feature safe: yes Revision Changes Path 1.53 +13 -3 ports/net-im/gajim/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 Committed, thank you!