pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw use setpgid instead of setpgrp on darwin ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a497fd1e2f86
branches:  trunk
changeset: 541351:a497fd1e2f86
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Sun Apr 20 22:37:06 2008 +0000

description:
use setpgid instead of setpgrp on darwin if __DARWIN_UNIX03
PR pkg/37490

diffstat:

 mail/imap-uw/distinfo         |   3 ++-
 mail/imap-uw/patches/patch-bh |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r b23f359896cd -r a497fd1e2f86 mail/imap-uw/distinfo
--- a/mail/imap-uw/distinfo     Sun Apr 20 20:50:20 2008 +0000
+++ b/mail/imap-uw/distinfo     Sun Apr 20 22:37:06 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2007/08/03 17:03:29 obache Exp $
+$NetBSD: distinfo,v 1.33 2008/04/20 22:37:06 dbj Exp $
 
 SHA1 (imap-2006j2.tar.Z) = 41fc3f8cf11f1931a9c046240bc04ceb9f1416c0
 RMD160 (imap-2006j2.tar.Z) = 9192720a527e8977ef6e3eb6bcf8f3b26680e4fc
@@ -35,3 +35,4 @@
 SHA1 (patch-be) = 73afbc9f3c65d3adce37a3f1ee7f55e0ec665a54
 SHA1 (patch-bf) = 63c582e88bd6286295d5d9639bafec355278d537
 SHA1 (patch-bg) = c95483ed73d7c6015df99967c0509cf0ea67d28f
+SHA1 (patch-bh) = c43dc5df9fb61ea44b5195fc15c697e5f540dfae
diff -r b23f359896cd -r a497fd1e2f86 mail/imap-uw/patches/patch-bh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imap-uw/patches/patch-bh     Sun Apr 20 22:37:06 2008 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-bh,v 1.1 2008/04/20 22:37:07 dbj Exp $
+
+--- src/osdep/unix/os_osx.h.orig       2006-12-07 17:08:07.000000000 -0800
++++ src/osdep/unix/os_osx.h    2008-04-20 13:00:37.000000000 -0700
+@@ -43,6 +43,10 @@
+ 
+ #define checkpw Checkpw
+ 
++#if __DARWIN_UNIX03
++#define setpgrp setpgid
++#endif
++
+ #include "env_unix.h"
+ #include "fs.h"
+ #include "ftl.h"



Home | Main Index | Thread Index | Old Index