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

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