1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/bigsister/files/patch-bsmonitor::Statusmon::DisplayCFG.pm
Bruce M Simpson d7c7a482a8 Numerous changes:
- Explicitly USE_GMAKE.
 - Add a switch WITH_UCDSNMP to only depend on p5-SNMP if net-snmp4 is
   preferred over net-snmp, as net-snmp provides SNMP.pm (unless compiled
   WITHOUT_PERL).
 - Add some files to pkg-plist as makefile install targets are lazy (i.e.
   they use wildcards) to avoid package deinstall failures.
 - Add some needed FreeBSD patches.

Submitted by:	Hiroki Sato (patches)
2004-05-20 14:10:13 +00:00

12 lines
461 B
Perl

--- bsmonitor/Statusmon/DisplayCFG.pm.orig Sat Feb 28 16:46:51 2004
+++ bsmonitor/Statusmon/DisplayCFG.pm Sat Feb 28 16:47:15 2004
@@ -358,7 +358,7 @@
"name" => $table
} );
$tab{"group"} = $table;
- foreach my $arg qw( refto itemref sort select select_names items ) {
+ foreach my $arg (qw( refto itemref sort select select_names items )) {
$tab{$arg} = $args{$arg} if( $args{$arg} );
}
$tab{"type"} = "table";