pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/htdig-devel Don't try and define bool if c++ as it...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9b6f8a5153c
branches: trunk
changeset: 515463:c9b6f8a5153c
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jul 02 14:36:31 2006 +0000
description:
Don't try and define bool if c++ as its builtin. Fixes PR pkg/32960.
diffstat:
www/htdig-devel/distinfo | 3 ++-
www/htdig-devel/patches/patch-aj | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 4593ab73c12e -r c9b6f8a5153c www/htdig-devel/distinfo
--- a/www/htdig-devel/distinfo Sun Jul 02 14:36:19 2006 +0000
+++ b/www/htdig-devel/distinfo Sun Jul 02 14:36:31 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/06/14 19:23:30 adam Exp $
+$NetBSD: distinfo,v 1.4 2006/07/02 14:36:31 markd Exp $
SHA1 (htdig-3.2.0b6.tar.bz2) = 0b28134386e78fe724c56583fbc61b280551122a
RMD160 (htdig-3.2.0b6.tar.bz2) = 1e0900e11618ffe3d43a6fc26163e3ed926a1012
@@ -8,3 +8,4 @@
SHA1 (patch-ag) = 6105b1526f31bb7b757c3ceeae286c7f2c0aa007
SHA1 (patch-ah) = e6e87151c7bd0a44d138d431bdcc7ce7f950d1ee
SHA1 (patch-ai) = f49a6cf6bc385e1025c7aa90cb268e2117e61dab
+SHA1 (patch-aj) = f9f500f11b01f3002d366f3c4abef7db161c99f1
diff -r 4593ab73c12e -r c9b6f8a5153c www/htdig-devel/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/htdig-devel/patches/patch-aj Sun Jul 02 14:36:31 2006 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aj,v 1.1 2006/07/02 14:36:31 markd Exp $
+
+--- include/htconfig.h.orig 2006-06-24 00:56:56.544745000 +1200
++++ include/htconfig.h
+@@ -10,6 +10,7 @@
+
+ #include <config.h>
+
++#ifndef __cplusplus
+ #if HAVE_STDBOOL_H
+ # include <stdbool.h>
+ #else
+@@ -25,4 +26,4 @@
+ # define true 1
+ # define __bool_true_false_are_defined 1
+ #endif
+-
++#endif
Home |
Main Index |
Thread Index |
Old Index