pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cyclone: update patch comment



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Mar 2 23:21:20 2024 +0200
Changeset:	b5e49c678802dacbab75305d5f648f7ff80a25a5

Modified Files:
	cyclone/distinfo
	cyclone/patches/patch-srfi_106.sld

Log Message:
cyclone: update patch comment

The author of SRFI 106 recommends defining *ai-v4mapped* to zero
when AI_V4MAPPED is undefined:

 https://srfi-email.schemers.org/srfi-106/msg/2762553/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5e49c678802dacbab75305d5f648f7ff80a25a5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cyclone/distinfo                   | 2 +-
 cyclone/patches/patch-srfi_106.sld | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/cyclone/distinfo b/cyclone/distinfo
index d51119218b..27a3664795 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -8,5 +8,5 @@ SHA1 (patch-Makefile.config) = 1cb1559cbe9779d5fa8bda998db14951af99716a
 SHA1 (patch-cyclone.scm) = e624dd62369d92b88501f8770d3504e78e311321
 SHA1 (patch-include_cyclone_types.h) = caf0f87ec67d42aad59d7041c50de12fac20c932
 SHA1 (patch-scheme_base.sld) = b9aaeb494572eb4fddecf25d30eae7cafe77163f
-SHA1 (patch-srfi_106.sld) = 7302e8edc66cfea9c7a336af9ea9df9b2d041c1d
+SHA1 (patch-srfi_106.sld) = d6727eaa0a17a4ef21ee236eb02fc7dcce1c9d71
 SHA1 (patch-tests_macro-hygiene.scm) = 3e640ae4e4f67f0d3e3be7670559748758ac66bc
diff --git a/cyclone/patches/patch-srfi_106.sld b/cyclone/patches/patch-srfi_106.sld
index 30ea36c161..601123a872 100644
--- a/cyclone/patches/patch-srfi_106.sld
+++ b/cyclone/patches/patch-srfi_106.sld
@@ -3,7 +3,9 @@ $NetBSD$
 This patch defines *ai-v4mapped* to zero when AI_V4MAPPED is undefined
 and similarly for *ai-all* (similar to other patches). This allows
 (srfi 106) to be available on NetBSD and other platforms without
-AI_V4MAPPED. However, the library no longer conforms to SRFI-106.
+AI_V4MAPPED and is the recommended behaviour by the author of SRFI-106:
+
+https://srfi-email.schemers.org/srfi-106/msg/2762553/
 
 --- srfi/106.sld.orig	2024-02-14 02:31:23.000000000 +0000
 +++ srfi/106.sld


Home | Main Index | Thread Index | Old Index