diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index 9301e8072d46..2cfd56493136 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2005/09/08 22:37:54 abs Exp $ +$NetBSD: distinfo,v 1.24 2006/01/05 17:32:52 joerg Exp $ SHA1 (mgetty1.1.31-Jul24.tar.gz) = a6f20da26b49bbfa695791edec7d0a2247b79e2d RMD160 (mgetty1.1.31-Jul24.tar.gz) = 255eec0838ce5bfad04c53d478a4505e74111a07 @@ -8,7 +8,7 @@ SHA1 (patch-ab) = 25c7ac6eb05551ac45ddc3b1fa85c47ea2823b66 SHA1 (patch-ac) = 983ee9598151a2234022bfc65047926841102c65 SHA1 (patch-ad) = 7c4a96eaf7c83e9d907a74317252f752b4c689e6 SHA1 (patch-ae) = 04f35280e337fb766152b7d9badcd0c417aa1739 -SHA1 (patch-af) = b5a36405c7e3783810f513d890190352fe2008cb +SHA1 (patch-af) = c3d141a0952c54c392e99399fd05efebd55f0267 SHA1 (patch-ag) = f12e39005c78a94f641ccbdbbfa51b5181821148 SHA1 (patch-ah) = 2d9de861d3bce7b454eee957d32ffe67996e27c7 SHA1 (patch-ai) = a69003a5a28196c5a57bf538b20a31e2371683c7 @@ -17,3 +17,4 @@ SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475 SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60 SHA1 (patch-am) = 682ed20b5dae0aadfae477741ccba10bc98266d8 SHA1 (patch-ap) = 4b101e76df0081cc62c6fcfb424300019c09819b +SHA1 (patch-aq) = 160e94001568a0a4025a0d26140f972ec0ed8648 diff --git a/comms/mgetty+sendfax/patches/patch-af b/comms/mgetty+sendfax/patches/patch-af index 186172ac9366..00bba2cbb22a 100644 --- a/comms/mgetty+sendfax/patches/patch-af +++ b/comms/mgetty+sendfax/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.6 2005/03/07 11:29:28 wiz Exp $ +$NetBSD: patch-af,v 1.7 2006/01/05 17:32:52 joerg Exp $ --- logfile.c.orig 2003-01-14 22:30:20.000000000 +0100 +++ logfile.c @@ -6,7 +6,7 @@ $NetBSD: patch-af,v 1.6 2005/03/07 11:29:28 wiz Exp $ /* 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__) ++#if !defined(__NetBSD__) && !defined(__DragonFly__) extern int sys_nerr; -#if !defined(__NetBSD__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__) +# if !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__) diff --git a/comms/mgetty+sendfax/patches/patch-aq b/comms/mgetty+sendfax/patches/patch-aq new file mode 100644 index 000000000000..4b5a6ed9335e --- /dev/null +++ b/comms/mgetty+sendfax/patches/patch-aq @@ -0,0 +1,13 @@ +$NetBSD: patch-aq,v 1.1 2006/01/05 17:32:52 joerg Exp $ + +--- mgetty.h.orig 2006-01-05 17:17:17.000000000 +0000 ++++ mgetty.h +@@ -67,7 +67,7 @@ int lprintf _PROTO((int level, const cha + /* bsd stuff */ + #if defined(__BSD_NET2__) || defined(__386BSD__) || \ + defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \ +- defined(__MACH__) ++ defined(__MACH__) || defined(__DragonFly__) + # include /* defines BSD, BSD4_3 and BSD4_4 */ + # ifndef BSD + # define BSD /* just in case... */