pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/unalz Added a patch to make the package buil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/41329b9704c2
branches: trunk
changeset: 501428:41329b9704c2
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 22 18:12:09 2005 +0000
description:
Added a patch to make the package build on NetBSD/i386-1.6.2.
diffstat:
archivers/unalz/distinfo | 3 ++-
archivers/unalz/patches/patch-ad | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 19fbc4ab06a9 -r 41329b9704c2 archivers/unalz/distinfo
--- a/archivers/unalz/distinfo Sat Oct 22 17:57:33 2005 +0000
+++ b/archivers/unalz/distinfo Sat Oct 22 18:12:09 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/10/03 04:12:21 minskim Exp $
+$NetBSD: distinfo,v 1.10 2005/10/22 18:12:09 rillig Exp $
SHA1 (unalz-0.52.tgz) = fa5c99392e52661ca2c347cd4f147a7e203ac295
RMD160 (unalz-0.52.tgz) = 4200a3ac2a909bd8acdf28df13569e2bcb7d18ba
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 327fd080040946fe7a0707698f90d7709a2d3c5b
SHA1 (patch-ab) = d91002324d1e90c32dad3546e3a322cb84a968df
SHA1 (patch-ac) = 00c6255437f4ebdf3676787ed63cc838a16476d4
+SHA1 (patch-ad) = cc0951b807e25b5f8097583d674b5ed9ff24f5c7
diff -r 19fbc4ab06a9 -r 41329b9704c2 archivers/unalz/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/unalz/patches/patch-ad Sat Oct 22 18:12:09 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2005/10/22 18:12:09 rillig Exp $
+
+<locale.h> is needed to declare LC_ALL.
+
+--- main.cpp.orig Wed Jul 27 15:31:54 2005
++++ main.cpp Sat Oct 22 20:10:14 2005
+@@ -2,6 +2,7 @@
+ # pragma warning( disable : 4786 ) // stl warning ¾ø¾Ö±â
+ #endif
+
++#include <locale.h>
+ #include <stdio.h>
+ #include <iostream>
+ #include <time.h>
Home |
Main Index |
Thread Index |
Old Index