pkgsrc-WIP-changes archive

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

wip/xemacs-hg update



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Sat Jun 21 14:57:36 2025 +0200
Changeset:	9ca6a68ce54914e29f9dbe634df2368a8b0a6701

Modified Files:
	xemacs-hg/distinfo
Removed Files:
	xemacs-hg/patches/patch-lib-src_fakemail.c

Log Message:
wip/xemacs-hg update

Patched file is gone from distribution

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

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

diffstat:
 xemacs-hg/distinfo                         |  1 -
 xemacs-hg/patches/patch-lib-src_fakemail.c | 15 ---------------
 2 files changed, 16 deletions(-)

diffs:
diff --git a/xemacs-hg/distinfo b/xemacs-hg/distinfo
index 3634852373..f747a8e3f7 100644
--- a/xemacs-hg/distinfo
+++ b/xemacs-hg/distinfo
@@ -1,6 +1,5 @@
 SHA1 (patch-Makefile.in.in) = 375308d036f68de2670b6834adfc108fba2eba26
 SHA1 (patch-lib-src_Makefile.in.in) = 2ee85127cd953c858106143dea6d9f1367b1f36e
-SHA1 (patch-lib-src_fakemail.c) = fba9371ad10a66c1fd742f494a78a1eb35387b89
 SHA1 (patch-lwlib_Makefile.in.in) = 8d243f1c85122429187b8250c18221dee8423ed0
 SHA1 (patch-modules_common_Makefile.common) = 3fe92f9df07d67f4b58d62bd341bc3d831ea289a
 SHA1 (patch-src_Makefile.in.in) = 91c4cbe9f0b765a4b671e1e607a983b583892f75
diff --git a/xemacs-hg/patches/patch-lib-src_fakemail.c b/xemacs-hg/patches/patch-lib-src_fakemail.c
deleted file mode 100644
index 6bd646678d..0000000000
--- a/xemacs-hg/patches/patch-lib-src_fakemail.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib-src_fakemail.c,v 1.1 2017/11/15 14:57:58 hauke Exp $
-
-Fix build on DragonFly.
-
---- lib-src/fakemail.c.orig	2025-01-06 18:59:57.821754390 +0000
-+++ lib-src/fakemail.c
-@@ -140,7 +140,7 @@ static boolean no_problems = true;
- #include <osreldate.h>
- #endif
- 
--#if defined(__FreeBSD_version) && __FreeBSD_version >= 400000 
-+#if defined(__FreeBSD_version) && __FreeBSD_version >= 400000  || defined(__DragonFly__)
- #define CURRENT_USER 
- #endif 
- 


Home | Main Index | Thread Index | Old Index