Update to seed7-20210130
This commit is contained in:
parent
5eb0e7039f
commit
d9e631a910
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.86 2021/01/01 23:43:52 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.87 2021/03/06 23:04:27 bcallah Exp $
|
||||
|
||||
COMMENT = high-level, extensible programming language
|
||||
|
||||
V = 20201208
|
||||
V = 20210130
|
||||
DISTNAME = seed7_05_${V}
|
||||
PKGNAME = seed7-${V}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (seed7_05_20201208.tgz) = 2qQK1zTF+VkXbqzUwjYmvKkUGNtMEYjXeJGZrnoY4YU=
|
||||
SIZE (seed7_05_20201208.tgz) = 3455765
|
||||
SHA256 (seed7_05_20210130.tgz) = q5WqudSkIUxAOeoQkvLW6H/qyrO6yjPaie6cpY+lwIU=
|
||||
SIZE (seed7_05_20210130.tgz) = 3489542
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_makefile,v 1.5 2020/10/31 21:30:39 bcallah Exp $
|
||||
$OpenBSD: patch-src_makefile,v 1.6 2021/03/06 23:04:27 bcallah Exp $
|
||||
|
||||
We definitely do not want to replace system headers.
|
||||
|
||||
Index: src/makefile
|
||||
--- src/makefile.orig
|
||||
+++ src/makefile
|
||||
@@ -178,7 +178,6 @@ chkccomp.h:
|
||||
@@ -186,7 +186,6 @@ chkccomp.h:
|
||||
echo "#define CC_OPT_LINK_TIME_OPTIMIZATION \"-flto\"" >> chkccomp.h
|
||||
echo "#define LINKER_OPT_NO_LTO \"-fno-lto\"" >> chkccomp.h
|
||||
echo "#define SUPPORTS_PARTIAL_LINKING" >> chkccomp.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.37 2020/10/31 21:30:39 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.38 2021/03/06 23:04:27 bcallah Exp $
|
||||
@bin bin/make7
|
||||
@bin bin/s7
|
||||
@bin bin/s7c
|
||||
@ -333,6 +333,7 @@ share/examples/seed7/mahjong.sd7
|
||||
share/examples/seed7/make7.sd7
|
||||
share/examples/seed7/mandelbr.sd7
|
||||
share/examples/seed7/mind.sd7
|
||||
share/examples/seed7/mirror.sd7
|
||||
share/examples/seed7/ms.sd7
|
||||
share/examples/seed7/nicoma.sd7
|
||||
share/examples/seed7/orange.dna
|
||||
|
Loading…
Reference in New Issue
Block a user