pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/magic Always include string.h, strdup works better...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12ca30251c4f
branches:  trunk
changeset: 506286:12ca30251c4f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 13 18:46:06 2006 +0000

description:
Always include string.h, strdup works better that way.

diffstat:

 cad/magic/distinfo         |   3 ++-
 cad/magic/patches/patch-az |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 0f2b3d59ad7a -r 12ca30251c4f cad/magic/distinfo
--- a/cad/magic/distinfo        Fri Jan 13 18:45:06 2006 +0000
+++ b/cad/magic/distinfo        Fri Jan 13 18:46:06 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/01/06 18:14:06 joerg Exp $
+$NetBSD: distinfo,v 1.9 2006/01/13 18:46:06 joerg Exp $
 
 SHA1 (magic-7.1.tar.gz) = 176eb4c6a0ff33c6e265e61360c02da4f454f101
 RMD160 (magic-7.1.tar.gz) = 7ab03ba23243817b168254f8c6f7a50d8ea2a4db
@@ -28,3 +28,4 @@
 SHA1 (patch-aw) = 557bf1993732183b6738ec12539736ebd9aaa900
 SHA1 (patch-ax) = 8bc1938b4435d7724a666ad283c0aef93abdabf1
 SHA1 (patch-ay) = b31fee8531d37d07a0e3eab89b6526508c7e7199
+SHA1 (patch-az) = cc7a6cf8edd61f5f553be4fd390ca28d63dc89fd
diff -r 0f2b3d59ad7a -r 12ca30251c4f cad/magic/patches/patch-az
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/magic/patches/patch-az        Fri Jan 13 18:46:06 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-az,v 1.1 2006/01/13 18:46:06 joerg Exp $
+
+--- textio/txInput.c.orig      2006-01-13 18:28:21.000000000 +0000
++++ textio/txInput.c
+@@ -26,9 +26,7 @@ static char rcsid[]="$Header: /ufs/repos
+ #include <unistd.h>
+ #include <ctype.h>
+ #include <dirent.h>
+-#ifdef SYSV
+ #include <string.h>
+-#endif
+ 
+ 
+ #include "misc/magsgtty.h"



Home | Main Index | Thread Index | Old Index