pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gnustep-base Don't declare errno as nested exter...
details: https://anonhg.NetBSD.org/pkgsrc/rev/356a15e4ac41
branches: trunk
changeset: 500845:356a15e4ac41
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Oct 13 14:00:51 2005 +0000
description:
Don't declare errno as nested extern. Depend on errno.h to provide.
In the upstream version I added the suggestion of explicitly including
errno.h as done in many other files.
diffstat:
devel/gnustep-base/distinfo | 4 +++-
devel/gnustep-base/patches/patch-ae | 13 +++++++++++++
devel/gnustep-base/patches/patch-af | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r de112133b205 -r 356a15e4ac41 devel/gnustep-base/distinfo
--- a/devel/gnustep-base/distinfo Thu Oct 13 13:42:18 2005 +0000
+++ b/devel/gnustep-base/distinfo Thu Oct 13 14:00:51 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2005/09/30 23:13:57 rh Exp $
+$NetBSD: distinfo,v 1.17 2005/10/13 14:00:51 joerg Exp $
SHA1 (gnustep-base-1.11.1.tar.gz) = c0c284d434a101e321b035ebbe12049bd251b1d3
RMD160 (gnustep-base-1.11.1.tar.gz) = dc367da814719643b3ea0465c809f7f0dfef38b2
@@ -6,3 +6,5 @@
SHA1 (patch-aa) = 3ffaf85eb43ac0be31790e7ec9602ff08cdbc7ae
SHA1 (patch-ab) = 51b4273874c6f66a4c6ee6c7e78de7eadc9e7c95
SHA1 (patch-ac) = 0fe1b14c0d016e9279df84aaa26142b8ed06e63f
+SHA1 (patch-ae) = f249ee724e9b1eb7aa2967a8f5d3993e0bbcca46
+SHA1 (patch-af) = 90c356ccaac3b4ad1869548769a252c1d69e7aa4
diff -r de112133b205 -r 356a15e4ac41 devel/gnustep-base/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnustep-base/patches/patch-ae Thu Oct 13 14:00:51 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2005/10/13 14:00:51 joerg Exp $
+
+--- Source/GSFTPURLHandle.m.orig 2005-07-22 17:30:35.000000000 +0000
++++ Source/GSFTPURLHandle.m
+@@ -972,8 +972,6 @@ static NSLock *urlLock = nil;
+ protocol: @"tcp"];
+ if (sock == nil)
+ {
+- extern int errno;
+-
+ /*
+ * Tell superclass that the load failed - let it do housekeeping.
+ */
diff -r de112133b205 -r 356a15e4ac41 devel/gnustep-base/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnustep-base/patches/patch-af Thu Oct 13 14:00:51 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2005/10/13 14:00:51 joerg Exp $
+
+--- Source/GSHTTPURLHandle.m.orig 2005-07-22 17:32:11.000000000 +0000
++++ Source/GSHTTPURLHandle.m
+@@ -1039,8 +1039,6 @@ static void debugWrite(GSHTTPURLHandle *
+ }
+ if (sock == nil)
+ {
+- extern int errno;
+-
+ /*
+ * Tell superclass that the load failed - let it do housekeeping.
+ */
Home |
Main Index |
Thread Index |
Old Index