pkgsrc-WIP-changes archive

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

mtm: added links to PRs



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Wed Jul 17 21:05:07 2024 -0400
Changeset:	bf26728aca549efd1e9696bf208cea659a381918

Modified Files:
	mtm/distinfo
	mtm/patches/patch-Makefile
	mtm/patches/patch-config.def.h

Log Message:
mtm: added links to PRs

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

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

diffstat:
 mtm/distinfo                   |  4 ++--
 mtm/patches/patch-Makefile     |  2 +-
 mtm/patches/patch-config.def.h | 15 +++------------
 3 files changed, 6 insertions(+), 15 deletions(-)

diffs:
diff --git a/mtm/distinfo b/mtm/distinfo
index 30b4db1d18..0b6f89e94f 100644
--- a/mtm/distinfo
+++ b/mtm/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
 BLAKE2s (mtm-1.2.1.tar.gz) = 916de695bc4f3a810e1492b01f09ff5ed7e8c7746c6e18cc3beb255afad53c6d
 SHA512 (mtm-1.2.1.tar.gz) = 74e5230c6ea65c87d580516b7b62edeb4f273c1a36662bac84af41ca47e4ce252e393132dfe8c700441d6b74c19d6d560fbc503815c12f9d1cbdda2e19a9a9e2
 Size (mtm-1.2.1.tar.gz) = 383409 bytes
-SHA1 (patch-Makefile) = 90bd29f585dcc29c78adef0966bbfc8436a5f6a5
-SHA1 (patch-config.def.h) = 5a07f016163fd8e674eb4602cb51af6e1a068548
+SHA1 (patch-Makefile) = ea0867132594ee7a3b7d32ba5efb2a7fe07c0ec0
+SHA1 (patch-config.def.h) = 2487e1981733a7bc555e4a2808c24960c1829fb6
diff --git a/mtm/patches/patch-Makefile b/mtm/patches/patch-Makefile
index 2363fe4055..a13dcf01ee 100644
--- a/mtm/patches/patch-Makefile
+++ b/mtm/patches/patch-Makefile
@@ -1,6 +1,6 @@
 $NetBSD$
 
-Use LDFLAGS.
+Use LDFLAGS. https://github.com/deadpixi/mtm/pull/35
 
 --- Makefile.orig	2024-07-03 04:33:05.333529850 +0000
 +++ Makefile
diff --git a/mtm/patches/patch-config.def.h b/mtm/patches/patch-config.def.h
index d325b43599..f973c2e0b8 100644
--- a/mtm/patches/patch-config.def.h
+++ b/mtm/patches/patch-config.def.h
@@ -1,19 +1,10 @@
 $NetBSD$
 
-NetBSD also uses util.h
+NetBSD also uses util.h. https://github.com/deadpixi/mtm/pull/78
 
---- config.def.h.orig	2021-10-08 20:38:13.000000000 +0000
+--- config.def.h.orig	2024-07-18 00:58:43.999974063 +0000
 +++ config.def.h
-@@ -63,6 +63,8 @@
- #ifndef NCURSESW_INCLUDE_H
-     #if defined(__APPLE__) || !defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)
-         #define NCURSESW_INCLUDE_H <curses.h>
-+    #elif defined(__NetBSD__)
-+        #define NCURSESW_INCLUDE_H <ncurses/curses.h>
-     #else
-         #define NCURSESW_INCLUDE_H <ncursesw/curses.h>
-     #endif
-@@ -71,7 +73,7 @@
+@@ -71,7 +71,7 @@
  
  /* Includes needed to make forkpty(3) work. */
  #ifndef FORKPTY_INCLUDE_H


Home | Main Index | Thread Index | Old Index