pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/fdm



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 24 14:41:05 UTC 2019

Modified Files:
        pkgsrc/mail/fdm: distinfo
        pkgsrc/mail/fdm/patches: patch-shm-mmap.c

Log Message:
fdm: Add a comment about patch-shm-mmap.c


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/fdm/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/fdm/patches/patch-shm-mmap.c

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

Modified files:

Index: pkgsrc/mail/fdm/distinfo
diff -u pkgsrc/mail/fdm/distinfo:1.12 pkgsrc/mail/fdm/distinfo:1.13
--- pkgsrc/mail/fdm/distinfo:1.12       Mon Mar 18 10:53:40 2019
+++ pkgsrc/mail/fdm/distinfo    Sun Mar 24 14:41:05 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2019/03/18 10:53:40 leot Exp $
+$NetBSD: distinfo,v 1.13 2019/03/24 14:41:05 leot Exp $
 
 SHA1 (fdm-2.0.tar.gz) = 4da70cca5791457489d9e0a018706a6696609eab
 RMD160 (fdm-2.0.tar.gz) = b07dc4ee0b8de3362177d74bd935d1ae4dad961d
 SHA512 (fdm-2.0.tar.gz) = 9c321dfd200af7b7d396524a43a3ac4b569cddda0a2096122b935e9d7bdb8101f269341fae5bbd4ad8a2947312774da2d49e03eddc67c6ecbce4e1ff9488ebe2
 Size (fdm-2.0.tar.gz) = 180662 bytes
 SHA1 (patch-Makefile.am) = 2169ebc8e7c920cdf8492ee2039b410f5a6e358c
-SHA1 (patch-shm-mmap.c) = d6d961768b60e9174350dc7c6439c2d0be10ae1a
+SHA1 (patch-shm-mmap.c) = 3cd0c54c982ddd4702ad921ebf5f1b890b503cd4

Index: pkgsrc/mail/fdm/patches/patch-shm-mmap.c
diff -u pkgsrc/mail/fdm/patches/patch-shm-mmap.c:1.1 pkgsrc/mail/fdm/patches/patch-shm-mmap.c:1.2
--- pkgsrc/mail/fdm/patches/patch-shm-mmap.c:1.1        Mon Mar 18 10:53:41 2019
+++ pkgsrc/mail/fdm/patches/patch-shm-mmap.c    Sun Mar 24 14:41:05 2019
@@ -1,7 +1,16 @@
-$NetBSD: patch-shm-mmap.c,v 1.1 2019/03/18 10:53:41 leot Exp $
+$NetBSD: patch-shm-mmap.c,v 1.2 2019/03/24 14:41:05 leot Exp $
 
 Adjust mremap(2) usage for NetBSD.
 
+Patch shared upstream via:
+
+ <https://github.com/nicm/fdm/pull/59>
+
+...but rejected.
+
+configure check was changed to only check and enable mremap(2) for
+platforms that also define MREMAP_MAYMOVE.
+
 --- shm-mmap.c.orig    2019-02-12 22:08:26.000000000 +0000
 +++ shm-mmap.c
 @@ -218,7 +218,11 @@ shm_resize(struct shm *shm, size_t nmemb



Home | Main Index | Thread Index | Old Index