mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
net/intel-ixl-kmod: fix runtime on powerpc64
It looks like the fix for powerpc64 wasn't committed to the upstream yet. Take the patch that was committed to head and use it to patch this port (from https://svnweb.freebsd.org/base/head/sys/dev/ixl/ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698) MFH: 2020Q3 (runtime fix)
This commit is contained in:
parent
f05bff089f
commit
b62a8c2e33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545795
@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR?= 25160/eng
|
||||
PKGNAMEPREFIX= intel-
|
||||
PKGNAMESUFFIX= -kmod
|
||||
|
||||
PATCH_SITES= https://svnweb.freebsd.org/base/head/sys/dev/ixl/
|
||||
PATCHFILES= ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698:-p4
|
||||
|
||||
MAINTAINER?= freebsd@intel.com
|
||||
COMMENT?= 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1593005688
|
||||
TIMESTAMP = 1598140033
|
||||
SHA256 (ixl-1.11.29.tar.gz) = 068d84eed5e7e96c64c3881487491b6caa3a252628ceeb18db3a918286f23bd2
|
||||
SIZE (ixl-1.11.29.tar.gz) = 289965
|
||||
SHA256 (ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698) = 9d8b1b0a52304ba959af218f643a6b349efe45fce05badf220697c29cf2a67fb
|
||||
SIZE (ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698) = 1973
|
||||
|
Loading…
Reference in New Issue
Block a user