[csw-devel] SF.net SVN: gar:[15516] csw/mgar/pkg/munin/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Sep 4 16:00:22 CEST 2011


Revision: 15516
          http://gar.svn.sourceforge.net/gar/?rev=15516&view=rev
Author:   wahwah
Date:     2011-09-04 14:00:22 +0000 (Sun, 04 Sep 2011)
Log Message:
-----------
pkg/munin/trunk: removing unused code

Modified Paths:
--------------
    csw/mgar/pkg/munin/trunk/Makefile

Property Changed:
----------------
    csw/mgar/pkg/munin/trunk/Makefile

Modified: csw/mgar/pkg/munin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/munin/trunk/Makefile	2011-09-04 12:32:40 UTC (rev 15515)
+++ csw/mgar/pkg/munin/trunk/Makefile	2011-09-04 14:00:22 UTC (rev 15516)
@@ -1,3 +1,5 @@
+# $Id$
+
 NAME = munin
 VERSION = 1.4.6
 CATEGORIES = apps
@@ -30,13 +32,6 @@
 PATCHFILES += munin-graph.in.patch # match some paths to /{etc|var}/opt/csw/munin 
 PATCHFILES += perl.patch # shebang correctly set
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
-
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
 PACKAGES = CSWmuninmaster CSWmuninnode CSWmunincommon
 CATALOGNAME_CSWmuninmaster = munin_master
 CATALOGNAME_CSWmuninnode = munin_node
@@ -50,10 +45,8 @@
 
 RUNTIME_DEP_PKGS_CSWmuninmaster = CSWperl CSWpmhtmltmpl CSWpmprmsvldt CSWpmlog4perl CSWmunincommon
 RUNTIME_DEP_PKGS_CSWmuninmaster += CSWpm-rrdtool CSWapache2 
-#RUNTIME_DEP_PKGS_CSWmuninmaster += CSWcswclassutils
 
 RUNTIME_DEP_PKGS_CSWmuninnode = CSWperl CSWpmnetsnmp CSWpmnetserver CSWmunincommon
-#RUNTIME_DEP_PKGS_CSWmuninnode += CSWcswclassutils 
 RUNTIME_DEP_PKGS_CSWmuninnode += CSWpmnetssleay
 
 SPKG_CLASSES_CSWmuninmaster = none cswusergroup ugfiles cswcrontab cswcptemplates cswpostmsg
@@ -89,19 +82,13 @@
 
 
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_SCRIPTS = custom
-BUILD_SCRIPTS = custom
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
 INSTALL_SCRIPTS = custom
 SKIPTEST = 1
 
 include gar/category.mk
 
-configure-custom:
-	@$(MAKECOOKIE)
-
-build-custom:
-	@$(MAKECOOKIE)
-
 install-custom:
 	@#
 	@# because the configure / installation process of munin is somewhat unusual
@@ -119,7 +106,8 @@
 	@mv $(DESTDIR)/etc/opt/csw/munin/munin-node.conf $(DESTDIR)/opt/csw/etc/templates/CSWmuninnode/etc/opt/csw/munin/
 	@mv $(DESTDIR)/etc/opt/csw/munin/munin.conf $(DESTDIR)/opt/csw/etc/templates/CSWmuninmaster/etc/opt/csw/munin/
 	@ginstall -m 644 $(FILEDIR)/apache-munin.conf.CSW $(DESTDIR)/opt/csw/etc/templates/CSWmuninmaster/etc/opt/csw/munin/apache/apache-munin.conf
-	@ginstall -m 644 $(FILEDIR)/apache-munin-cgi.conf.CSW $(DESTDIR)/opt/csw/etc/templates/CSWmuninmaster/etc/opt/csw/munin/apache/apache-munin-cgi.conf
+	@ginstall -m 644 $(FILEDIR)/apache-munin-cgi.conf.CSW \
+		$(DESTDIR)/opt/csw/etc/templates/CSWmuninmaster/etc/opt/csw/munin/apache/apache-munin-cgi.conf
 	@mv $(DESTDIR)/var/opt/csw/munin/www/.htaccess $(DESTDIR)/opt/csw/etc/templates/CSWmuninmaster/var/opt/csw/munin/www/
 	@#
 	@mv $(DESTDIR)/etc/opt/csw/munin/templates $(DESTDIR)/opt/csw/etc/templates/CSWmuninmaster/etc/opt/csw/munin


Property changes on: csw/mgar/pkg/munin/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

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