pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/hpack Compile fix for Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64c4c716fdc6
branches:  trunk
changeset: 487758:64c4c716fdc6
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Jan 19 17:39:13 2005 +0000

description:
Compile fix for Interix.

diffstat:

 archivers/hpack/distinfo         |  4 ++--
 archivers/hpack/patches/patch-ae |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r 17ca658f2448 -r 64c4c716fdc6 archivers/hpack/distinfo
--- a/archivers/hpack/distinfo  Wed Jan 19 17:35:48 2005 +0000
+++ b/archivers/hpack/distinfo  Wed Jan 19 17:39:13 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/10/27 16:45:49 wiz Exp $
+$NetBSD: distinfo,v 1.8 2005/01/19 17:39:13 tv Exp $
 
 SHA1 (hpack-0.79/hpack79src.tar.gz) = cbfd755f1c4fcc4ecf8cd8be476db98e31dede1a
 Size (hpack-0.79/hpack79src.tar.gz) = 545648 bytes
@@ -6,7 +6,7 @@
 SHA1 (patch-ab) = 48fa56d17725d2b3de87955f09d82624d14e2f56
 SHA1 (patch-ac) = cf399b72c990fc2a6583ab0abbb252075c2ceceb
 SHA1 (patch-ad) = c07f5d0ec7e2dd18d518d5eafe64ff0ef9e81a91
-SHA1 (patch-ae) = 710e3a157555c5f34440a56310ebde8c746cffd8
+SHA1 (patch-ae) = 707a89bb1beafb9e1315cd953874a9e93780549e
 SHA1 (patch-af) = 7809e665e108152689036c150afe3865a3848d31
 SHA1 (patch-ag) = fd04724f6ab2bf1fa4f206d18c7235574a357c36
 SHA1 (patch-ah) = 30e7a7e11b10ccb3510199c5e6b86eb77a8ec98d
diff -r 17ca658f2448 -r 64c4c716fdc6 archivers/hpack/patches/patch-ae
--- a/archivers/hpack/patches/patch-ae  Wed Jan 19 17:35:48 2005 +0000
+++ b/archivers/hpack/patches/patch-ae  Wed Jan 19 17:39:13 2005 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ae,v 1.3 2004/06/09 16:17:47 minskim Exp $
+$NetBSD: patch-ae,v 1.4 2005/01/19 17:39:13 tv Exp $
 
---- system.h.orig      1993-08-27 12:16:40.000000000 -0500
+--- system.h.orig      1993-08-27 13:16:40.000000000 -0400
 +++ system.h
 @@ -779,6 +779,10 @@ void strlwr( char *string );
  #if defined( AIX ) || defined( AIX370 ) || defined( AIX386 )
    #define MAX_PATH                    ( 1023 + 1 )
    #define MAX_FILENAME                ( 254 + 1 )
-+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
++#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__INTERIX)
 +  #include <limits.h>
 +  #define MAX_PATH          ( _POSIX_PATH_MAX + 1 )
 +  #define MAX_FILENAME                ( NAME_MAX + 1 )
@@ -17,7 +17,7 @@
  #if defined( AIX ) || defined( AIX370 )
    #define NEED_STRLWR                                 /* AIX RS6000, AIX 370 */
    #define NEED_STRICMP
-+#elif defined( __FreeBSD__ ) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)                                   /* Amdahl UTS4 */
++#elif defined( __FreeBSD__ ) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__INTERIX)                                   /* Amdahl UTS4 */
 +  #include <unistd.h>
 +  #define tell(fd) lseek((fd),(off_t)0,SEEK_CUR)
 +  #define NEED_STRLWR



Home | Main Index | Thread Index | Old Index