Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2004 00:20:06 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lupe@lupe-christoph.de
Subject:   ports/72104: [PATCH] sysutils/munin-node: fix PLIST
Message-ID:  <20040926162006.E93023EAD09@utopia.leeym.com>
Resent-Message-ID: <200409261620.i8QGKKh0044075@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72104
>Category:       ports
>Synopsis:       [PATCH] sysutils/munin-node: fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 26 16:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:

- remove extra files from PLIST
- add missing file into PLIST
- unbreak this port

Port maintainer (lupe@lupe-christoph.de) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- munin-node-1.0.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/munin-node/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	19 Sep 2004 01:20:32 -0000	1.7
+++ Makefile	26 Sep 2004 16:16:52 -0000
@@ -21,10 +21,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Broken pkg-plist"
-.endif
-
 .if ${PERL_LEVEL} < 500800
 RUN_DEPENDS+=	${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
 .endif
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/sysutils/munin-node/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	3 Jun 2004 22:46:59 -0000	1.4
+++ pkg-plist	26 Sep 2004 16:16:52 -0000
@@ -1,3 +1,4 @@
+etc/munin/VERSION.node
 etc/munin/munin-node.conf
 etc/munin/plugin-conf.d/plugins.conf
 etc/rc.d/munin-node.sh
@@ -11,7 +12,6 @@
 share/munin/plugins/apache_volume
 share/munin/plugins/apc_envunit_
 share/munin/plugins/bind9
-share/munin/plugins/cpu
 share/munin/plugins/df
 share/munin/plugins/df_inode
 share/munin/plugins/exim_mailqueue
@@ -19,13 +19,9 @@
 share/munin/plugins/folding@home
 share/munin/plugins/hddtemp
 share/munin/plugins/hddtemp2
-share/munin/plugins/if_
-share/munin/plugins/if_errcoll_
 share/munin/plugins/ipac-ng
 share/munin/plugins/ircu
-share/munin/plugins/load
 share/munin/plugins/mailman
-share/munin/plugins/memory
 share/munin/plugins/multips
 share/munin/plugins/munin_graph
 share/munin/plugins/munin_update
@@ -35,15 +31,12 @@
 share/munin/plugins/mysql_slowqueries
 share/munin/plugins/mysql_threads
 share/munin/plugins/named
-share/munin/plugins/netstat
-share/munin/plugins/open_files
 share/munin/plugins/plugins.history
 share/munin/plugins/pm3users
 share/munin/plugins/pop_stats
 share/munin/plugins/postfix_mailqueue
 share/munin/plugins/postfix_mailstats
 share/munin/plugins/postfix_mailvolume
-share/munin/plugins/processes
 share/munin/plugins/ps_
 share/munin/plugins/psu_
 share/munin/plugins/samba
@@ -64,7 +57,6 @@
 share/munin/plugins/squid_requests
 share/munin/plugins/squid_traffic
 share/munin/plugins/surfboard
-share/munin/plugins/swap
 share/munin/plugins/sybase_space
 share/munin/plugins/vmstat
 @unexec rmdir %D/var/munin/plugin-state 2>/dev/null || true
--- munin-node-1.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040926162006.E93023EAD09>