svn commit: r440669 - head/sysutils/mmc-utils

Marius Strobl marius at FreeBSD.org
Thu May 11 21:29:22 UTC 2017


Author: marius
Date: Thu May 11 21:29:21 2017
New Revision: 440669
URL: https://svnweb.freebsd.org/changeset/ports/440669

Log:
  Build on FreeBSD versions 1003514+ and 1100513+, too.

Modified:
  head/sysutils/mmc-utils/Makefile

Modified: head/sysutils/mmc-utils/Makefile
==============================================================================
--- head/sysutils/mmc-utils/Makefile	Thu May 11 21:22:27 2017	(r440668)
+++ head/sysutils/mmc-utils/Makefile	Thu May 11 21:29:21 2017	(r440669)
@@ -22,7 +22,9 @@ MMC_GITURL=	git://git.kernel.org/pub/scm
 .include <bsd.port.pre.mk>
 
 .if (${OPSYS} == FreeBSD && \
-	${OSVERSION} < 1200025) || \
+	(${OSVERSION} < 1003514 || \
+	(${OSVERSION} > 1100000 && ${OSVERSION} < 1100513) || \
+	(${OSVERSION} > 1200000 && ${OSVERSION} < 1200025))) || \
 	${OPSYS} == DragonFly
 IGNORE=		only supported on recent OS versions
 .endif


More information about the svn-ports-all mailing list