diff options
author | dholland <dholland> | 2010-01-15 23:47:14 +0000 |
---|---|---|
committer | dholland <dholland> | 2010-01-15 23:47:14 +0000 |
commit | 394f2db2f5300d7381305d043f75ad273c1921fa (patch) | |
tree | e46d31edc0cc9efea0673ff41689fe65341c3dc6 /converters | |
parent | b706e6cbcccc190f8866befe08511d181f6e418c (diff) | |
download | pkgsrc-394f2db2f5300d7381305d043f75ad273c1921fa.tar.gz |
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 (limited to 'converters')
-rw-r--r-- | converters/mpack/distinfo | 6 | ||||
-rw-r--r-- | converters/mpack/patches/patch-ab | 8 | ||||
-rw-r--r-- | converters/mpack/patches/patch-ae | 7 |
3 files changed, 16 insertions, 5 deletions
diff --git a/converters/mpack/distinfo b/converters/mpack/distinfo index b76e15c13b3..f7c3d569cc0 100644 --- a/converters/mpack/distinfo +++ b/converters/mpack/distinfo @@ -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 --git a/converters/mpack/patches/patch-ab b/converters/mpack/patches/patch-ab index f535bb9f339..fb4d9036918 100644 --- a/converters/mpack/patches/patch-ab +++ b/converters/mpack/patches/patch-ab @@ -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 --git a/converters/mpack/patches/patch-ae b/converters/mpack/patches/patch-ae index 5d6ad91b4d8..b9a7b8c0fed 100644 --- a/converters/mpack/patches/patch-ae +++ b/converters/mpack/patches/patch-ae @@ -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 |