pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/xemacs-hg: Update patch for today's checkout.
Module Name: pkgsrc-wip
Committed By: Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By: hauke
Date: Tue May 13 15:28:21 2025 +0200
Changeset: 7ae46f7e61de932cd81337d2861c67c4ce5868ad
Modified Files:
xemacs-hg/distinfo
xemacs-hg/patches/patch-Makefile.in.in
Log Message:
wip/xemacs-hg: Update patch for today's checkout.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ae46f7e61de932cd81337d2861c67c4ce5868ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xemacs-hg/distinfo | 2 +-
xemacs-hg/patches/patch-Makefile.in.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/xemacs-hg/distinfo b/xemacs-hg/distinfo
index d00a80ed8a..a2a82d72c4 100644
--- a/xemacs-hg/distinfo
+++ b/xemacs-hg/distinfo
@@ -1,4 +1,4 @@
-SHA1 (patch-Makefile.in.in) = 2de1c1859183cebc1699ff9ffee49b1949bb1a1c
+SHA1 (patch-Makefile.in.in) = 2f5f1b7fbc2796f768a94cfe0df6c43ec78f92d8
SHA1 (patch-lib-src_Makefile.in.in) = 2ee85127cd953c858106143dea6d9f1367b1f36e
SHA1 (patch-lib-src_fakemail.c) = fba9371ad10a66c1fd742f494a78a1eb35387b89
SHA1 (patch-lwlib_Makefile.in.in) = 8d243f1c85122429187b8250c18221dee8423ed0
diff --git a/xemacs-hg/patches/patch-Makefile.in.in b/xemacs-hg/patches/patch-Makefile.in.in
index 714b34b80e..2ca05d26d9 100644
--- a/xemacs-hg/patches/patch-Makefile.in.in
+++ b/xemacs-hg/patches/patch-Makefile.in.in
@@ -11,7 +11,7 @@ Prefix {c,e}tags to avoid conflicts.
Make TAR settable, to work around shortcomings in base tar(1)
---- Makefile.in.in.orig 2025-01-06 18:59:57.709890754 +0000
+--- Makefile.in.in.orig 2025-05-13 13:04:47.523112997 +0000
+++ Makefile.in.in
@@ -67,7 +67,7 @@ LC_ALL = C
RM = rm -f
@@ -35,7 +35,7 @@ Make TAR settable, to work around shortcomings in base tar(1)
# endif /* CYGWIN */
#endif /* WIN32_NATIVE */
#ifdef HAVE_SHLIB
-- $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.* $(DESTDIR)$(moduledir)
+- $(INSTALL_DATA) modules/auto-autoloads.* $(DESTDIR)$(moduledir)
+ $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.el $(DESTDIR)$(moduledir)
+ $(INSTALL_DATA) $(srcdir)/modules/auto-autoloads.elc $(DESTDIR)$(moduledir)
#endif
Home |
Main Index |
Thread Index |
Old Index