Update to ponyc-0.28.0

Changelog: https://github.com/ponylang/ponyc/releases/tag/0.28.0
This commit is contained in:
bcallah 2019-03-23 13:52:06 +00:00
parent c030f0cdc9
commit c73428b4f9
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/03/04 05:04:21 jsg Exp $
# $OpenBSD: Makefile,v 1.7 2019/03/23 13:52:06 bcallah Exp $
ONLY_FOR_ARCHS = aarch64 amd64 arm i386
@ -7,7 +7,7 @@ CATEGORIES = lang
GH_ACCOUNT = ponylang
GH_PROJECT = ponyc
GH_TAGNAME = 0.27.0
GH_TAGNAME = 0.28.0
HOMEPAGE = https://www.ponylang.org/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (ponyc-0.27.0.tar.gz) = Uq/HsvoD6XseZTXM94woEd8V/o43JH8yxLjKvRtjhEg=
SIZE (ponyc-0.27.0.tar.gz) = 1401933
SHA256 (ponyc-0.28.0.tar.gz) = QHXB04SLoSjXyIqDqDkhXM25MO3zLUfEj2tUfOCC+7g=
SIZE (ponyc-0.28.0.tar.gz) = 1399836

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile,v 1.2 2019/03/04 04:28:57 bcallah Exp $
$OpenBSD: patch-Makefile,v 1.3 2019/03/23 13:52:06 bcallah Exp $
Remove hardcoded -O3 and -Werror flags.
Remove -march and -mtune flags.
@ -29,7 +29,7 @@ Index: Makefile
ifeq ($(lto),yes)
BUILD_FLAGS += -flto -DPONY_USE_LTO
@@ -854,7 +854,7 @@ $($(1))/libponyrt.bc: $(depends) $(bcfiles)
@@ -827,7 +827,7 @@ $($(1))/libponyrt.bc: $(depends) $(bcfiles)
@echo 'Generating bitcode for libponyrt'
$(SILENT)$(LLVM_LINK) -o $$@ $(bcfiles)
ifeq ($(config),release)