Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 20:22:35 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552894 - head/sysutils/ebsnvme-id
Message-ID:  <202010212022.09LKMZWN043264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Oct 21 20:22:35 2020
New Revision: 552894
URL: https://svnweb.freebsd.org/changeset/ports/552894

Log:
  sysutils/ebsnvme-id: simplify check for supported versions after 11.3 EOL
  
  Phabricator:	D26646

Modified:
  head/sysutils/ebsnvme-id/Makefile

Modified: head/sysutils/ebsnvme-id/Makefile
==============================================================================
--- head/sysutils/ebsnvme-id/Makefile	Wed Oct 21 20:21:19 2020	(r552893)
+++ head/sysutils/ebsnvme-id/Makefile	Wed Oct 21 20:22:35 2020	(r552894)
@@ -22,7 +22,7 @@ PLIST_FILES=	etc/rc.d/dev_aws_disk		\
 
 .include <bsd.port.pre.mk>
 
-.if (${OSVERSION} < 1103501) || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200516) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300039)
+.if ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300039
 IGNORE= needs NVME_GET_NSID ioctl
 .endif
 



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