From owner-svn-ports-all@freebsd.org Wed Apr 27 06:49:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16330B1E5D4; Wed, 27 Apr 2016 06:49:17 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7C5F118F; Wed, 27 Apr 2016 06:49:16 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3R6nGd6024626; Wed, 27 Apr 2016 06:49:16 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3R6nGlm024625; Wed, 27 Apr 2016 06:49:16 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201604270649.u3R6nGlm024625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Wed, 27 Apr 2016 06:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414090 - head/sysutils/cloudabi-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 06:49:17 -0000 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 -.if ${OSVERSION} < 1000100 -IGNORE= CloudABI will never support this version of FreeBSD +.if ${OSVERSION} < 1001511 +IGNORE= requires a recent implementation of Capsicum .endif .include