svn commit: r419868 - head/devel/cloudabi

Ed Schouten ed at FreeBSD.org
Mon Aug 8 17:35:21 UTC 2016


Author: ed (src committer)
Date: Mon Aug  8 17:35:19 2016
New Revision: 419868
URL: https://svnweb.freebsd.org/changeset/ports/419868

Log:
  Update the CloudABI definitions to version 0.7.
  
  This version removes the native system call wrappers (the functions that
  use "syscall" to invoke a system call). The reason for this is that this
  will no longer be covered by the specification. Instead, userspace
  processes must use the vDSO to invoke system calls.

Modified:
  head/devel/cloudabi/Makefile
  head/devel/cloudabi/distinfo
  head/devel/cloudabi/pkg-plist

Modified: head/devel/cloudabi/Makefile
==============================================================================
--- head/devel/cloudabi/Makefile	Mon Aug  8 17:17:25 2016	(r419867)
+++ head/devel/cloudabi/Makefile	Mon Aug  8 17:35:19 2016	(r419868)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cloudabi
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 DISTVERSIONPREFIX=v
 CATEGORIES=	devel
 

Modified: head/devel/cloudabi/distinfo
==============================================================================
--- head/devel/cloudabi/distinfo	Mon Aug  8 17:17:25 2016	(r419867)
+++ head/devel/cloudabi/distinfo	Mon Aug  8 17:35:19 2016	(r419868)
@@ -1,2 +1,3 @@
-SHA256 (NuxiNL-cloudabi-v0.6_GH0.tar.gz) = 2b3e1ad30e4af3d2cb5560fb25d2bc9d328db7d1ad1f648dbd4bb8dbb3effb50
-SIZE (NuxiNL-cloudabi-v0.6_GH0.tar.gz) = 111250
+TIMESTAMP = 1470676531
+SHA256 (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = a6e9fc8aa8c9ca70be5842e8097b4f260461ad2d00c683d84df88c6eb54caa52
+SIZE (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = 109870

Modified: head/devel/cloudabi/pkg-plist
==============================================================================
--- head/devel/cloudabi/pkg-plist	Mon Aug  8 17:17:25 2016	(r419867)
+++ head/devel/cloudabi/pkg-plist	Mon Aug  8 17:35:19 2016	(r419868)
@@ -2,9 +2,6 @@ include/cloudabi32_types.h
 include/cloudabi64_types.h
 include/cloudabi_syscalls.h
 include/cloudabi_syscalls_info.h
-include/cloudabi_syscalls_native.h
-include/cloudabi_syscalls_native_aarch64.h
-include/cloudabi_syscalls_native_x86_64.h
 include/cloudabi_syscalls_struct.h
 include/cloudabi_types.h
 include/cloudabi_types_common.h


More information about the svn-ports-all mailing list