pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/catdoc Pull stdint.h to fix build on FreeBSD 9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/703173bbf568
branches: trunk
changeset: 627863:703173bbf568
user: asau <asau%pkgsrc.org@localhost>
date: Mon Dec 16 19:35:16 2013 +0000
description:
Pull stdint.h to fix build on FreeBSD 9.
diffstat:
textproc/catdoc/distinfo | 3 ++-
textproc/catdoc/patches/patch-src_xlsparse.c | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 10343c42db23 -r 703173bbf568 textproc/catdoc/distinfo
--- a/textproc/catdoc/distinfo Mon Dec 16 19:00:03 2013 +0000
+++ b/textproc/catdoc/distinfo Mon Dec 16 19:35:16 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2013/06/16 09:08:52 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2013/12/16 19:35:16 asau Exp $
SHA1 (catdoc_0.94.4.orig.tar.gz) = 26c9addb221543288c013ecadf4f6fb0c9eca13e
RMD160 (catdoc_0.94.4.orig.tar.gz) = 719c1030fa9506c2402a6e2dcd1335ae7594e1a9
@@ -7,3 +7,4 @@
SHA1 (patch-ac) = 054c786d0b047302b89f5f8e2847481a115a40f8
SHA1 (patch-desktop_Makefile.in) = da1d4903d0b236af684f97f72b8d6f16b7c925a3
SHA1 (patch-doc_Makefile.in) = dfe11be92aa209e2d282719678eeb63928088747
+SHA1 (patch-src_xlsparse.c) = 34a735b6d5db833d06c4d6a994d7ea9d1c18ef70
diff -r 10343c42db23 -r 703173bbf568 textproc/catdoc/patches/patch-src_xlsparse.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/catdoc/patches/patch-src_xlsparse.c Mon Dec 16 19:35:16 2013 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_xlsparse.c,v 1.1 2013/12/16 19:35:16 asau Exp $
+
+--- src/xlsparse.c.orig 2012-12-03 18:03:52.000000000 +0000
++++ src/xlsparse.c 2013-12-16 19:31:35.196505723 +0000
+@@ -8,6 +8,7 @@
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif
++#include <stdint.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include "xls.h"
Home |
Main Index |
Thread Index |
Old Index