Bug 110649

Summary: Bring back plugins support to cacti
Product: Ports & Packages Reporter: Timur I. Bakeyev <timur>
Component: Individual Port(s)Assignee: Sergey Matveychuk <sem>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cacti.diff none

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!