pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/xmill Depend on errno.h to provide errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de1a4ff4d457
branches:  trunk
changeset: 500147:de1a4ff4d457
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 11:25:25 2005 +0000

description:
Depend on errno.h to provide errno.

diffstat:

 archivers/xmill/distinfo         |   3 ++-
 archivers/xmill/patches/patch-ab |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 4bbb84336a8a -r de1a4ff4d457 archivers/xmill/distinfo
--- a/archivers/xmill/distinfo  Mon Oct 03 11:23:42 2005 +0000
+++ b/archivers/xmill/distinfo  Mon Oct 03 11:25:25 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 14:45:27 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/10/03 11:25:25 joerg Exp $
 
 SHA1 (xmill-0.9.1.tar.gz) = 491e44ea9a66293af6837db4dc54ed63065c0d67
 RMD160 (xmill-0.9.1.tar.gz) = 7ca0e60b16e609997010a94f2bffd3a5c2ab60ff
 Size (xmill-0.9.1.tar.gz) = 1021363 bytes
 SHA1 (patch-aa) = b4f10f11906bdcc927214823f93ef597c0d4b750
+SHA1 (patch-ab) = 1d615fa8446139215d7f53cb2d2c91915786aa9f
diff -r 4bbb84336a8a -r de1a4ff4d457 archivers/xmill/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/xmill/patches/patch-ab  Mon Oct 03 11:25:25 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2005/10/03 11:31:57 joerg Exp $
+
+--- XMill/File.cpp.orig        2005-07-22 15:15:14.000000000 +0000
++++ XMill/File.cpp
+@@ -32,9 +32,6 @@ History:
+ 
+ #include "stdafx.h"
+ 
+-/* external imports */
+-extern int errno;
+-
+ /* class CFile implementation */
+ CFile::CFile()
+ {



Home | Main Index | Thread Index | Old Index