Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tcltls-1.7.22
@ 2021-02-28  6:17 curiousgay
  2021-02-28  6:27 ` curiousgay
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: curiousgay @ 2021-02-28  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tcltls
https://github.com/void-linux/void-packages/pull/29113

New package: tcltls-1.7.22


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

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

From 5d978f300faf30188fe0a010e55e7aeefd4733b4 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Sun, 28 Feb 2021 08:16:25 +0200
Subject: [PATCH] New package: tcltls-1.7.22

---
 srcpkgs/tcltls/patches/configure.patch | 11 +++++++++++
 srcpkgs/tcltls/template                | 19 +++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/tcltls/patches/configure.patch
 create mode 100644 srcpkgs/tcltls/template

diff --git a/srcpkgs/tcltls/patches/configure.patch b/srcpkgs/tcltls/patches/configure.patch
new file mode 100644
index 00000000000..491b643d4c8
--- /dev/null
+++ b/srcpkgs/tcltls/patches/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig	2021-02-28 07:50:56.985388386 +0200
++++ configure	2021-02-28 07:51:52.466393250 +0200
+@@ -3887,7 +3887,7 @@
+ $as_echo_n "checking for working tclConfig.sh... " >&6; }
+ 
+ 	if test -f "$TCLCONFIGPATH/tclConfig.sh"; then
+-		. "$TCLCONFIGPATH/tclConfig.sh"
++		source "$TCLCONFIGPATH/tclConfig.sh"
+ 	else
+ 		as_fn_error $? "unable to load tclConfig.sh" "$LINENO" 5
+ 	fi
diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template
new file mode 100644
index 00000000000..1d1612250b1
--- /dev/null
+++ b/srcpkgs/tcltls/template
@@ -0,0 +1,19 @@
+# Template file for 'tcltls'
+pkgname=tcltls
+version=1.7.22
+revision=1
+build_style=gnu-configure
+configure_args=--with-tcl=/usr/lib
+hostmakedepends="pkg-config"
+makedepends="libressl-devel tcl-devel"
+depends="tcl"
+short_desc="Binding to OpenSSL toolkit"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://core.tcl-lang.org/tcltls"
+distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
+checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
+
+post_install() {
+	vlicense ./license.terms LICENSE
+}

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

* Re: New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
@ 2021-02-28  6:27 ` curiousgay
  2021-02-28  7:36 ` [PR PATCH] [Updated] " curiousgay
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-02-28  6:27 UTC (permalink / raw)
  To: ml

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

New comment by curiousgay on void-packages repository

https://github.com/void-linux/void-packages/pull/29113#issuecomment-787403943

Comment:
not good, tcl package has different files installed on ARM

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

* Re: [PR PATCH] [Updated] New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
  2021-02-28  6:27 ` curiousgay
@ 2021-02-28  7:36 ` curiousgay
  2021-02-28  7:40 ` curiousgay
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-02-28  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tcltls
https://github.com/void-linux/void-packages/pull/29113

New package: tcltls-1.7.22


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

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

From c5b7134d59f576438e75a31bccf4438707850fba Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Sun, 28 Feb 2021 08:16:25 +0200
Subject: [PATCH] New package: tcltls-1.7.22

---
 srcpkgs/tcltls/patches/configure.patch | 11 +++++++++++
 srcpkgs/tcltls/template                | 19 +++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/tcltls/patches/configure.patch
 create mode 100644 srcpkgs/tcltls/template

diff --git a/srcpkgs/tcltls/patches/configure.patch b/srcpkgs/tcltls/patches/configure.patch
new file mode 100644
index 00000000000..491b643d4c8
--- /dev/null
+++ b/srcpkgs/tcltls/patches/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig	2021-02-28 07:50:56.985388386 +0200
++++ configure	2021-02-28 07:51:52.466393250 +0200
+@@ -3887,7 +3887,7 @@
+ $as_echo_n "checking for working tclConfig.sh... " >&6; }
+ 
+ 	if test -f "$TCLCONFIGPATH/tclConfig.sh"; then
+-		. "$TCLCONFIGPATH/tclConfig.sh"
++		source "$TCLCONFIGPATH/tclConfig.sh"
+ 	else
+ 		as_fn_error $? "unable to load tclConfig.sh" "$LINENO" 5
+ 	fi
diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template
new file mode 100644
index 00000000000..ae01164e0df
--- /dev/null
+++ b/srcpkgs/tcltls/template
@@ -0,0 +1,19 @@
+# Template file for 'tcltls'
+pkgname=tcltls
+version=1.7.22
+revision=1
+build_style=gnu-configure
+configure_args=--with-tcl=${XBPS_CROSS_BASE}/lib
+hostmakedepends="pkg-config"
+makedepends="libressl-devel tcl-devel"
+depends="tcl"
+short_desc="Binding to OpenSSL toolkit"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://core.tcl-lang.org/tcltls"
+distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
+checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
+
+post_install() {
+	vlicense ./license.terms LICENSE
+}

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

