svn commit: r425210 - head/net/ipxe/files

Mathieu Arnold mat at FreeBSD.org
Thu Nov 3 13:30:42 UTC 2016


Author: mat
Date: Thu Nov  3 13:30:40 2016
New Revision: 425210
URL: https://svnweb.freebsd.org/changeset/ports/425210

Log:
  Fix build with Perl 5.24+
  
  PR:		213810
  Sponsored by:	Absolight

Added:
  head/net/ipxe/files/patch-util_parserom.pl   (contents, props changed)

Added: head/net/ipxe/files/patch-util_parserom.pl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ipxe/files/patch-util_parserom.pl	Thu Nov  3 13:30:40 2016	(r425210)
@@ -0,0 +1,11 @@
+--- util/parserom.pl.orig	2016-11-03 13:22:25 UTC
++++ util/parserom.pl
+@@ -157,7 +157,7 @@ sub process_isa_rom {
+ 
+ # Output Makefile rules for the specified ROM declarations
+ sub print_make_rules {
+-    my ( $state, my $image, my $desc, my $vendor, my $device, my $dup ) = @_;
++    my ( $state, $image, $desc, $vendor, $device, $dup ) = @_;
+     unless ( $state->{'is_header_printed'} ) {
+         print "# NIC\t\n";
+         print "# NIC\tfamily\t$state->{family}\n";


More information about the svn-ports-head mailing list