Bug 110649 - Bring back plugins support to cacti
Summary: Bring back plugins support to cacti
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 00:50 UTC by Timur I. Bakeyev
Modified: 2007-03-29 11:00 UTC (History)
0 users

See Also:


Attachments
cacti.diff (9.28 KB, patch)
2007-03-22 00:50 UTC, Timur I. Bakeyev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timur I. Bakeyev 2007-03-22 00:50:03 UTC

This patch brings back support for plugins in cacti. This time it takes patch from the original site. I don't see nice way to make it a separate port due the way how cacti is modified in it. The only alternative could be separate cacti+pligins port, but that's for the maintainer to decide to.

There is (slight) reformating of the port also, partilly for aesthetic reasons, partialy to make portlint happier.

Due to the way, how EXTRA_PATCHES handled(it shares same set of options with package patches) a modification into the source paths in files/patch-* was introduced. Hopefully it's not a problem.

There are few other small changes to make installation into different CACTIDIR work properly - I really think that www/cacti is prefferable for consistancy reasons.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 09:01:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-29 10:52:22 UTC
sem         2007-03-29 09:52:15 UTC

  FreeBSD ports repository

  Modified files:
    net/cacti            Makefile distinfo pkg-plist 
    net/cacti/files      patch-include-config.php 
                         patch-include-db-settings.php 
                         patch-scripts-diskfree.pl 
                         patch-scripts-ping.pl pkg-install.in 
                         pkg-message.in 
  Log:
  - Add plugin support back (off by default). [1]
  - Add PHP sockets module in depends for ping works. [2]
  
  PR:             ports/110649 [1], ports/110500 [2]
  Submitted by:   Timur I. Bakeyev <timur@gnu.org> [1], edwin [2]
  
  Revision  Changes    Path
  1.34      +31 -11    ports/net/cacti/Makefile
  1.25      +3 -0      ports/net/cacti/distinfo
  1.3       +2 -2      ports/net/cacti/files/patch-include-config.php
  1.3       +1 -1      ports/net/cacti/files/patch-include-db-settings.php
  1.2       +2 -2      ports/net/cacti/files/patch-scripts-diskfree.pl
  1.2       +2 -2      ports/net/cacti/files/patch-scripts-ping.pl
  1.3       +8 -7      ports/net/cacti/files/pkg-install.in
  1.6       +12 -0     ports/net/cacti/files/pkg-message.in
  1.18      +3 -0      ports/net/cacti/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 3 Sergey Matveychuk freebsd_committer freebsd_triage 2007-03-29 10:53:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!