Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ponyc: update to 0.33.2.
Date: Mon, 03 Feb 2020 05:01:38 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18748@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-02-03  4:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03  4:01 voidlinux-github [this message]
2020-02-03 19:25 ` voidlinux-github
2020-02-03 19:26 ` voidlinux-github
2020-02-14 12:01 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18748@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).