pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/pim6sd Include stdlib.h for newer yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c99b60db03b
branches:  trunk
changeset: 646533:8c99b60db03b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 10 19:28:29 2015 +0000

description:
Include stdlib.h for newer yacc

diffstat:

 net/pim6sd/distinfo                |   4 ++--
 net/pim6sd/patches/patch-cfparse.y |  10 +++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r a6e5fb77c9cc -r 8c99b60db03b net/pim6sd/distinfo
--- a/net/pim6sd/distinfo       Tue Feb 10 19:27:53 2015 +0000
+++ b/net/pim6sd/distinfo       Tue Feb 10 19:28:29 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2013/09/10 14:37:32 joerg Exp $
+$NetBSD: distinfo,v 1.13 2015/02/10 19:28:29 joerg Exp $
 
 SHA1 (pim6sd-20031021a.tar.gz) = 96334a3e765bebc3ad4789b47543eb0ddccf9c6e
 RMD160 (pim6sd-20031021a.tar.gz) = e285ec24eae1bf09460d20e7fff6089ed7515f3a
@@ -10,5 +10,5 @@
 SHA1 (patch-ae) = bfa5245dd7c2c29d88e420559afbd13c5f9fe9a7
 SHA1 (patch-af) = 3936ade5af8b5e25cefd85810ac50b3663d0323a
 SHA1 (patch-ag) = 902312b492c53257f4e29cab90094b8734f06b97
-SHA1 (patch-cfparse.y) = 6a781cc772f6d200e55b743ea2a5d4414769f00e
+SHA1 (patch-cfparse.y) = c42d778005eed99b87ff9a9298760d3e2b33fc6a
 SHA1 (patch-pim6__proto.c) = 783c38e2a4c9ccf4f1a124a5b4c6a67cbc3e5dfb
diff -r a6e5fb77c9cc -r 8c99b60db03b net/pim6sd/patches/patch-cfparse.y
--- a/net/pim6sd/patches/patch-cfparse.y        Tue Feb 10 19:27:53 2015 +0000
+++ b/net/pim6sd/patches/patch-cfparse.y        Tue Feb 10 19:28:29 2015 +0000
@@ -1,9 +1,17 @@
-$NetBSD: patch-cfparse.y,v 1.1 2011/12/21 11:58:41 wiz Exp $
+$NetBSD: patch-cfparse.y,v 1.2 2015/02/10 19:28:29 joerg Exp $
 
 Fix build with gcc-4.5.
 
 --- cfparse.y.orig     2003-10-21 08:15:45.000000000 +0000
 +++ cfparse.y
+@@ -41,6 +41,7 @@
+ #include <string.h>
+ #include <syslog.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ #include "defs.h"
+ #include "vif.h"
 @@ -1232,7 +1232,7 @@ cf_post_config()
  
  /* initialize all the temporary variables */



Home | Main Index | Thread Index | Old Index