summaryrefslogtreecommitdiff
path: root/converters/mpack/patches
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2010-01-15 23:47:14 +0000
committerdholland <dholland@pkgsrc.org>2010-01-15 23:47:14 +0000
commit65d6b1135855f2bdebbcf87c4ff9fd0401006c16 (patch)
treee46d31edc0cc9efea0673ff41689fe65341c3dc6 /converters/mpack/patches
parent075cc41643a8b2654aea79282abb2a5e39f7c6bd (diff)
downloadpkgsrc-65d6b1135855f2bdebbcf87c4ff9fd0401006c16.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/mpack/patches')
-rw-r--r--converters/mpack/patches/patch-ab8
-rw-r--r--converters/mpack/patches/patch-ae7
2 files changed, 13 insertions, 2 deletions
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