pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gawk



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec  5 10:17:48 UTC 2022

Modified Files:
        pkgsrc/lang/gawk: distinfo
Added Files:
        pkgsrc/lang/gawk/patches: patch-configure patch-extension_configure

Log Message:
gawk: Fix build on Darwin/aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/gawk/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/gawk/patches/patch-configure
cvs rdiff -u -r0 -r1.3 pkgsrc/lang/gawk/patches/patch-extension_configure

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

Modified files:

Index: pkgsrc/lang/gawk/distinfo
diff -u pkgsrc/lang/gawk/distinfo:1.47 pkgsrc/lang/gawk/distinfo:1.48
--- pkgsrc/lang/gawk/distinfo:1.47      Sun Nov 27 23:11:29 2022
+++ pkgsrc/lang/gawk/distinfo   Mon Dec  5 10:17:48 2022
@@ -1,10 +1,12 @@
-$NetBSD: distinfo,v 1.47 2022/11/27 23:11:29 wiz Exp $
+$NetBSD: distinfo,v 1.48 2022/12/05 10:17:48 jperkin Exp $
 
 BLAKE2s (gawk-5.2.1.tar.xz) = 5459d82a3018dd78e2974641d31c34adbc1972714c1e74d0d2bf64f9f0493e60
 SHA512 (gawk-5.2.1.tar.xz) = f81da3e61987d1460326dc79fdbabacfd4660219bf66ec8ba18877500fd24e160761e401a5b868067f82bec46a6a808098f3f6a1f4c8b710e439cd3f99ffa56c
 Size (gawk-5.2.1.tar.xz) = 3411420 bytes
 SHA1 (patch-Makefile.in) = dd9f67382e8300a56b8f6b28c3c7813ea4971f60
+SHA1 (patch-configure) = 56037c88fa7477cefa94d840749b73614ff9a0c6
 SHA1 (patch-extension_Makefile.in) = 07184d54caadbdc4193d1ba2ee52eb557900bdf3
+SHA1 (patch-extension_configure) = 7ba39bced6c2af806ca47e8ec0515868bff8d90f
 SHA1 (patch-extension_gawkfts.c) = a88ac0ed14be5133cf081bf25ab8663f0f3372a7
 SHA1 (patch-extension_inplace.c) = 84b1d8f18ed78a872cd7befa65def30b4bcb3252
 SHA1 (patch-test_Makefile.in) = 6d73f09b72fba7bec340d35d5d3c70691db814cd

Added files:

Index: pkgsrc/lang/gawk/patches/patch-configure
diff -u /dev/null pkgsrc/lang/gawk/patches/patch-configure:1.1
--- /dev/null   Mon Dec  5 10:17:49 2022
+++ pkgsrc/lang/gawk/patches/patch-configure    Mon Dec  5 10:17:48 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2022/12/05 10:17:48 jperkin Exp $
+
+Remove ugly upstream hack that breaks the build on Darwin.
+
+--- configure.orig     2022-11-17 16:16:51.000000000 +0000
++++ configure
+@@ -12618,7 +12618,7 @@ else $as_nop
+ fi
+ 
+                       ;;
+-              *darwin*)
++              *notdarwin*)
+                       # 23 October 2022: See README_d/README.macosx for
+                       # the details on what's happening here. See also
+                       # the manual.

Index: pkgsrc/lang/gawk/patches/patch-extension_configure
diff -u /dev/null pkgsrc/lang/gawk/patches/patch-extension_configure:1.3
--- /dev/null   Mon Dec  5 10:17:49 2022
+++ pkgsrc/lang/gawk/patches/patch-extension_configure  Mon Dec  5 10:17:48 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-extension_configure,v 1.3 2022/12/05 10:17:48 jperkin Exp $
+
+Remove ugly upstream hack that breaks the build on Darwin.
+
+--- extension/configure.orig   2022-11-17 16:17:25.000000000 +0000
++++ extension/configure
+@@ -8832,7 +8832,7 @@ else $as_nop
+ fi
+ 
+                       ;;
+-              *darwin*)
++              *notdarwin*)
+                       # 23 October 2022: See README_d/README.macosx for
+                       # the details on what's happening here. See also
+                       # the manual.



Home | Main Index | Thread Index | Old Index