summaryrefslogtreecommitdiff
path: root/mail/faces
diff options
context:
space:
mode:
authortron <tron>2007-12-16 14:48:30 +0000
committertron <tron>2007-12-16 14:48:30 +0000
commit9693d6a1efc65553667134c9ec7f504674c2d713 (patch)
treedc0f6d6d9cb6e8c6c98e18b48b7b8164b6a346e1 /mail/faces
parent175e1fe3e86c6eee14b6b87c2b526c87b14a4e64 (diff)
downloadpkgsrc-9693d6a1efc65553667134c9ec7f504674c2d713.tar.gz
Include "stdlib.h" head file and add a few forward declarations to please
picky C compilers.
Diffstat (limited to 'mail/faces')
-rw-r--r--mail/faces/distinfo4
-rw-r--r--mail/faces/patches/patch-aw20
2 files changed, 16 insertions, 8 deletions
diff --git a/mail/faces/distinfo b/mail/faces/distinfo
index db901a07948..f2a5c4d0170 100644
--- a/mail/faces/distinfo
+++ b/mail/faces/distinfo
@@ -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-as) = 3751bb0603637db885263d49a50769c7d6c39377
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 --git a/mail/faces/patches/patch-aw b/mail/faces/patches/patch-aw
index 25f0a40c88b..1d1d53e859e 100644
--- a/mail/faces/patches/patch-aw
+++ b/mail/faces/patches/patch-aw
@@ -1,12 +1,20 @@
-$NetBSD: patch-aw,v 1.1 2001/02/03 01:53:03 dmcmahill Exp $
+$NetBSD: patch-aw,v 1.2 2007/12/16 14:48:30 tron Exp $
-add prototypes for 64-bit machines
-
---- 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: