Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chez-exe-0.1.1
@ 2020-04-08  0:32 rc-05
  2020-04-08  0:37 ` [PR PATCH] [Updated] " rc-05
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 03d1ee8ae9f75ebc03c850f5d9e6575be6dc9f7b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH 1/2] Added archs option

---
 srcpkgs/ft2-clone/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/ft2-clone/template

diff --git a/srcpkgs/ft2-clone/template b/srcpkgs/ft2-clone/template
new file mode 100644
index 00000000000..4837993d007
--- /dev/null
+++ b/srcpkgs/ft2-clone/template
@@ -0,0 +1,21 @@
+# Template file for 'ft2-clone'
+pkgname=ft2-clone
+version=1.10
+revision=1
+archs="~*-musl"
+build_style="cmake"
+makedepends="alsa-lib-devel SDL2-devel"
+short_desc="Modern clone of the FastTracker II music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="BSD-3-Clause"
+homepage="https://16-bits.org/ft2.php"
+distfiles="https://github.com/8bitbubsy/${pkgname}/archive/v${version}.tar.gz"
+checksum=0414bc9d78d83306ff6423ef8f63be7f2efcbdae6b71e26f379b038554ccf611
+
+do_install() {
+	vbin ${wrksrc}/release/other/ft2-clone
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 3e40ca1cbb6003e4975953f441bdead02fac2c74 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Wed, 8 Apr 2020 02:30:43 +0200
Subject: [PATCH 2/2] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..f597d141dab
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,17 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv9.5.2/ta6le -lz
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
@ 2020-04-08  0:37 ` rc-05
  2020-04-08  0:42 ` rc-05
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08  0:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 03d1ee8ae9f75ebc03c850f5d9e6575be6dc9f7b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH 1/2] Added archs option

---
 srcpkgs/ft2-clone/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/ft2-clone/template

diff --git a/srcpkgs/ft2-clone/template b/srcpkgs/ft2-clone/template
new file mode 100644
index 00000000000..4837993d007
--- /dev/null
+++ b/srcpkgs/ft2-clone/template
@@ -0,0 +1,21 @@
+# Template file for 'ft2-clone'
+pkgname=ft2-clone
+version=1.10
+revision=1
+archs="~*-musl"
+build_style="cmake"
+makedepends="alsa-lib-devel SDL2-devel"
+short_desc="Modern clone of the FastTracker II music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="BSD-3-Clause"
+homepage="https://16-bits.org/ft2.php"
+distfiles="https://github.com/8bitbubsy/${pkgname}/archive/v${version}.tar.gz"
+checksum=0414bc9d78d83306ff6423ef8f63be7f2efcbdae6b71e26f379b038554ccf611
+
+do_install() {
+	vbin ${wrksrc}/release/other/ft2-clone
+}
+
+post_install() {
+	vlicense LICENSE
+}

From b42fd693a6af3fa47d4ec523a500d8fa1f89b174 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Wed, 8 Apr 2020 02:30:43 +0200
Subject: [PATCH 2/2] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..f597d141dab
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,17 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv9.5.2/ta6le -lz
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
  2020-04-08  0:37 ` [PR PATCH] [Updated] " rc-05
@ 2020-04-08  0:42 ` rc-05
  2020-04-08  0:50 ` rc-05
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 02c1be038091aeff95aec9f24699c0adea6ecc7c Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template  | 17 +++++++++++++++++
 srcpkgs/ft2-clone/template | 21 +++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template
 create mode 100644 srcpkgs/ft2-clone/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..f597d141dab
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,17 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv9.5.2/ta6le -lz
+}
diff --git a/srcpkgs/ft2-clone/template b/srcpkgs/ft2-clone/template
new file mode 100644
index 00000000000..4837993d007
--- /dev/null
+++ b/srcpkgs/ft2-clone/template
@@ -0,0 +1,21 @@
+# Template file for 'ft2-clone'
+pkgname=ft2-clone
+version=1.10
+revision=1
+archs="~*-musl"
+build_style="cmake"
+makedepends="alsa-lib-devel SDL2-devel"
+short_desc="Modern clone of the FastTracker II music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="BSD-3-Clause"
+homepage="https://16-bits.org/ft2.php"
+distfiles="https://github.com/8bitbubsy/${pkgname}/archive/v${version}.tar.gz"
+checksum=0414bc9d78d83306ff6423ef8f63be7f2efcbdae6b71e26f379b038554ccf611
+
+do_install() {
+	vbin ${wrksrc}/release/other/ft2-clone
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
  2020-04-08  0:37 ` [PR PATCH] [Updated] " rc-05
  2020-04-08  0:42 ` rc-05
@ 2020-04-08  0:50 ` rc-05
  2020-04-08  0:58 ` rc-05
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From f1200e62cde3c9b3adb4b46bd0da8cba3dc86f71 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..7512beb1363
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,22 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv9.5.2/ta6le -lz
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (2 preceding siblings ...)
  2020-04-08  0:50 ` rc-05
@ 2020-04-08  0:58 ` rc-05
  2020-04-08 13:26 ` rc-05
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 68e72a38da1cd57ae070f14a471538a0ac4eee7f Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..7512beb1363
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,22 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv9.5.2/ta6le -lz
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (3 preceding siblings ...)
  2020-04-08  0:58 ` rc-05
@ 2020-04-08 13:26 ` rc-05
  2020-10-02  3:08 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-04-08 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 1b3fd79f60ebfdbbab62ad8af3d1a44e32788192 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..955d68ab53b
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,32 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+_chezversion=9.5.2
+archs="x86_64 i686"
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+depends="gcc"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ta6le -lz
+		;;
+		i686)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ti3le -lz
+		;;
+	esac
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR REVIEW] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (4 preceding siblings ...)
  2020-04-08 13:26 ` rc-05
@ 2020-10-02  3:08 ` ericonr
  2020-10-07 10:45 ` [PR PATCH] [Updated] " rc-05
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-10-02  3:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20739#discussion_r498601800

Comment:
Any reason this wouldn't work on musl?

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (5 preceding siblings ...)
  2020-10-02  3:08 ` [PR REVIEW] " ericonr
@ 2020-10-07 10:45 ` rc-05
  2020-10-07 10:46 ` [PR REVIEW] " rc-05
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-10-07 10:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 176e07168d20e36ae12ddc44012ca929f6a29f43 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..955d68ab53b
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,32 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+_chezversion=9.5.2
+archs="x86_64 i686"
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+depends="gcc"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ta6le -lz
+		;;
+		i686)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ti3le -lz
+		;;
+	esac
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR REVIEW] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (6 preceding siblings ...)
  2020-10-07 10:45 ` [PR PATCH] [Updated] " rc-05
@ 2020-10-07 10:46 ` rc-05
  2020-10-07 10:48 ` [PR PATCH] [Updated] " rc-05
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-10-07 10:46 UTC (permalink / raw)
  To: ml

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

New review comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/20739#discussion_r500915058

Comment:
Now it should work with the musl targets: forgot to add them. I've tried to match the supported targets by Chez Scheme.

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (7 preceding siblings ...)
  2020-10-07 10:46 ` [PR REVIEW] " rc-05
@ 2020-10-07 10:48 ` rc-05
  2020-10-17 10:00 ` rc-05
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-10-07 10:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From f3c81e3240cad936a79a933b254151eb7148a146 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..50ef51a49c5
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,38 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+_chezversion=9.5.2
+archs="i686* x86_64* armv6l armv7l"
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+depends="gcc"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ta6le -lz
+		;;
+		i686*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ti3le -lz
+		;;
+		arm*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/arm32le -lz
+		;;
+		*)
+			broken="Target platform not supported by ChezScheme"
+		;;
+	esac
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (8 preceding siblings ...)
  2020-10-07 10:48 ` [PR PATCH] [Updated] " rc-05
@ 2020-10-17 10:00 ` rc-05
  2020-10-17 10:01 ` rc-05
  2021-02-23 21:40 ` [PR PATCH] [Closed]: " rc-05
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-10-17 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From d3e7c8b4d68da5649ee62443b8d068306d939d5c Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..50ef51a49c5
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,38 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+_chezversion=9.5.2
+archs="i686* x86_64* armv6l armv7l"
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+depends="gcc"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ta6le -lz
+		;;
+		i686*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ti3le -lz
+		;;
+		arm*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/arm32le -lz
+		;;
+		*)
+			broken="Target platform not supported by ChezScheme"
+		;;
+	esac
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR PATCH] [Updated] New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (9 preceding siblings ...)
  2020-10-17 10:00 ` rc-05
@ 2020-10-17 10:01 ` rc-05
  2021-02-23 21:40 ` [PR PATCH] [Closed]: " rc-05
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2020-10-17 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages chez-exe
https://github.com/void-linux/void-packages/pull/20739

New package: chez-exe-0.1.1
Utility for compiling chez-scheme programs into a standalone executable.

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

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

From 1821ad3fc4d0208cfd5a7944641d27c4c6b778d5 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] New package: chez-exe-0.1.1

