Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 21:29:21 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440669 - head/sysutils/mmc-utils
Message-ID:  <201705112129.v4BLTLfb046637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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