pkgsrc-WIP-changes archive

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

emacs-git: fix unportable test(1) operator



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Feb 12 13:36:21 2025 +0100
Changeset:	d7c39278b59933e2a9eab5f44d0e825e57108602

Modified Files:
	emacs-git/distinfo
Added Files:
	emacs-git/patches/patch-admin_download-android-deps.sh

Log Message:
emacs-git: fix unportable test(1) operator

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

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

diffstat:
 emacs-git/distinfo                                     |  1 +
 emacs-git/patches/patch-admin_download-android-deps.sh | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/emacs-git/distinfo b/emacs-git/distinfo
index 039d4f3fe7..43763c2e6a 100644
--- a/emacs-git/distinfo
+++ b/emacs-git/distinfo
@@ -1,3 +1,4 @@
 $NetBSD$
 
+SHA1 (patch-admin_download-android-deps.sh) = a5cc4e3b1543fd4fc074bc45b91b18c45b457560
 SHA1 (patch-configure.ac) = fdf28fb6247c1f7bbdf2002e3af1bb6ec654c4a2
diff --git a/emacs-git/patches/patch-admin_download-android-deps.sh b/emacs-git/patches/patch-admin_download-android-deps.sh
new file mode 100644
index 0000000000..4d835281f6
--- /dev/null
+++ b/emacs-git/patches/patch-admin_download-android-deps.sh
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- admin/download-android-deps.sh.orig	2025-02-12 10:28:07.380330814 +0000
++++ admin/download-android-deps.sh
+@@ -11,7 +11,7 @@ set -e
+ 
+ bits_64=no
+ 
+-if [ "$1" == "64" ]; then
++if [ "$1" = "64" ]; then
+     bits_64=yes
+ fi
+ 


Home | Main Index | Thread Index | Old Index