- Add missing dependency on security/libgnomesu (gnomesu) - Bump PORTREVISION Port maintainer (sethk@meowfishies.com) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->chinsan Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of ports-mgmt/bpm, Please note that PR ports/127071 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127071 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I actually have gone to great lengths to prevent this port from bringing in the entire tree of GNOME dependencies, given that it is only a GTK+ app, and has no explicit dependency on GNOME. This app was also specifically written not to be run as root, since I disagree with the idea of running GTK+ and other X11 apps as root, so using gnomesu to launch it is not my favorite decision, although it does prevent the user from having to type their password constantly while installing ports. Currently this port installs a .desktop file which uses gnomesu, so I guess this change should be made until the .desktop file can be installed by another port (gnome2-power-tools), or the app can operate easily without root privileges. In short, I approve of this change.
chinsan 2008-09-06 02:47:11 UTC FreeBSD ports repository Modified files: ports-mgmt/bpm Makefile Log: - Add missing dependency on security/libgnomesu (gnomesu) PR: ports/127071 Submitted by: chinsan Approved by: maintainer Revision Changes Path 1.21 +2 -1 ports/ports-mgmt/bpm/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: feedback->closed Committed, thanks.