summaryrefslogtreecommitdiff
path: root/net/cricket/files/patch-ac
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-08 22:25:20 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-08 22:25:20 +0000
commit02e74a11f278bda4249040bf6fefdad66e524791 (patch)
tree5207cdfb36a81b578325515e7ba710acf722ab69 /net/cricket/files/patch-ac
parentNow that introducing ruby-shim is done, bump PORTREVISION to let users (diff)
- update to 1.0.4.p1
- remove NO_PACKAGE; the customization isn't done at build/install time - remove the old patches & configure script; use cricket's own scripts to tell it our version of perl. - revamp the install so it matches the docs more closely: * things go in ${PREFIX}/cricket * scripts go in cricket/cricket-${PORTVERSION}, cricket/cricket symlink created for convenience * cricket/cricket-{config,data,logs} created - create a "cricket" user to run the collectors - use pkg-message instead of ${ECHO}'ing things in post-install PR: 38932 (with a few modifications) Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
Notes
Notes: svn path=/head/; revision=60915
Diffstat (limited to 'net/cricket/files/patch-ac')
-rw-r--r--net/cricket/files/patch-ac40
1 files changed, 0 insertions, 40 deletions
diff --git a/net/cricket/files/patch-ac b/net/cricket/files/patch-ac
deleted file mode 100644
index 2bdff6c439ff..000000000000
--- a/net/cricket/files/patch-ac
+++ /dev/null
@@ -1,40 +0,0 @@
-*** util/generate-statics.orig Sun Jan 9 09:29:20 2000
---- util/generate-statics Sun Feb 13 20:47:27 2000
-***************
-*** 1,4 ****
-! #!/usr/local/bin/perl -w
- # -*- perl -*-
-
- # Cricket: a configuration, polling and data display wrapper for RRD files
---- 1,4 ----
-! #!%%PATHPERLBIN%% -w
- # -*- perl -*-
-
- # Cricket: a configuration, polling and data display wrapper for RRD files
-***************
-*** 20,30 ****
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- BEGIN {
-! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
-
- # You need to update this to point to the URL
- # you use to access Cricket.
-! $gBaseURL = "http://localhost/~cricket/grapher.cgi";
- }
-
- use lib "$gInstallRoot/../lib";
---- 20,32 ----
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- BEGIN {
-! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".";
-! $gInstallRoot = '%%PREFIX%%/cricket';
-
- # You need to update this to point to the URL
- # you use to access Cricket.
-! # $gBaseURL = "http://localhost/~cricket/grapher.cgi";
-! $gBaseURL = "http://localhost/cgi-bin/grapher.cgi";
- }
-
- use lib "$gInstallRoot/../lib";