Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2016 06:49:15 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414090 - head/sysutils/cloudabi-utils
Message-ID:  <201604270649.u3R6nGlm024625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Wed Apr 27 06:49:15 2016
New Revision: 414090
URL: https://svnweb.freebsd.org/changeset/ports/414090

Log:
  Bump up the requirements for the version of FreeBSD.
  
  The emulator now depends on a recent enough version of FreeBSD that has
  a modern Capsicum implementation to work properly, which was when
  __FreeBSD_version was bumped to 1001511.

Modified:
  head/sysutils/cloudabi-utils/Makefile

Modified: head/sysutils/cloudabi-utils/Makefile
==============================================================================
--- head/sysutils/cloudabi-utils/Makefile	Wed Apr 27 05:28:53 2016	(r414089)
+++ head/sysutils/cloudabi-utils/Makefile	Wed Apr 27 06:49:15 2016	(r414090)
@@ -28,8 +28,8 @@ CFLAGS+=	-I${LOCALBASE}/include
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000100
-IGNORE=		CloudABI will never support this version of FreeBSD
+.if ${OSVERSION} < 1001511
+IGNORE=		requires a recent implementation of Capsicum
 .endif
 
 .include <bsd.port.post.mk>



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