Update to 2015.12.
This commit is contained in:
parent
8211535460
commit
ab5b92bbc1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2015/12/10 17:50:45 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/12/27 20:35:41 pascal Exp $
|
||||
|
||||
BROKEN-arm = missing atomic ops (both AO_* and gcc builtin)
|
||||
BROKEN-sparc64 = undefined reference to `AO_fetch_compare_and_swap_full'
|
||||
@ -6,11 +6,11 @@ BROKEN-hppa = dyncall_callvm.c:68:4: error: \#error unsupported platform
|
||||
|
||||
COMMENT = virtual machine for nqp/rakudo
|
||||
|
||||
V = 2015.11
|
||||
V = 2015.12
|
||||
DISTNAME = MoarVM-$V
|
||||
PKGNAME = moarvm-$V
|
||||
|
||||
SHARED_LIBS = moar 4.0
|
||||
SHARED_LIBS = moar 5.0
|
||||
|
||||
CATEGORIES = lang
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MoarVM-2015.11.tar.gz) = 7KDvzWIMUZCbbK6o48gIXw3h27Yp3AZL6jqRapvq1c8=
|
||||
SIZE (MoarVM-2015.11.tar.gz) = 3261494
|
||||
SHA256 (MoarVM-2015.12.tar.gz) = Tk8QbsCALf2lIG/qgR0mDMERH+TPoTsDivkHfYrVaCY=
|
||||
SIZE (MoarVM-2015.12.tar.gz) = 3273408
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Configure_pl,v 1.4 2015/11/05 11:51:39 pascal Exp $
|
||||
--- Configure.pl.orig Fri Jul 24 19:30:24 2015
|
||||
+++ Configure.pl Wed Aug 12 21:07:54 2015
|
||||
@@ -309,6 +309,10 @@ $config{ldflags} = join ' ', @ldflags;
|
||||
$OpenBSD: patch-Configure_pl,v 1.5 2015/12/27 20:35:41 pascal Exp $
|
||||
--- Configure.pl.orig Fri Dec 25 13:37:31 2015
|
||||
+++ Configure.pl Sat Dec 26 10:34:05 2015
|
||||
@@ -314,6 +314,10 @@ $config{ldflags} = join ' ', @ldflags;
|
||||
$config{moarlib} = sprintf $config{lib}, $NAME;
|
||||
$config{moardll} = sprintf $config{dll}, $NAME;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/12/10 17:50:45 pascal Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/12/27 20:35:41 pascal Exp $
|
||||
@bin bin/moar
|
||||
include/libtommath/
|
||||
include/libuv/
|
||||
@ -118,6 +118,7 @@ include/moar/instrument/
|
||||
include/moar/instrument/crossthreadwrite.h
|
||||
include/moar/io/
|
||||
include/moar/io/asyncsocket.h
|
||||
include/moar/io/asyncsocketudp.h
|
||||
include/moar/io/dirops.h
|
||||
include/moar/io/eventloop.h
|
||||
include/moar/io/fileops.h
|
||||
|
Loading…
Reference in New Issue
Block a user