Bug 122791

Summary: [patch] net-mgmt/collectd - fix WITH_APACHE dependency and plist
Product: Ports & Packages Reporter: Daniel Roethlisberger <daniel>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me CC: daniel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
collectd-apache-fix.diff none

Description Daniel Roethlisberger 2008-04-15 13:00:09 UTC
If WITH_APACHE is used, collectd fails to pick up the curl
dependency, failing the build.  When the dependency is fixed
manually, the resulting packing list is also wrong.

There are also some other rough edges about this port; I'll
try to address those later this week.

How-To-Repeat: Build net-mgmt/collectd with WITH_APACHE=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-15 13:00:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Matt Peterson 2008-04-30 11:21:39 UTC
I'd like to assign maintership over to Daniel Roethlisberger <daniel@roe.ch 
 >, thanks

--Matt
>
>
>
Comment 3 Daniel Roethlisberger 2008-05-02 13:46:51 UTC
Please also change maintainership to myself in addition to committing
this PR.  I guess Matt's agreement to transfer maintainership also
counts as implicit approval of the patch.

Thanks!

-- 
Daniel Roethlisberger <daniel@roe.ch>
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2008-05-02 14:22:15 UTC
State Changed
From-To: feedback->open

Maintainer has agreed to hand maintainership over to submitter.
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-05 01:44:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-05-06 11:45:23 UTC
itetcu      2008-05-06 10:45:17 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/collectd    Makefile pkg-descr pkg-plist 
  Added files:
    net-mgmt/collectd/files collectd.in patch-src__collectd.h 
  Log:
  - Transfer maintainership to daniel@roe.ch [1]
  - Do not delete modified config files on uninstall [2]
  - Reduce filesystem hierarchy pollution by moving
    $PREFIX/var/{run,lib}/* to /var/run (PID file) and
    /var/db/collectd (default location of databases) [2]
  - Add an rc script [2]
  - Optionally install collection.cgi from contrib/ [2]
  - Fix WITH_APACHE dependencies and plist [1]
  - Fix WITH_XMMS and WITH_INTERFACE dependencies [2]
  - fixes for depends, plist, ... [3]
  
  PR:             ports/122791 [1], ports/123367 [2]
  Submitted by:   Daniel Roethlisberger [1],[2], itetcu@ (me) [3]
  Approved by:    Matt Peterson (former maintainer) [2]
  
  Revision  Changes    Path
  1.3       +111 -71   ports/net-mgmt/collectd/Makefile
  1.1       +27 -0     ports/net-mgmt/collectd/files/collectd.in (new)
  1.1       +20 -0     ports/net-mgmt/collectd/files/patch-src__collectd.h (new)
  1.2       +1 -1      ports/net-mgmt/collectd/pkg-descr
  1.2       +13 -4     ports/net-mgmt/collectd/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 7 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-06 12:11:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!