pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/guile22 guile22: fix patch name for pkglint
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad3ccc4b5d04
branches: trunk
changeset: 375133:ad3ccc4b5d04
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 07 23:03:14 2022 +0000
description:
guile22: fix patch name for pkglint
diffstat:
lang/guile22/distinfo | 4 +-
lang/guile22/patches/patch-module_system_base_target.scm | 22 +++++++++++++++
lang/guile22/patches/patch-modules_system_base_target.scm | 22 ---------------
3 files changed, 24 insertions(+), 24 deletions(-)
diffs (67 lines):
diff -r 665c677a6316 -r ad3ccc4b5d04 lang/guile22/distinfo
--- a/lang/guile22/distinfo Mon Mar 07 23:02:06 2022 +0000
+++ b/lang/guile22/distinfo Mon Mar 07 23:03:14 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:51:38 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/03/07 23:03:14 wiz Exp $
BLAKE2s (guile-2.2.7.tar.gz) = 3f9c16bba807ed79fff123d177370290e2f7b8a16f9e6876a2e10a52a7906576
SHA512 (guile-2.2.7.tar.gz) = ad11885ffeb7655ef6c8543e67233992dc37bdcf91ed82188e6a144169c6b7d4e31cf7a6d01509c573d00904cb002719b851f71cdf1359a86de401daf613d773
@@ -7,4 +7,4 @@
SHA1 (patch-config.rpath) = 0ca52a58694fd2fad678ebebfb5fb3a7f2ec54dc
SHA1 (patch-lib_Makefile.in) = ae3428997a653d89cef9bd51f52b57b64431b753
SHA1 (patch-libguile_loader.c) = 32b012d095c343995f93d0c8160411c4b0cfbee1
-SHA1 (patch-modules_system_base_target.scm) = 5c7f66f71e27186bdbc4cba7233829c4298962fe
+SHA1 (patch-module_system_base_target.scm) = 5c7f66f71e27186bdbc4cba7233829c4298962fe
diff -r 665c677a6316 -r ad3ccc4b5d04 lang/guile22/patches/patch-module_system_base_target.scm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/guile22/patches/patch-module_system_base_target.scm Mon Mar 07 23:03:14 2022 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-module_system_base_target.scm,v 1.1 2022/03/07 23:03:14 wiz Exp $
+
+Crude patch to make target.scm conform to vendor field of gnu-tripplet
+being optional.
+
+Tested with GnuTLS Guile bindings, where the current implementation
+prevents building on any platform which isn't conforming to having a
+vendor part.
+
+Full explanation: https://gitlab.com/gnutls/gnutls/-/issues/996
+
+--- module/system/base/target.scm.orig 2018-06-18 14:14:47.000000000 +0200
++++ module/system/base/target.scm 2020-05-14 15:51:14.664581289 +0200
+@@ -46,7 +46,7 @@
+ (let ((parts (string-split target #\-)))
+ (or (< (length parts) 3)
+ (or-map string-null? parts))))
+- (error "invalid target" target)))
++ (string-append "invalid target" target)))
+
+ (define (with-target target thunk)
+ (validate-target target)
diff -r 665c677a6316 -r ad3ccc4b5d04 lang/guile22/patches/patch-modules_system_base_target.scm
--- a/lang/guile22/patches/patch-modules_system_base_target.scm Mon Mar 07 23:02:06 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-modules_system_base_target.scm,v 1.2 2020/05/14 15:36:40 nikita Exp $
-
-Crude patch to make target.scm conform to vendor field of gnu-tripplet
-being optional.
-
-Tested with GnuTLS Guile bindings, where the current implementation
-prevents building on any platform which isn't conforming to having a
-vendor part.
-
-Full explanation: https://gitlab.com/gnutls/gnutls/-/issues/996
-
---- module/system/base/target.scm.orig 2018-06-18 14:14:47.000000000 +0200
-+++ module/system/base/target.scm 2020-05-14 15:51:14.664581289 +0200
-@@ -46,7 +46,7 @@
- (let ((parts (string-split target #\-)))
- (or (< (length parts) 3)
- (or-map string-null? parts))))
-- (error "invalid target" target)))
-+ (string-append "invalid target" target)))
-
- (define (with-target target thunk)
- (validate-target target)
Home |
Main Index |
Thread Index |
Old Index