aboutsummaryrefslogtreecommitdiffstats
path: root/net/cricket/files/patch-ad
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-09 06:25:20 +0800
committerpetef <petef@FreeBSD.org>2002-06-09 06:25:20 +0800
commit1d8ddb583ac3ca8025c1ecd8b55db0621eaf0fd7 (patch)
tree5676dc6b1ff6b8ddec5385059f02962ba64a1228 /net/cricket/files/patch-ad
parent51a7c3c3d6c9b18fb12430f47bb98a5cd4909e86 (diff)
downloadfreebsd-ports-graphics-1d8ddb583ac3ca8025c1ecd8b55db0621eaf0fd7.tar.gz
freebsd-ports-graphics-1d8ddb583ac3ca8025c1ecd8b55db0621eaf0fd7.tar.zst
freebsd-ports-graphics-1d8ddb583ac3ca8025c1ecd8b55db0621eaf0fd7.zip
- 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>
Diffstat (limited to 'net/cricket/files/patch-ad')
-rw-r--r--net/cricket/files/patch-ad31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/cricket/files/patch-ad b/net/cricket/files/patch-ad
deleted file mode 100644
index 886df19252f..00000000000
--- a/net/cricket/files/patch-ad
+++ /dev/null
@@ -1,31 +0,0 @@
-*** util/listInterfaces.orig Mon Jul 19 19:55:45 1999
---- util/listInterfaces Sun Feb 13 20:48:15 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,26 ****
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- BEGIN {
-! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "..";
- }
-
- use lib "$gInstallRoot/lib";
---- 20,27 ----
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- BEGIN {
-! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "..";
-! $gInstallRoot = '%%PREFIX%%/cricket';
- }
-
- use lib "$gInstallRoot/lib";