pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ezmlm



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Dec 17 02:33:13 UTC 2018

Modified Files:
        pkgsrc/mail/ezmlm: distinfo
Added Files:
        pkgsrc/mail/ezmlm/patches: patch-fork.h2

Log Message:
Avoid conflicting declarations of fork() and vfork(). Should fix SmartOS.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/ezmlm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/ezmlm/patches/patch-fork.h2

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

Modified files:

Index: pkgsrc/mail/ezmlm/distinfo
diff -u pkgsrc/mail/ezmlm/distinfo:1.7 pkgsrc/mail/ezmlm/distinfo:1.8
--- pkgsrc/mail/ezmlm/distinfo:1.7      Wed Jul 26 02:02:23 2017
+++ pkgsrc/mail/ezmlm/distinfo  Mon Dec 17 02:33:13 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2017/07/26 02:02:23 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2018/12/17 02:33:13 schmonz Exp $
 
 SHA1 (ezmlm-0.53.tar.gz) = 3a7b618737fed8b774bec69c272d70f4142c1e30
 RMD160 (ezmlm-0.53.tar.gz) = 6d366de2d7028a984ba454f1bec9d2d9f495c88b
@@ -8,6 +8,7 @@ SHA1 (patch-MAN) = df107f569c8d67b0a379c
 SHA1 (patch-Makefile) = 7ad560d4005e737fb97166e89114a72eb65bbb82
 SHA1 (patch-ezmlm-manage.c) = 727d313baa5c38e784096fb9fb3354e53d0338d9
 SHA1 (patch-ezmlm-return.c) = a3af924b10cc61b703abe2b10f572292505325c3
+SHA1 (patch-fork.h2) = 1d3f5f8ae8eb0cfd5009e4e584b7bf43ddef8c9f
 SHA1 (patch-log.c) = 1b155a4d3a36d23c2bdbc0b9ecd755f68b7ae9ca
 SHA1 (patch-log.h) = ef7f4795b7a6d14a8038c06300c738c76a3cdf4f
 SHA1 (patch-readwrite.h) = 5b64a802b1d4491ed9e64cde42fe04703b410d6e

Added files:

Index: pkgsrc/mail/ezmlm/patches/patch-fork.h2
diff -u /dev/null pkgsrc/mail/ezmlm/patches/patch-fork.h2:1.1
--- /dev/null   Mon Dec 17 02:33:13 2018
+++ pkgsrc/mail/ezmlm/patches/patch-fork.h2     Mon Dec 17 02:33:13 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-fork.h2,v 1.1 2018/12/17 02:33:13 schmonz Exp $
+
+Avoid conflicting declarations.
+
+--- fork.h2.orig       1997-06-30 03:11:54.000000000 +0000
++++ fork.h2
+@@ -1,7 +1,6 @@
+ #ifndef FORK_H
+ #define FORK_H
+ 
+-extern int fork();
+-extern int vfork();
++#include <unistd.h>
+ 
+ #endif



Home | Main Index | Thread Index | Old Index