* Re: New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
  2021-02-28  6:27 ` curiousgay
  2021-02-28  7:36 ` [PR PATCH] [Updated] " curiousgay
@ 2021-02-28  7:40 ` curiousgay
  2021-03-05 17:56 ` [PR PATCH] [Updated] " curiousgay
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-02-28  7:40 UTC (permalink / raw)
  To: ml

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

New comment by curiousgay on void-packages repository

https://github.com/void-linux/void-packages/pull/29113#issuecomment-787403943

Comment:
not good, tcl package has different files installed on ARM

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

* Re: [PR PATCH] [Updated] New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
                   ` (2 preceding siblings ...)
  2021-02-28  7:40 ` curiousgay
@ 2021-03-05 17:56 ` curiousgay
  2021-03-05 17:57 ` curiousgay
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-05 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tcltls
https://github.com/void-linux/void-packages/pull/29113

New package: tcltls-1.7.22


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

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

From 8808fab8273aadfb755cee17cc8fa18ae8973e12 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Sun, 28 Feb 2021 08:16:25 +0200
Subject: [PATCH] New package: tcltls-1.7.22

---
 srcpkgs/tcltls/patches/configure.patch | 11 +++++++++++
 srcpkgs/tcltls/template                | 19 +++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/tcltls/patches/configure.patch
 create mode 100644 srcpkgs/tcltls/template