---
 srcpkgs/chez-exe/template | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 srcpkgs/chez-exe/template

diff --git a/srcpkgs/chez-exe/template b/srcpkgs/chez-exe/template
new file mode 100644
index 00000000000..ccb8a80763e
--- /dev/null
+++ b/srcpkgs/chez-exe/template
@@ -0,0 +1,38 @@
+# Template file for 'chez-exe'
+pkgname=chez-exe
+version=0.1.1
+revision=1
+_chezversion=9.5.2
+archs="i686* x86_64* armv6l armv7l"
+build_style="gnu-makefile"
+hostmakedepends="chez-scheme"
+makedepends="libuuid-devel zlib-devel"
+depends="gcc"
+short_desc="Compile a chez-scheme program into a standalone executable"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:chez-exe"
+homepage="https://github.com/rc-05/chez-exe"
+distfiles="https://github.com/rc-05/chez-exe/archive/${version}.tar.gz"
+checksum=82f66a41f054d08f36c8d8408d429a10faed2003483dbc1e3e1d3e699cca7319
+
+pre_build() {
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ta6le -lz
+		;;
+		i686*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/ti3le -lz
+		;;
+		arm*)
+			${wrksrc}/gen-config.ss --prefix /usr --scheme /usr/bin/scheme --bootpath /usr/lib/csv${_chezversion}/arm32le -lz -m32
+		;;
+		*)
+			broken="Target platform not supported by ChezScheme"
+		;;
+	esac
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense NOTICE
+}

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

* Re: [PR PATCH] [Closed]: New package: chez-exe-0.1.1
  2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
                   ` (10 preceding siblings ...)
  2020-10-17 10:01 ` rc-05
@ 2021-02-23 21:40 ` rc-05
  11 siblings, 0 replies; 13+ messages in thread
From: rc-05 @ 2021-02-23 21:40 UTC (permalink / raw)
  To: ml

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

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

New package: chez-exe-0.1.1
https://github.com/void-linux/void-packages/pull/20739

Description:
Utility for compiling chez-scheme programs into a standalone executable.

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

end of thread, other threads:[~2021-02-23 21:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  0:32 [PR PATCH] New package: chez-exe-0.1.1 rc-05
2020-04-08  0:37 ` [PR PATCH] [Updated] " rc-05
2020-04-08  0:42 ` rc-05
2020-04-08  0:50 ` rc-05
2020-04-08  0:58 ` rc-05
2020-04-08 13:26 ` rc-05
2020-10-02  3:08 ` [PR REVIEW] " ericonr
2020-10-07 10:45 ` [PR PATCH] [Updated] " rc-05
2020-10-07 10:46 ` [PR REVIEW] " rc-05
2020-10-07 10:48 ` [PR PATCH] [Updated] " rc-05
2020-10-17 10:00 ` rc-05
2020-10-17 10:01 ` rc-05
2021-02-23 21:40 ` [PR PATCH] [Closed]: " rc-05

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).