svn commit: r414090 - head/sysutils/cloudabi-utils

Ed Schouten ed at FreeBSD.org
Wed Apr 27 06:49:17 UTC 2016


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>


More information about the svn-ports-all mailing list