CVS commit: pkgsrc/lang/rexx-regina/patches
"Ryo ONODERA" <[email protected]> Thu, 6 Aug 2026 14:10:21 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: ryoon Date: Thu Aug 6 14:10:21 UTC 2026 Modified Files: pkgsrc/lang/rexx-regina/patches: patch-aa Log Message: lang/rexx-regina: Fix checksum mismatch * Reported by wiz@. It does not contain all changes. Thank you. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/rexx-regina/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 3.1 KB)
Modified files:
Index: pkgsrc/lang/rexx-regina/patches/patch-aa
diff -u pkgsrc/lang/rexx-regina/patches/patch-aa:1.6 pkgsrc/lang/rexx-regina/patches/patch-aa:1.7
--- pkgsrc/lang/rexx-regina/patches/patch-aa:1.6 Sat Aug 1 18:12:23 2026
+++ pkgsrc/lang/rexx-regina/patches/patch-aa Thu Aug 6 14:10:20 2026
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.6 2026/08/01 18:12:23 ryoon Exp $
+$NetBSD: patch-aa,v 1.7 2026/08/06 14:10:20 ryoon Exp $
- try to defang the building for 32 bits
- use our $LDFLAGS
- portability fix of `test ==`
- enable version numbered shared library on {Net,Open,Free}BSD
---- configure.orig 2024-05-03 23:01:20.000000000 +0000
+--- configure.orig 2025-03-23 22:25:31.000000000 +0000
+++ configure
-@@ -3508,8 +3508,8 @@ fi
+@@ -3454,8 +3454,8 @@ fi
#
# Now do platform specific tests
#
@@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.6 2026/08/01 18:12
on_osx="no"
osis64bit=no
bitflag="32"
-@@ -9110,21 +9110,14 @@ case "$target" in
+@@ -9089,21 +9089,14 @@ case "$target" in
SHLPRE="lib"
SHL_LD="ld -assert pure-text -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
;;
@@ -48,7 +48,7 @@ $NetBSD: patch-aa,v 1.6 2026/08/01 18:12
STATIC_LDFLAGS="-static"
SHLPRE="lib"
;;
-@@ -9323,13 +9316,13 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"
+@@ -9302,13 +9295,13 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; } && test -s conftest.o; then
@@ -64,7 +64,7 @@ $NetBSD: patch-aa,v 1.6 2026/08/01 18:12
else
mh_dyn_link='ld -G -o conftest.so.1.0 conftest.o 1>&5'
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$mh_dyn_link\""; } >&5
-@@ -9411,15 +9404,15 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"
+@@ -9390,15 +9383,15 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; } && test -s conftest.o; then
@@ -84,7 +84,7 @@ $NetBSD: patch-aa,v 1.6 2026/08/01 18:12
LD_RXLIB_B1="-L. -l${SHLFILE}"
LD_RXLIB_B2="-L. -l${SHLFILE}"
LD_RXLIB_UTILB="-L. -l${SHLFILE}"
-@@ -10005,7 +9998,7 @@ PACKAGE_RELEASE=`echo $PACKAGE_RELEASE`
+@@ -9994,7 +9987,7 @@ PACKAGE_RELEASE=`echo $PACKAGE_RELEASE`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking getting PACKAGE_RELEASE value" >&5
$as_echo_n "checking getting PACKAGE_RELEASE value... " >&6; }
PACKAGE_RELEASE=`echo $PACKAGE_RELEASE`
@@ -93,3 +93,12 @@ $NetBSD: patch-aa,v 1.6 2026/08/01 18:12
PACKAGE_RELEASE=`date +%y%m%d.%H%M`
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PACKAGE_RELEASE" >&5
+@@ -10232,7 +10225,7 @@ $as_echo "$mh_rg_c23_variadic" >&6; }
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $mh_rg_c23_variadic" >&5
+ $as_echo "$mh_rg_c23_variadic" >&6; }
+-if test $mh_rg_c23_variadic == yes ; then
++if test $mh_rg_c23_variadic = yes ; then
+ $as_echo "#define HAVE_C23_VARIADIC_SUPPORT 1" >>confdefs.h
+
+ fi