svn commit: r545796 - branches/2020Q3/net/intel-ixl-kmod

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


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

Log:
  MFH: r545795
  
  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)
  
  Approved by:	portmgr (fix runtime blanket)

Modified:
  branches/2020Q3/net/intel-ixl-kmod/Makefile
  branches/2020Q3/net/intel-ixl-kmod/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/intel-ixl-kmod/Makefile
==============================================================================
--- branches/2020Q3/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:54:03 2020	(r545795)
+++ branches/2020Q3/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:54:58 2020	(r545796)
@@ -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: branches/2020Q3/net/intel-ixl-kmod/distinfo
==============================================================================
--- branches/2020Q3/net/intel-ixl-kmod/distinfo	Sat Aug 22 23:54:03 2020	(r545795)
+++ branches/2020Q3/net/intel-ixl-kmod/distinfo	Sat Aug 22 23:54:58 2020	(r545796)
@@ -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