pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/libzip Needs unistd.h for optind.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f99e7ad69735
branches:  trunk
changeset: 512432:f99e7ad69735
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 09 16:31:44 2006 +0000

description:
Needs unistd.h for optind.

diffstat:

 archivers/libzip/distinfo         |   3 ++-
 archivers/libzip/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 77abbf00ba05 -r f99e7ad69735 archivers/libzip/distinfo
--- a/archivers/libzip/distinfo Tue May 09 16:31:25 2006 +0000
+++ b/archivers/libzip/distinfo Tue May 09 16:31:44 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/05/05 23:51:15 dillo Exp $
+$NetBSD: distinfo,v 1.4 2006/05/09 16:31:44 joerg Exp $
 
 SHA1 (libzip-0.7.tar.gz) = ea11146fb844c66eefada332cb2a09c4b514f2b3
 RMD160 (libzip-0.7.tar.gz) = 246e4373929c7262aa69220e0619096709ae4f32
 Size (libzip-0.7.tar.gz) = 402655 bytes
+SHA1 (patch-aa) = 48894a6cde7931cfc09b49a58152d694a5a61f16
diff -r 77abbf00ba05 -r f99e7ad69735 archivers/libzip/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libzip/patches/patch-aa Tue May 09 16:31:44 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/05/09 16:31:44 joerg Exp $
+
+--- src/zipcmp.c.orig  2006-05-09 14:45:07.000000000 +0000
++++ src/zipcmp.c
+@@ -39,6 +39,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <unistd.h>
+ #include <zlib.h>
+ 
+ #include "config.h"



Home | Main Index | Thread Index | Old Index