svn commit: r531323 - branches/2020Q2/net/bnxt-kmod

Stephen Hurd shurd at FreeBSD.org
Fri Apr 10 15:08:23 UTC 2020


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>


More information about the svn-ports-all mailing list