diff --git a/srcpkgs/tcltls/patches/configure.patch b/srcpkgs/tcltls/patches/configure.patch
new file mode 100644
index 00000000000..491b643d4c8
--- /dev/null
+++ b/srcpkgs/tcltls/patches/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig	2021-02-28 07:50:56.985388386 +0200
++++ configure	2021-02-28 07:51:52.466393250 +0200
+@@ -3887,7 +3887,7 @@
+ $as_echo_n "checking for working tclConfig.sh... " >&6; }
+ 
+ 	if test -f "$TCLCONFIGPATH/tclConfig.sh"; then
+-		. "$TCLCONFIGPATH/tclConfig.sh"
++		source "$TCLCONFIGPATH/tclConfig.sh"
+ 	else
+ 		as_fn_error $? "unable to load tclConfig.sh" "$LINENO" 5
+ 	fi
diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template
new file mode 100644
index 00000000000..ae01164e0df
--- /dev/null
+++ b/srcpkgs/tcltls/template
@@ -0,0 +1,19 @@
+# Template file for 'tcltls'
+pkgname=tcltls
+version=1.7.22
+revision=1
+build_style=gnu-configure
+configure_args=--with-tcl=${XBPS_CROSS_BASE}/lib
+hostmakedepends="pkg-config"
+makedepends="libressl-devel tcl-devel"
+depends="tcl"
+short_desc="Binding to OpenSSL toolkit"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://core.tcl-lang.org/tcltls"
+distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
+checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
+
+post_install() {
+	vlicense ./license.terms LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
                   ` (3 preceding siblings ...)
  2021-03-05 17:56 ` [PR PATCH] [Updated] " curiousgay
@ 2021-03-05 17:57 ` curiousgay
  2021-03-13  1:19 ` curiousgay
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-05 17:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tcltls
https://github.com/void-linux/void-packages/pull/29113

New package: tcltls-1.7.22


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

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

From dda3473b604118784aad253af946255fba7dd339 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Sun, 28 Feb 2021 08:16:25 +0200
Subject: [PATCH] New package: tcltls-1.7.22

---
 srcpkgs/tcltls/patches/configure.patch | 11 +++++++++++
 srcpkgs/tcltls/template                | 19 +++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/tcltls/patches/configure.patch
 create mode 100644 srcpkgs/tcltls/template

diff --git a/srcpkgs/tcltls/patches/configure.patch b/srcpkgs/tcltls/patches/configure.patch
new file mode 100644
index 00000000000..491b643d4c8
--- /dev/null
+++ b/srcpkgs/tcltls/patches/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig	2021-02-28 07:50:56.985388386 +0200
++++ configure	2021-02-28 07:51:52.466393250 +0200
+@@ -3887,7 +3887,7 @@
+ $as_echo_n "checking for working tclConfig.sh... " >&6; }
+ 
+ 	if test -f "$TCLCONFIGPATH/tclConfig.sh"; then
+-		. "$TCLCONFIGPATH/tclConfig.sh"
++		source "$TCLCONFIGPATH/tclConfig.sh"
+ 	else
+ 		as_fn_error $? "unable to load tclConfig.sh" "$LINENO" 5
+ 	fi
diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template
new file mode 100644
index 00000000000..69d16bf77ae
--- /dev/null
+++ b/srcpkgs/tcltls/template
@@ -0,0 +1,19 @@
+# Template file for 'tcltls'
+pkgname=tcltls
+version=1.7.22
+revision=1
+build_style=gnu-configure
+configure_args=--with-tcl=${XBPS_CROSS_BASE}/lib
+hostmakedepends="pkg-config"
+makedepends="openssl-devel tcl-devel"
+depends="tcl"
+short_desc="Binding to OpenSSL toolkit"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://core.tcl-lang.org/tcltls"
+distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
+checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
+
+post_install() {
+	vlicense ./license.terms LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
                   ` (4 preceding siblings ...)
  2021-03-05 17:57 ` curiousgay
@ 2021-03-13  1:19 ` curiousgay
  2021-07-20 21:07 ` ericonr
  2021-07-20 21:10 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-13  1:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tcltls
https://github.com/void-linux/void-packages/pull/29113

New package: tcltls-1.7.22


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

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

From 548390485a96d248893f4036c1554dfee827a7be Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Sun, 28 Feb 2021 08:16:25 +0200
Subject: [PATCH] New package: tcltls-1.7.22

---
 srcpkgs/tcltls/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/tcltls/template

diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template
new file mode 100644
index 00000000000..9e30d3e6ae0
--- /dev/null
+++ b/srcpkgs/tcltls/template
@@ -0,0 +1,19 @@
+# Template file for 'tcltls'
+pkgname=tcltls
+version=1.7.22
+revision=1
+build_style=gnu-configure
+configure_args=--with-tcl=${XBPS_CROSS_BASE}/usr/lib
+hostmakedepends="pkg-config"
+makedepends="openssl-devel tcl-devel"
+depends="tcl"
+short_desc="Binding to OpenSSL toolkit"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://core.tcl-lang.org/tcltls"
+distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
+checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
+
+post_install() {
+	vlicense ./license.terms LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
                   ` (5 preceding siblings ...)
  2021-03-13  1:19 ` curiousgay
@ 2021-07-20 21:07 ` ericonr
  2021-07-20 21:10 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tcltls
https://github.com/void-linux/void-packages/pull/29113

New package: tcltls-1.7.22


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

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

From 9be6f40c042de6a1006c0ab111ddde0f5a534081 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Sun, 28 Feb 2021 08:16:25 +0200
Subject: [PATCH] New package: tcltls-1.7.22

---
 srcpkgs/tcltls/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/tcltls/template

diff --git a/srcpkgs/tcltls/template b/srcpkgs/tcltls/template
new file mode 100644
index 000000000000..9e30d3e6ae0c
--- /dev/null
+++ b/srcpkgs/tcltls/template
@@ -0,0 +1,19 @@
+# Template file for 'tcltls'
+pkgname=tcltls
+version=1.7.22
+revision=1
+build_style=gnu-configure
+configure_args=--with-tcl=${XBPS_CROSS_BASE}/usr/lib
+hostmakedepends="pkg-config"
+makedepends="openssl-devel tcl-devel"
+depends="tcl"
+short_desc="Binding to OpenSSL toolkit"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://core.tcl-lang.org/tcltls"
+distfiles="${homepage}/uv/tcltls-${version}.tar.gz"
+checksum=e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4
+
+post_install() {
+	vlicense ./license.terms LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: tcltls-1.7.22
  2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
                   ` (6 preceding siblings ...)
  2021-07-20 21:07 ` ericonr
@ 2021-07-20 21:10 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 21:10 UTC (permalink / raw)
  To: ml

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

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

New package: tcltls-1.7.22
https://github.com/void-linux/void-packages/pull/29113

Description:


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

end of thread, other threads:[~2021-07-20 21:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28  6:17 [PR PATCH] New package: tcltls-1.7.22 curiousgay
2021-02-28  6:27 ` curiousgay
2021-02-28  7:36 ` [PR PATCH] [Updated] " curiousgay
2021-02-28  7:40 ` curiousgay
2021-03-05 17:56 ` [PR PATCH] [Updated] " curiousgay
2021-03-05 17:57 ` curiousgay
2021-03-13  1:19 ` curiousgay
2021-07-20 21:07 ` ericonr
2021-07-20 21:10 ` [PR PATCH] [Merged]: " ericonr

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