pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libwww Build on DragonFly. Patch from Joerg Sonne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0e86a4ec9ce
branches:  trunk
changeset: 494905:e0e86a4ec9ce
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue May 31 20:51:46 2005 +0000

description:
Build on DragonFly.  Patch from Joerg Sonnenberger.

diffstat:

 www/libwww/distinfo         |   4 ++--
 www/libwww/patches/patch-af |  18 ++++++++++++++----
 2 files changed, 16 insertions(+), 6 deletions(-)

diffs (64 lines):

diff -r 24664900c9bf -r e0e86a4ec9ce www/libwww/distinfo
--- a/www/libwww/distinfo       Tue May 31 20:48:17 2005 +0000
+++ b/www/libwww/distinfo       Tue May 31 20:51:46 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2005/02/24 14:08:33 wiz Exp $
+$NetBSD: distinfo,v 1.20 2005/05/31 20:51:46 salo Exp $
 
 SHA1 (w3c-libwww-5.4.0.tgz) = 2394cb4e0dc4e2313a9a0ddbf508e4b726e9af63
 RMD160 (w3c-libwww-5.4.0.tgz) = 12e55ecb2435f9048d627e56f8ae60d4c246648b
@@ -11,7 +11,7 @@
 SHA1 (patch-ac) = d3b153c4360d5eb0439a9d328d259896937902df
 SHA1 (patch-ad) = a585498bace904928d18e7449a6defad82f59596
 SHA1 (patch-ae) = 4130a9a20d806553a79e04c79d652b76ec1dce34
-SHA1 (patch-af) = 6cb4967a94626154fd940bf4e2406aad45d59e93
+SHA1 (patch-af) = ce044829940b51037ff37f717dbf92e96504a391
 SHA1 (patch-ai) = 95912fb5b836e4dce01b630f9e6e9c9f41d7bb72
 SHA1 (patch-aj) = 6148ae393aefcce54477b289835038b01a26a0ed
 SHA1 (patch-ak) = fb13a43105ee252a461d20b67d5841db6d247dde
diff -r 24664900c9bf -r e0e86a4ec9ce www/libwww/patches/patch-af
--- a/www/libwww/patches/patch-af       Tue May 31 20:48:17 2005 +0000
+++ b/www/libwww/patches/patch-af       Tue May 31 20:51:46 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.2 2003/10/08 03:24:17 danw Exp $
+$NetBSD: patch-af,v 1.3 2005/05/31 20:51:46 salo Exp $
 
 --- Library/src/wwwsys.h.orig  Wed Dec 20 05:00:07 2000
 +++ Library/src/wwwsys.h
-@@ -925,6 +925,7 @@
+@@ -925,6 +925,7 @@ Their existance is discovered by configu
  #endif
  
  /* appkit.h */
@@ -10,7 +10,7 @@
  #ifdef HAVE_APPKIT_APPKIT_H
  #include <appkit/appkit.h>
  #else
-@@ -932,6 +933,7 @@
+@@ -932,6 +933,7 @@ Their existance is discovered by configu
  #include <appkit.h>
  #endif
  #endif
@@ -18,7 +18,7 @@
  
  /* dn.h */
  #ifdef HAVE_DN_H
-@@ -1225,25 +1227,24 @@
+@@ -1225,25 +1227,24 @@ the SOCKS ones. Initial modification of 
  #ifdef SOCKS4
  #define connect               Rconnect
  #define getsockname   Rgetsockname
@@ -58,3 +58,13 @@
  #else
  #ifdef SOCKS5
  #define connect               SOCKSconnect
+@@ -1316,7 +1317,9 @@ table.
+ */
+ 
+ #ifndef ERRNO_DONE
++#ifndef errno
+ extern int errno;
++#endif
+ #define socerrno errno
+ #endif
+ 



Home | Main Index | Thread Index | Old Index