pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/hexedit Only include <inttypes.h> if HAVE_INTT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32659d2de32e
branches:  trunk
changeset: 502635:32659d2de32e
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 20:16:56 2005 +0000

description:
Only include <inttypes.h> if HAVE_INTTYPES_H.

diffstat:

 editors/hexedit/distinfo         |   4 ++--
 editors/hexedit/patches/patch-ae |  10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 16d210e08091 -r 32659d2de32e editors/hexedit/distinfo
--- a/editors/hexedit/distinfo  Mon Nov 07 20:13:44 2005 +0000
+++ b/editors/hexedit/distinfo  Mon Nov 07 20:16:56 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 17:15:11 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/11/07 20:16:56 tv Exp $
 
 SHA1 (hexedit-1.2.10.src.tgz) = 91ddc20587da85f5d4c33e97bae73453d19ed788
 RMD160 (hexedit-1.2.10.src.tgz) = e46f19b0d91de3c833d02083db9e12b8f3a4eaac
 Size (hexedit-1.2.10.src.tgz) = 61566 bytes
 SHA1 (patch-ac) = 969c8f19692e63eb817f917f35b8ff871e689ed9
-SHA1 (patch-ae) = 182659941237f13c23c7bfb48527000504da33de
+SHA1 (patch-ae) = 49627dd5704fb9cd7b6ac08d01d3324ff2d2babd
diff -r 16d210e08091 -r 32659d2de32e editors/hexedit/patches/patch-ae
--- a/editors/hexedit/patches/patch-ae  Mon Nov 07 20:13:44 2005 +0000
+++ b/editors/hexedit/patches/patch-ae  Mon Nov 07 20:16:56 2005 +0000
@@ -1,16 +1,18 @@
-$NetBSD: patch-ae,v 1.3 2004/08/03 12:12:54 adam Exp $
+$NetBSD: patch-ae,v 1.4 2005/11/07 20:16:56 tv Exp $
 
---- hexedit.h.orig     2004-05-07 15:26:43.000000000 +0000
+--- hexedit.h.orig     2004-05-07 11:26:43.000000000 -0400
 +++ hexedit.h
-@@ -2,6 +2,7 @@
+@@ -2,6 +2,9 @@
  #define HEXEDIT_H
  
  #include "config.h"
++#if HAVE_INTTYPES_H
 +#include <inttypes.h>
++#endif
  #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
-@@ -24,6 +25,7 @@
+@@ -24,6 +27,7 @@
  #include <libgen.h>
  #endif
  #if HAVE_SYS_MOUNT_H



Home | Main Index | Thread Index | Old Index