pkgsrc-WIP-changes archive

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

emacs-git: remove patch that was merged upstream



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Sep 20 18:00:19 2022 +0200
Changeset:	68023c8b6a1e99b54e3022bc607b416a1e6d6bab

Modified Files:
	emacs-git/distinfo
Removed Files:
	emacs-git/patches/patch-Makefile.in

Log Message:
emacs-git: remove patch that was merged upstream

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

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-Makefile.in | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/emacs-git/distinfo b/emacs-git/distinfo
index 1ac8e04c25..e6314629a5 100644
--- a/emacs-git/distinfo
+++ b/emacs-git/distinfo
@@ -1,4 +1,3 @@
 $NetBSD$
 
-SHA1 (patch-Makefile.in) = 423e632d159b51c93f665c67d7bc4b326f32f940
 SHA1 (patch-configure.ac) = f54d1d1428e25c5320bf166606cd2808d3e4797e
diff --git a/emacs-git/patches/patch-Makefile.in b/emacs-git/patches/patch-Makefile.in
deleted file mode 100644
index 60ff3e16d7..0000000000
--- a/emacs-git/patches/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- Makefile.in.orig	2022-09-19 23:17:34.000000000 +0000
-+++ Makefile.in
-@@ -417,7 +417,7 @@ sanity-check:
- 	@v=$$(src/emacs${EXEEXT} --batch --eval \
- 	  '(progn (defun f (n) (if (= 0 n) 1 (* n (f (- n 1))))) (princ (f 10)))' \
- 	  2> /dev/null); \
--	[ "X$$v" == "X3628800" ] && exit 0; \
-+	[ "X$$v" = "X3628800" ] && exit 0; \
- 	echo; \
- 	echo "  \"make ${make-target}\" succeeded, but Emacs is not functional."; \
- 	cat Makefile | \


Home | Main Index | Thread Index | Old Index