mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d7c7a482a8
- 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)
12 lines
461 B
Perl
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";
|