pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/anjuta Apply the fix from PR 22702 from pino at ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ca0a65526ac
branches:  trunk
changeset: 461710:5ca0a65526ac
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Sep 19 15:22:12 2003 +0000

description:
Apply the fix from PR 22702 from pino at the organisation known as
dohd, to make the compilation complete successfully.  (It's not a
workaround, the inclusion of <stdlib.h> also brings in the other
correct header files).

diffstat:

 devel/anjuta/distinfo         |   3 ++-
 devel/anjuta/patches/patch-am |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c73d8a1ce77d -r 5ca0a65526ac devel/anjuta/distinfo
--- a/devel/anjuta/distinfo     Fri Sep 19 14:37:21 2003 +0000
+++ b/devel/anjuta/distinfo     Fri Sep 19 15:22:12 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/01/06 00:06:07 rh Exp $
+$NetBSD: distinfo,v 1.4 2003/09/19 15:22:12 agc Exp $
 
 SHA1 (anjuta-1.0.1.tar.gz) = edaedf937375d63ee914972d51858092a74ad3a7
 Size (anjuta-1.0.1.tar.gz) = 6142521 bytes
@@ -9,3 +9,4 @@
 SHA1 (patch-aj) = 379f60b5a086f4b1340b3917c42810b975d54fcc
 SHA1 (patch-ak) = bc92f64b4bcc845da0935917335c133086a93246
 SHA1 (patch-al) = 5cb1faacdba8be45412c6d84bfc02d30942adffd
+SHA1 (patch-am) = d1577c6ac0f1e84067a5b6f02f32cc3970aacbb5
diff -r c73d8a1ce77d -r 5ca0a65526ac devel/anjuta/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/anjuta/patches/patch-am     Fri Sep 19 15:22:12 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2003/09/19 15:22:17 agc Exp $
+
+--- tagmanager/general.h       2003/09/19 13:43:49     1.1
++++ tagmanager/general.h       2003/09/19 13:44:13
+@@ -20,6 +20,8 @@
+ # include "mac.h"
+ #endif
+ 
++#include <stdlib.h>
++
+ /*
+ *   MACROS
+ */



Home | Main Index | Thread Index | Old Index