Bug 127071 - [PATCH] ports-mgmt/bpm: Add missing dependency on security/libgnomesu (gnomesu)
Summary: [PATCH] ports-mgmt/bpm: Add missing dependency on security/libgnomesu (gnomesu)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-03 18:40 UTC by chinsan
Modified: 2008-09-06 03:50 UTC (History)
1 user (show)

See Also:


Attachments
bpm-0.4.1b_15.patch (749 bytes, patch)
2008-09-03 18:40 UTC, chinsan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2008-09-03 18:40:01 UTC
- Add missing dependency on security/libgnomesu (gnomesu)
- Bump PORTREVISION

Port maintainer (sethk@meowfishies.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-03 18:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-03 18:40:11 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-03 18:40:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Seth Kingsley 2008-09-03 20:23:50 UTC
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-09-06 03:47:25 UTC
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"
Comment 6 chinsan freebsd_committer freebsd_triage 2008-09-06 03:48:30 UTC
State Changed
From-To: feedback->closed

Committed, thanks.