diff options
author | obache <obache@pkgsrc.org> | 2011-01-06 00:33:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-06 00:33:39 +0000 |
commit | d1a9ad1cb505baefa3038edfda74561828322c6e (patch) | |
tree | 5cd151f806547e0fd179db38b6db8f0b7557b7ee /comms | |
parent | 17b499e207057532e3d9fba7d3273f7bee30207f (diff) | |
download | pkgsrc-d1a9ad1cb505baefa3038edfda74561828322c6e.tar.gz |
treat DragonFly same as other *BSD.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/distinfo | 3 | ||||
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index f5ea329de43..bbf0358263a 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.30 2009/10/03 11:43:49 is Exp $ +$NetBSD: distinfo,v 1.31 2011/01/06 00:33:39 obache Exp $ SHA1 (mgetty1.1.36-Jun15.tar.gz) = a9627e241502c505465a9c8ffadc09dd7d90fc02 RMD160 (mgetty1.1.36-Jun15.tar.gz) = 421c72b8534c6665c46033d5fe1018ba1300fd50 @@ -7,6 +7,7 @@ SHA1 (patch-aa) = f80c4e7f7eb23eac7ee23c2144612b82c122d45f SHA1 (patch-ab) = 67c666573ac6aa5a9554e169e81991a6226ea122 SHA1 (patch-ac) = bdc69ccc3430634bb74742fd105ee8f3fcde4d21 SHA1 (patch-ad) = a24776252e36cfe84b10b7a1b03a43b15d7049d0 +SHA1 (patch-af) = 088be22c69f39ca099cbe497b7e845bf103bf1c7 SHA1 (patch-ag) = f12e39005c78a94f641ccbdbbfa51b5181821148 SHA1 (patch-ah) = 0a3e5b1375eb36610e6a97113a8e535bf2fd1c6b SHA1 (patch-ai) = 2246b08b0211fb2dfb191f45f2599c1fba9a9744 diff --git a/comms/mgetty+sendfax/patches/patch-af b/comms/mgetty+sendfax/patches/patch-af new file mode 100644 index 00000000000..a0f8d2d05a9 --- /dev/null +++ b/comms/mgetty+sendfax/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.9 2011/01/06 00:33:39 obache Exp $ + +--- logfile.c.orig 2005-11-26 13:48:16.000000000 +0000 ++++ logfile.c +@@ -58,7 +58,7 @@ 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__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__) ++#if !defined(__NetBSD__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__) && !defined(__DragonFly__) + extern int sys_nerr; + extern char *sys_errlist[]; + #endif |