pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hre Do not define a symbol in a header file. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3513ae6369f2
branches:  trunk
changeset: 517688:3513ae6369f2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 19 11:56:21 2006 +0000

description:
Do not define a symbol in a header file.  This fixes "multiple definitions"
errors on Darwin.

diffstat:

 textproc/hre/distinfo         |   3 ++-
 textproc/hre/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 7c3828cd4a5a -r 3513ae6369f2 textproc/hre/distinfo
--- a/textproc/hre/distinfo     Sat Aug 19 11:18:15 2006 +0000
+++ b/textproc/hre/distinfo     Sat Aug 19 11:56:21 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/01/02 11:20:57 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/08/19 11:56:21 minskim Exp $
 
 SHA1 (hre-0.9.8a.tar.gz) = 9082ec1553052483340ec15648204738ecab1e41
 RMD160 (hre-0.9.8a.tar.gz) = ea5bb3ce17e07eb85c596502d3ecdb1e62c06fc0
 Size (hre-0.9.8a.tar.gz) = 369257 bytes
 SHA1 (patch-aa) = ad42f93bea365cedb78265a728281e1d759141f8
+SHA1 (patch-ab) = 4e2116d8ac686f5f0764e959779e571d71fc5b1f
diff -r 7c3828cd4a5a -r 3513ae6369f2 textproc/hre/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/patches/patch-ab     Sat Aug 19 11:56:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/08/19 11:56:21 minskim Exp $
+
+--- src/lexical.h.orig 2004-08-04 14:28:08.000000000 -0700
++++ src/lexical.h
+@@ -32,7 +32,7 @@ enum
+   {
+ #include "lexical.def"
+     MAX_SYM_T
+-  } lexical;
++  };
+ #undef DEF_LEXICAL
+ 
+ #endif



Home | Main Index | Thread Index | Old Index