pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/mpack Add comments to two patches. These ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30ca6446b56a
branches:  trunk
changeset: 569379:30ca6446b56a
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Jan 15 23:47:14 2010 +0000

description:
Add comments to two patches. These changes were sitting uncommitted in
one of my trees; I don't remember why they didn't get committed when I
updated the package a while back.

diffstat:

 converters/mpack/distinfo         |  6 +++---
 converters/mpack/patches/patch-ab |  8 +++++++-
 converters/mpack/patches/patch-ae |  7 ++++++-
 3 files changed, 16 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r b1797d555f5e -r 30ca6446b56a converters/mpack/distinfo
--- a/converters/mpack/distinfo Fri Jan 15 23:09:28 2010 +0000
+++ b/converters/mpack/distinfo Fri Jan 15 23:47:14 2010 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2009/02/15 20:12:17 dholland Exp $
+$NetBSD: distinfo,v 1.9 2010/01/15 23:47:14 dholland Exp $
 
 SHA1 (mpack-1.6.tar.gz) = 7fd3a73e0f131412920b6ff34872e7e7fa03e03b
 RMD160 (mpack-1.6.tar.gz) = a83330aa15437dc3ca6475cbf6e35b09ab9cef07
 Size (mpack-1.6.tar.gz) = 179850 bytes
-SHA1 (patch-ab) = 7c11f3ddbd39deaf0e8eed51fe38219c3b6b1217
+SHA1 (patch-ab) = a17706d20573b65bf21017096d4b2178c75dbacc
 SHA1 (patch-ac) = a69986a5c1b7659fac6df05f4db9a44df3110892
 SHA1 (patch-ad) = 76f32d163021a81d73d8316f72b141ef3edf4f14
-SHA1 (patch-ae) = 884e38efa3a975c6a1090d6ecddc4e535d1db59c
+SHA1 (patch-ae) = c87094530c1bb061c3f1dc21f77ed31609ecb7a7
 SHA1 (patch-af) = 2b38171d450ddbe1f9bb7a520d5e114a15afab9d
diff -r b1797d555f5e -r 30ca6446b56a converters/mpack/patches/patch-ab
--- a/converters/mpack/patches/patch-ab Fri Jan 15 23:09:28 2010 +0000
+++ b/converters/mpack/patches/patch-ab Fri Jan 15 23:47:14 2010 +0000
@@ -1,4 +1,10 @@
-$NetBSD: patch-ab,v 1.7 2009/02/15 20:12:18 dholland Exp $
+$NetBSD: patch-ab,v 1.8 2010/01/15 23:47:14 dholland Exp $
+
+- Include fixes for modern Unix.
+- Don't try to use /usr/tmp.
+- Time handling fixes for NetBSD with 64-bit time_t.
+
+Upstream: as far as I know not actively maintained upstream.
 
 --- unixos.c.orig      2003-07-21 16:54:05.000000000 -0400
 +++ unixos.c   2009-02-15 14:56:48.000000000 -0500
diff -r b1797d555f5e -r 30ca6446b56a converters/mpack/patches/patch-ae
--- a/converters/mpack/patches/patch-ae Fri Jan 15 23:09:28 2010 +0000
+++ b/converters/mpack/patches/patch-ae Fri Jan 15 23:47:14 2010 +0000
@@ -1,4 +1,9 @@
-$NetBSD: patch-ae,v 1.2 2009/02/15 20:12:18 dholland Exp $
+$NetBSD: patch-ae,v 1.3 2010/01/15 23:47:14 dholland Exp $
+
+- Include fixes for modern Unix.
+- Suppress mktemp() warning on NetBSD; callers use O_EXCL.
+
+Upstream: as far as I know not actively maintained upstream.
 
 --- unixpk.c.orig      2003-07-21 16:50:41.000000000 -0400
 +++ unixpk.c   2009-02-15 15:09:47.000000000 -0500



Home | Main Index | Thread Index | Old Index