pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/mgetty+sendfax Make this compile on NetBSD-current.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef63ece75e19
branches:  trunk
changeset: 462045:ef63ece75e19
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Thu Sep 25 20:27:12 2003 +0000

description:
Make this compile on NetBSD-current.

diffstat:

 comms/mgetty+sendfax/distinfo         |   3 ++-
 comms/mgetty+sendfax/patches/patch-af |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r a05643f13956 -r ef63ece75e19 comms/mgetty+sendfax/distinfo
--- a/comms/mgetty+sendfax/distinfo     Thu Sep 25 19:06:54 2003 +0000
+++ b/comms/mgetty+sendfax/distinfo     Thu Sep 25 20:27:12 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2003/09/20 16:39:34 fredb Exp $
+$NetBSD: distinfo,v 1.13 2003/09/25 20:27:12 fredb Exp $
 
 SHA1 (mgetty1.1.30-Dec16.tar.gz) = aea2a4c999f167e2311e797b164d4797baf328c4
 Size (mgetty1.1.30-Dec16.tar.gz) = 969967 bytes
@@ -7,6 +7,7 @@
 SHA1 (patch-ac) = 1ff9866dd8a54fca4fa59d5144117fa3b46a9b4f
 SHA1 (patch-ad) = 27fcebfe959a1d24657f504b89017fa3a58ae6c1
 SHA1 (patch-ae) = f274db8059463f8b915c2d2faa86aa0e956e5a2c
+SHA1 (patch-af) = 9c4c62ba7f509cbdd4735fe1f08e488cfa769403
 SHA1 (patch-ag) = 943aa837a285663ff6cf5ab07c3f908f499c2074
 SHA1 (patch-ai) = d3f4795898b435b04124cac5af0289157a86c659
 SHA1 (patch-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d
diff -r a05643f13956 -r ef63ece75e19 comms/mgetty+sendfax/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/mgetty+sendfax/patches/patch-af     Thu Sep 25 20:27:12 2003 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-af,v 1.5 2003/09/25 20:27:12 fredb Exp $
+
+--- logfile.c.orig     2002-11-25 07:08:26.000000000 -0600
++++ logfile.c
+@@ -56,9 +56,11 @@ extern int atexit _PROTO(( void (*)(void
+ /* Most systems have these variables but do not declare them. On many
+    of those systems that _do_ declare them, it won't hurt */
+ 
++#if !defined(__NetBSD__)
+ extern int sys_nerr;
+-#if !defined(__NetBSD__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__)
++# if !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__)
+ extern char *sys_errlist[];
++# endif
+ #endif
+ 
+ /* Interactive Unix is a little bit braindead - does not have atexit(),



Home | Main Index | Thread Index | Old Index