diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/unison-devel/distinfo | 3 | ||||
-rw-r--r-- | net/unison-devel/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/unison-devel/distinfo b/net/unison-devel/distinfo index ea6693084c2..b557dadc6e5 100644 --- a/net/unison-devel/distinfo +++ b/net/unison-devel/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/01/27 10:56:57 jlam Exp $ +$NetBSD: distinfo,v 1.2 2004/01/27 11:05:42 jlam Exp $ SHA1 (unison-2.9.20/src.tar.gz) = 23d48f8dbcb2064241518375185bd2e7f50ab30f Size (unison-2.9.20/src.tar.gz) = 363079 bytes SHA1 (patch-aa) = 0b11802fb208e10fa07792738935761a170c0242 SHA1 (patch-ab) = 181f0e0823c3a27f91bf97726afd2ad91f18cbaf +SHA1 (patch-ac) = 254e997bfe7dff442722ad94a78c3a50f180dbc0 diff --git a/net/unison-devel/patches/patch-ac b/net/unison-devel/patches/patch-ac new file mode 100644 index 00000000000..8b2e79bf1da --- /dev/null +++ b/net/unison-devel/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2004/01/27 11:05:42 jlam Exp $ + +--- ubase/util.ml.orig Mon Aug 19 17:15:04 2002 ++++ ubase/util.ml Tue Jan 27 06:03:12 2004 +@@ -217,7 +217,7 @@ + close_in c; + match l with + "Darwin" -> true +- | "linux" | "FreeBSD" | "SunOS" -> false ++ | "linux" | "FreeBSD" | "NetBSD" | "SunOS" -> false + | _ -> + Printf.printf + "Warning: 'uname' returned unrecognized result (%s) in Util.isOSX.\n" |