pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/opensp add missing header which gets the buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21d56625aa51
branches:  trunk
changeset: 524305:21d56625aa51
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jan 23 12:56:41 2007 +0000

description:
add missing header which gets the build a little further with sunpro
compilers.

diffstat:

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

diffs (31 lines):

diff -r 750deb3b2de7 -r 21d56625aa51 textproc/opensp/distinfo
--- a/textproc/opensp/distinfo  Tue Jan 23 11:54:00 2007 +0000
+++ b/textproc/opensp/distinfo  Tue Jan 23 12:56:41 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2006/06/26 19:50:28 wiz Exp $
+$NetBSD: distinfo,v 1.9 2007/01/23 12:56:41 dmcmahill Exp $
 
 SHA1 (OpenSP-1.5.2.tar.gz) = b4e903e980f8a8b3887396a24e067bef126e97d5
 RMD160 (OpenSP-1.5.2.tar.gz) = 6e671a267562c5b9283e7e6504e8339cb1d86850
 Size (OpenSP-1.5.2.tar.gz) = 1521390 bytes
 SHA1 (patch-aa) = c24326e85a585378088a8c5ed0bd65a2a5022951
+SHA1 (patch-ab) = 35401a5bd63b9b22c3a18d56d3e3af066cd28c82
diff -r 750deb3b2de7 -r 21d56625aa51 textproc/opensp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/opensp/patches/patch-ab  Tue Jan 23 12:56:41 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.7 2007/01/23 12:56:41 dmcmahill Exp $
+
+Needed for getenv() prototype.
+
+--- lib/MessageReporter.cxx.orig       2005-07-21 10:05:17.000000000 -0400
++++ lib/MessageReporter.cxx
+@@ -13,7 +13,7 @@
+ #include "macros.h"
+ 
+ #include <string.h>
+-
++#include <stdlib.h>
+ 
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {



Home | Main Index | Thread Index | Old Index