pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/faces Include "stdlib.h" head file and add a few ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ef58a7d2636
branches:  trunk
changeset: 536520:8ef58a7d2636
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Dec 16 14:48:30 2007 +0000

description:
Include "stdlib.h" head file and add a few forward declarations to please
picky C compilers.

diffstat:

 mail/faces/distinfo         |   4 ++--
 mail/faces/patches/patch-aw |  20 ++++++++++++++------
 2 files changed, 16 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 414f409cfbb2 -r 8ef58a7d2636 mail/faces/distinfo
--- a/mail/faces/distinfo       Sun Dec 16 14:38:29 2007 +0000
+++ b/mail/faces/distinfo       Sun Dec 16 14:48:30 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2006/01/08 14:30:01 tron Exp $
+$NetBSD: distinfo,v 1.13 2007/12/16 14:48:30 tron Exp $
 
 SHA1 (faces-1.6.1.tar.Z) = 8402a74e43e78345c23a975a417c2407322db65f
 RMD160 (faces-1.6.1.tar.Z) = fdf0d1eca4d094b0b50c00c627082c78ae5dd195
@@ -25,7 +25,7 @@
 SHA1 (patch-at) = ee84e7a191c0db0f278be753562ba086050a7f8c
 SHA1 (patch-au) = 582e9ad10b44e2e8af10c5c5e8682a7bfe508318
 SHA1 (patch-av) = 0167d89f23dcc997af9a9b9ab78439d5840e0724
-SHA1 (patch-aw) = a53df4bc5b1eb696bc9416f7109d152d735b76f7
+SHA1 (patch-aw) = 654de6c7e5e1164fad2bbd60606f50cb45ad8da3
 SHA1 (patch-ax) = d815d247fbbfe9a0553bd3c2187d842269d36000
 SHA1 (patch-ay) = 47cfbfb581fcfb9a781c76dd9dfdcd410ce39a93
 SHA1 (patch-az) = 1d753d201e2c4790a027b0ccad1da3ce02e20085
diff -r 414f409cfbb2 -r 8ef58a7d2636 mail/faces/patches/patch-aw
--- a/mail/faces/patches/patch-aw       Sun Dec 16 14:38:29 2007 +0000
+++ b/mail/faces/patches/patch-aw       Sun Dec 16 14:48:30 2007 +0000
@@ -1,12 +1,20 @@
-$NetBSD: patch-aw,v 1.1 2001/02/03 01:53:03 dmcmahill Exp $
-
-add prototypes for 64-bit machines
+$NetBSD: patch-aw,v 1.2 2007/12/16 14:48:30 tron Exp $
 
---- address.y.orig     Sun Jun 30 21:25:54 1991
-+++ address.y  Fri Feb  2 18:03:04 2001
-@@ -2,4 +2,5 @@
+--- address.y.orig     1991-07-01 02:25:54.000000000 +0100
++++ address.y  2007-12-16 14:41:03.000000000 +0000
+@@ -1,9 +1,15 @@
+ %{
  #include <stdio.h>
  #include <signal.h>
 +#include <string.h>
++#include <stdlib.h>
  #include "addr.h"
  #include "faces.h"
+ 
++static char * newstring2(char *a, char *b);
++static char * newstring3(char *a, char *b, char *c);
++static void yyerror(char *s);
++
+ /*  @(#)address.y 1.4 91/05/06
+  *
+  *  Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, by:



Home | Main Index | Thread Index | Old Index