Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zola: update to 0.9.0
@ 2019-10-12  2:27 voidlinux-github
  2019-10-12  8:27 ` voidlinux-github
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12  2:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From 3c684b55b13e576bd1da457e43fe7fb10a9a74aa Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..0f1bea9f60a 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,10 +11,10 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
 post_install() {

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

* Re: zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
@ 2019-10-12  8:27 ` voidlinux-github
  2019-10-12 13:33 ` voidlinux-github
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12  8:27 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15377#issuecomment-541301050

Comment:
fails on musl

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

* Re: zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
  2019-10-12  8:27 ` voidlinux-github
@ 2019-10-12 13:33 ` voidlinux-github
  2019-10-12 16:27 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 13:33 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/15377#issuecomment-541325447

Comment:
I can't get it fail in any one spot reliably. If I build multiple times w/o cleaning up my builddir it eventually finishes, which I find a little odd.

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
  2019-10-12  8:27 ` voidlinux-github
  2019-10-12 13:33 ` voidlinux-github
@ 2019-10-12 16:27 ` voidlinux-github
  2019-10-12 16:27 ` voidlinux-github
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 16:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From 9e233760c073fb2d484fe8505d31daf168965be3 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..dcc0e976be4 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,22 +1,27 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libressl-devel libsass-devel"
+makedepends="libressl-devel libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
 maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+#do_build() {
+#	export RUSTONIG_SYSTEM_LIBONIG=1
+#	cargo build --release --verbose
+#}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-12 16:27 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12 16:27 ` voidlinux-github
  2019-10-12 16:36 ` voidlinux-github
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 16:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From 9e233760c073fb2d484fe8505d31daf168965be3 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..dcc0e976be4 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,22 +1,27 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libressl-devel libsass-devel"
+makedepends="libressl-devel libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
 maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+#do_build() {
+#	export RUSTONIG_SYSTEM_LIBONIG=1
+#	cargo build --release --verbose
+#}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-12 16:27 ` voidlinux-github
@ 2019-10-12 16:36 ` voidlinux-github
  2019-10-12 19:48 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 16:36 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/15377#issuecomment-541325447

Comment:
I can't get it fail in any one spot reliably. If I build multiple times w/o cleaning up my builddir it eventually finishes, which I find a little odd.

E: Think I've got it working, waiting for the build to finish

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-12 19:48 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12 19:48 ` voidlinux-github
  2019-10-12 21:35 ` voidlinux-github
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 19:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From 74b76ded13593c33e7b7fb181b2888cde5cfe269 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..db2d712c21d 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,12 +11,16 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+pre_build() {
+	export PKG_CONFIG_ALL_DYNAMIC=1
+}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-12 16:36 ` voidlinux-github
@ 2019-10-12 19:48 ` voidlinux-github
  2019-10-12 19:48 ` voidlinux-github
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 19:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From 74b76ded13593c33e7b7fb181b2888cde5cfe269 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..db2d712c21d 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,12 +11,16 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+pre_build() {
+	export PKG_CONFIG_ALL_DYNAMIC=1
+}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-12 21:35 ` voidlinux-github
@ 2019-10-12 21:35 ` voidlinux-github
  2019-10-12 21:58 ` voidlinux-github
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 21:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From e1a415a5cea31774dd0f955b605a953f4d1bfe61 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..d6f035d3ed9 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,22 +1,27 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libressl-devel libsass-devel"
+makedepends="libressl-devel libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
 maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+pre_build() {
+	export PKG_CONFIG_ALL_DYNAMIC=1
+	export RUSTONIG_SYSTEM_LIBONIG=1
+}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-12 19:48 ` voidlinux-github
@ 2019-10-12 21:35 ` voidlinux-github
  2019-10-12 21:35 ` voidlinux-github
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 21:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From e1a415a5cea31774dd0f955b605a953f4d1bfe61 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..d6f035d3ed9 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,22 +1,27 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libressl-devel libsass-devel"
+makedepends="libressl-devel libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
 maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+pre_build() {
+	export PKG_CONFIG_ALL_DYNAMIC=1
+	export RUSTONIG_SYSTEM_LIBONIG=1
+}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-12 21:35 ` voidlinux-github
@ 2019-10-12 21:58 ` voidlinux-github
  2019-10-12 21:58 ` voidlinux-github
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 21:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From ed41cc7e2d1f5e1b72b5309c52069347a4d9e9a5 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..d6f035d3ed9 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,22 +1,27 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libressl-devel libsass-devel"
+makedepends="libressl-devel libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
 maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+pre_build() {
+	export PKG_CONFIG_ALL_DYNAMIC=1
+	export RUSTONIG_SYSTEM_LIBONIG=1
+}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-12 21:58 ` voidlinux-github
@ 2019-10-12 21:58 ` voidlinux-github
  2019-10-13  1:16 ` voidlinux-github
  2019-10-13  6:52 ` [PR PATCH] [Merged]: " voidlinux-github
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-12 21:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Wychmire against master on the void-packages repository

https://github.com/Wychmire/void-packages zola
https://github.com/void-linux/void-packages/pull/15377

zola: update to 0.9.0
update to 0.9.0 and fix typo.

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

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

From ed41cc7e2d1f5e1b72b5309c52069347a4d9e9a5 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Fri, 11 Oct 2019 22:25:11 -0400
Subject: [PATCH] zola: update to 0.9.0

---
 srcpkgs/zola/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 49ccaeabe15..d6f035d3ed9 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,22 +1,27 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="libressl-devel libsass-devel"
+makedepends="libressl-devel libsass-devel oniguruma-devel"
 short_desc="Fast opinionated static site generator written in rust"
 maintainer="Carson Page <pagem.carson@gmail.com>"
 license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
+checksum=8d226ec764f2bc06de8e49e2e22ccf37811bc478bbcaa83c2c841b222ef4fc4e
 
 case $XBPS_TARGET_MACHINE in
-	armv6l-musl) broken="triggers segfailt in rustc" ;;
+	armv6l-musl) broken="triggers segfault in rustc" ;;
 esac
 
+pre_build() {
+	export PKG_CONFIG_ALL_DYNAMIC=1
+	export RUSTONIG_SYSTEM_LIBONIG=1
+}
+
 post_install() {
 	vlicense LICENSE
 

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

* Re: zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-12 21:58 ` voidlinux-github
@ 2019-10-13  1:16 ` voidlinux-github
  2019-10-13  6:52 ` [PR PATCH] [Merged]: " voidlinux-github
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-13  1:16 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/15377#issuecomment-541376009

Comment:
Looks like it's working now.

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

* Re: [PR PATCH] [Merged]: zola: update to 0.9.0
  2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-13  1:16 ` voidlinux-github
@ 2019-10-13  6:52 ` voidlinux-github
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-10-13  6:52 UTC (permalink / raw)
  To: ml

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

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

zola: update to 0.9.0
https://github.com/void-linux/void-packages/pull/15377

Description:
update to 0.9.0 and fix typo.

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

end of thread, other threads:[~2019-10-13  6:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12  2:27 [PR PATCH] zola: update to 0.9.0 voidlinux-github
2019-10-12  8:27 ` voidlinux-github
2019-10-12 13:33 ` voidlinux-github
2019-10-12 16:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12 16:27 ` voidlinux-github
2019-10-12 16:36 ` voidlinux-github
2019-10-12 19:48 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12 19:48 ` voidlinux-github
2019-10-12 21:35 ` voidlinux-github
2019-10-12 21:35 ` voidlinux-github
2019-10-12 21:58 ` voidlinux-github
2019-10-12 21:58 ` voidlinux-github
2019-10-13  1:16 ` voidlinux-github
2019-10-13  6:52 ` [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).