svn commit: r545795 - head/net/intel-ixl-kmod

Piotr Kubaj pkubaj at FreeBSD.org
Sat Aug 22 23:54:04 UTC 2020


Author: pkubaj
Date: Sat Aug 22 23:54:03 2020
New Revision: 545795
URL: https://svnweb.freebsd.org/changeset/ports/545795

Log:
  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)

Modified:
  head/net/intel-ixl-kmod/Makefile
  head/net/intel-ixl-kmod/distinfo

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:46:47 2020	(r545794)
+++ head/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:54:03 2020	(r545795)
@@ -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 at intel.com
 COMMENT?=	40 gigabit FreeBSD Base Driver for Intel(R) Network Connections
 

Modified: head/net/intel-ixl-kmod/distinfo
==============================================================================
--- head/net/intel-ixl-kmod/distinfo	Sat Aug 22 23:46:47 2020	(r545794)
+++ head/net/intel-ixl-kmod/distinfo	Sat Aug 22 23:54:03 2020	(r545795)
@@ -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


More information about the svn-ports-all mailing list