Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 13:30:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425210 - head/net/ipxe/files
Message-ID:  <201611031330.uA3DUewm080926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



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