Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 15:08:22 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r531323 - branches/2020Q2/net/bnxt-kmod
Message-ID:  <202004101508.03AF8M4r055424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shurd
Date: Fri Apr 10 15:08:22 2020
New Revision: 531323
URL: https://svnweb.freebsd.org/changeset/ports/531323

Log:
  MFH: r531299
  
  Put the ignore block back in to silence pkg-fallout
  
  Approved by:	ports-secteam (blanket, build fix)

Modified:
  branches/2020Q2/net/bnxt-kmod/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net/bnxt-kmod/Makefile
==============================================================================
--- branches/2020Q2/net/bnxt-kmod/Makefile	Fri Apr 10 14:41:12 2020	(r531322)
+++ branches/2020Q2/net/bnxt-kmod/Makefile	Fri Apr 10 15:08:22 2020	(r531323)
@@ -43,4 +43,14 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/share/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/
 	${LN} -f ${STAGEDIR}${MAN4PREFIX}/man/man4/bnxt.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/if_bnxt.4
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+SUPPORTED=      no 	 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200002 && ${OSVERSION} <= 1200014 	 
+SUPPORTED=      yes 	 
+.endif 	 
+.if ${SUPPORTED} == no 	 
+IGNORE=         not supported on this version of FreeBSD 	 
+.endif 	 
+
+.include <bsd.port.post.mk>



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