Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ponyc: update to 0.33.2.
@ 2020-02-03  4:01 voidlinux-github
  2020-02-03 19:25 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-03  4:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

There is a new pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages ponyc
https://github.com/void-linux/void-packages/pull/18748

ponyc: update to 0.33.2.
Updated to LLVM 9 now that ponyc uses it.

Adds which as the makefile uses it regardless of whether LLVM_CONFIG is
set, resulting in an error because it cannot find an llvm-config.

A patch file from https://github.com/void-linux/void-packages/pull/18748.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ponyc-18748.patch --]
[-- Type: text/x-diff, Size: 1431 bytes --]

From 506fbe3bd7accb27094fb6788cb23de42578f182 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Sun, 2 Feb 2020 19:29:27 -0800
Subject: [PATCH] ponyc: update to 0.33.2.

Updated to LLVM 9 now that ponyc uses it.

Adds which as the makefile uses it regardless of whether LLVM_CONFIG is
set, resulting in an error because it cannot find an llvm-config.
---
 srcpkgs/ponyc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ponyc/template b/srcpkgs/ponyc/template
index c2bdcf8864b..c3c0893781f 100644
--- a/srcpkgs/ponyc/template
+++ b/srcpkgs/ponyc/template
@@ -1,18 +1,18 @@
 # Template file for 'ponyc'
 pkgname=ponyc
-version=0.32.0
+version=0.33.2
 revision=1
 archs="x86_64"
 build_style=gnu-makefile
-hostmakedepends="llvm7"
-makedepends="zlib-devel ncurses-devel libatomic-devel"
+hostmakedepends="llvm9 which"
+makedepends="zlib-devel ncurses-devel libatomic-devel libxml2-devel"
 depends="libatomic-devel"
 short_desc="OO, actor-model, capabilities-secure, high-performance language"
 maintainer="Brian Mitchell <brian@strmpnk.co>"
 license="BSD-2-Clause"
 homepage="https://ponylang.org/"
 distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz"
-checksum=e8e070164ca0e4e41e606bde617ccab9cc64aa3dca8c79293635a6fdbcabf454
+checksum=5917903e17af77b54ae692e832e11078569cecbc24811c03940257a6e9e61f93
 
 do_build() {
 	vsed -e 's/-Werror //' -i Makefile

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ponyc: update to 0.33.2.
  2020-02-03  4:01 [PR PATCH] ponyc: update to 0.33.2 voidlinux-github
@ 2020-02-03 19:25 ` voidlinux-github
  2020-02-03 19:26 ` voidlinux-github
  2020-02-14 12:01 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-03 19:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/18748#issuecomment-581576769

Comment:
Checksum error:
```
=> ponyc-0.33.2_1: verifying checksum for distfile '0.33.2.tar.gz'... 
=> ERROR: SHA256 mismatch for '0.33.2.tar.gz:'
41ba573f16b4aecbcc39ec6d5b794185bf50e570b4a8f2cceef0a276e7fb50a3
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ponyc: update to 0.33.2.
  2020-02-03  4:01 [PR PATCH] ponyc: update to 0.33.2 voidlinux-github
  2020-02-03 19:25 ` voidlinux-github
@ 2020-02-03 19:26 ` voidlinux-github
  2020-02-14 12:01 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-03 19:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/18748#issuecomment-581577116

Comment:
Interesting. So it's changed between when I built it and now.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: ponyc: update to 0.33.2.
  2020-02-03  4:01 [PR PATCH] ponyc: update to 0.33.2 voidlinux-github
  2020-02-03 19:25 ` voidlinux-github
  2020-02-03 19:26 ` voidlinux-github
@ 2020-02-14 12:01 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-02-14 12:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There's a merged pull request on the void-packages repository

ponyc: update to 0.33.2.
https://github.com/void-linux/void-packages/pull/18748

Description:
Updated to LLVM 9 now that ponyc uses it.

Adds which as the makefile uses it regardless of whether LLVM_CONFIG is
set, resulting in an error because it cannot find an llvm-config.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-14 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03  4:01 [PR PATCH] ponyc: update to 0.33.2 voidlinux-github
2020-02-03 19:25 ` voidlinux-github
2020-02-03 19:26 ` voidlinux-github
2020-02-14 12:01 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).