[csw-devel] SF.net SVN: gar:[15515] csw/mgar/pkg/munin/trunk/Makefile
j_arndt at users.sourceforge.net
j_arndt at users.sourceforge.net
Sun Sep 4 14:32:40 CEST 2011
Revision: 15515
http://gar.svn.sourceforge.net/gar/?rev=15515&view=rev
Author: j_arndt
Date: 2011-09-04 12:32:40 +0000 (Sun, 04 Sep 2011)
Log Message:
-----------
munin: checkpkg overrides for surplus packages
Modified Paths:
--------------
csw/mgar/pkg/munin/trunk/Makefile
Modified: csw/mgar/pkg/munin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/munin/trunk/Makefile 2011-09-04 09:46:49 UTC (rev 15514)
+++ csw/mgar/pkg/munin/trunk/Makefile 2011-09-04 12:32:40 UTC (rev 15515)
@@ -2,9 +2,9 @@
VERSION = 1.4.6
CATEGORIES = apps
-SPKG_DESC_CSWmuninmaster = master component of the graphical network and system monitoring munin
-SPKG_DESC_CSWmuninnode = node component of the graphical network and system monitoring munin
-SPKG_DESC_CSWmunincommon = common files for munin node and master
+SPKG_DESC_CSWmuninmaster = Master component of the graphical network and system monitoring munin
+SPKG_DESC_CSWmuninnode = Node component of the graphical network and system monitoring munin
+SPKG_DESC_CSWmunincommon = Common files for munin node and master
define BLURB
Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface.
@@ -46,30 +46,54 @@
ARCHALL_CSWmuninnode = 1
ARCHALL_CSWmunincommon = 1
-RUNTIME_DEP_PKGS_CSWmuincommon = CSWperl
+RUNTIME_DEP_PKGS_CSWmunincommon = CSWperl
RUNTIME_DEP_PKGS_CSWmuninmaster = CSWperl CSWpmhtmltmpl CSWpmprmsvldt CSWpmlog4perl CSWmunincommon
RUNTIME_DEP_PKGS_CSWmuninmaster += CSWpm-rrdtool CSWapache2
-RUNTIME_DEP_PKGS_CSWmuninmaster += CSWcswclassutils CSWcas-cptemplates CSWcas-crontab CSWcas-postmsg
+#RUNTIME_DEP_PKGS_CSWmuninmaster += CSWcswclassutils
RUNTIME_DEP_PKGS_CSWmuninnode = CSWperl CSWpmnetsnmp CSWpmnetserver CSWmunincommon
-RUNTIME_DEP_PKGS_CSWmuninnode += CSWcswclassutils CSWcas-cptemplates
+#RUNTIME_DEP_PKGS_CSWmuninnode += CSWcswclassutils
+RUNTIME_DEP_PKGS_CSWmuninnode += CSWpmnetssleay
-RUNTIME_DEP_PKGS_CSWmuninnode += CSWperl CSWpmnetssleay
-
SPKG_CLASSES_CSWmuninmaster = none cswusergroup ugfiles cswcrontab cswcptemplates cswpostmsg
SPKG_CLASSES_CSWmuninnode = none cswusergroup ugfiles cswcptemplates cswinitsmf
SPKG_CLASSES_CSWmunincommon = none
+
+#
+# checkpkg overrides
+#
+# the following files contain "/usr/locail" and "/usr/share" - these strings appear in perldoc or as fallback path values
+# so it's uncritical to leave them unpatched
+#
+
+
+#
+# checkpkg overrides
+#
+# yes, we need these dependencies
+#
+
+CHECKPKG_OVERRIDES_CSWmuninmaster += surplus-dependency|CSWmunincommon
+CHECKPKG_OVERRIDES_CSWmuninmaster += surplus-dependency|CSWapache2
+CHECKPKG_OVERRIDES_CSWmuninmaster += surplus-dependency|CSWpmhtmltmpl
+CHECKPKG_OVERRIDES_CSWmuninmaster += surplus-dependency|CSWpmlog4perl
+CHECKPKG_OVERRIDES_CSWmuninmaster += surplus-dependency|CSWpm-rrdtool
+CHECKPKG_OVERRIDES_CSWmuninmaster += surplus-dependency|CSWpmprmsvldt
+
+CHECKPKG_OVERRIDES_CSWmuninnode += surplus-dependency|CSWmunincommon
+CHECKPKG_OVERRIDES_CSWmuninnode += surplus-dependency|CSWpmnetsnmp
+CHECKPKG_OVERRIDES_CSWmuninnode += surplus-dependency|CSWpmnetssleay
+CHECKPKG_OVERRIDES_CSWmuninnode += surplus-dependency|CSWpmnetserver
+
+
CONFIGURE_ARGS = $(DIRPATHS)
-
CONFIGURE_SCRIPTS = custom
BUILD_SCRIPTS = custom
INSTALL_SCRIPTS = custom
SKIPTEST = 1
-ENABLE_CHECK = 0
-
include gar/category.mk
configure-custom:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list