Bug 112857 - [patch] Make dbus support optional in x11-wm/beryl-plugins
Summary: [patch] Make dbus support optional in x11-wm/beryl-plugins
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-22 11:40 UTC by Henrik Brix Andersen
Modified: 2007-06-13 00:10 UTC (History)
1 user (show)

See Also:


Attachments
beryl-plugins.patch (1.79 KB, patch)
2007-05-22 11:40 UTC, Henrik Brix Andersen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Brix Andersen 2007-05-22 11:40:03 UTC
Currently, the x11-wm/beryl-plugins port has a hard dependency on
devel/dbus although the dbus plug-in is optional.

Fix: The patch below makes dbus support optional.

	
How-To-Repeat: 
$ cd /usr/ports/x11-wm/beryl-plugins
$ make run-depends-list
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-22 11:40:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Robert Noland 2007-06-12 19:44:41 UTC
This looks good.  It tinderboxes clean both on and off.

Please commit.

thanks,

robert.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-06-12 20:27:50 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-13 00:08:08 UTC
rafan       2007-06-12 23:08:03 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/beryl-plugins Makefile pkg-plist 
  Log:
  - Make dbus dependency optional, default on
  
  PR:                    ports/112857
  Submitted by:          Henrik Brix Andersen <henrik at brixandersen.dk>
  Approved by:           Robert Noland <rnoland at 2hip.net> (maintainer)
  
  Revision  Changes    Path
  1.2       +15 -3     ports/x11-wm/beryl-plugins/Makefile
  1.2       +3 -3      ports/x11-wm/beryl-plugins/pkg-plist
_______________________________________________
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 5 Rong-En Fan freebsd_committer freebsd_triage 2007-06-13 00:08:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!