pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/generate/patches The patches have been applied u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9f082fe82a5
branches: trunk
changeset: 523272:b9f082fe82a5
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Jan 05 10:38:05 2007 +0000
description:
The patches have been applied upstream.
diffstat:
devel/generate/patches/patch-aa | 22 ----------------------
devel/generate/patches/patch-ab | 15 ---------------
2 files changed, 0 insertions(+), 37 deletions(-)
diffs (45 lines):
diff -r bf08f62e42aa -r b9f082fe82a5 devel/generate/patches/patch-aa
--- a/devel/generate/patches/patch-aa Thu Jan 04 22:43:03 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/01/12 10:55:36 darcy Exp $
-
---- generate.c.orig 2005-01-04 08:15:47.000000000 -0500
-+++ generate.c
-@@ -364,7 +364,7 @@ replace_macro(const char *src, char *dst
- char lenbuf[2048];
-
- replace_macro(buf + 2, lenbuf, pre_param);
-- sprintf(dst, "%d", strlen(lenbuf));
-+ sprintf(dst, "%lu", (unsigned long) strlen(lenbuf));
- continue;
- }
-
-@@ -828,7 +828,7 @@ get_input(FILE * in_fp, int if_flag)
- continue;
-
- p = pp;
-- sprintf(cur_line_str, "%d", xline);
-+ sprintf(cur_line_str, "%lu", (unsigned long) xline);
-
- while (isspace((int) *p))
- p++;
diff -r bf08f62e42aa -r b9f082fe82a5 devel/generate/patches/patch-ab
--- a/devel/generate/patches/patch-ab Thu Jan 04 22:43:03 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/03/23 15:11:32 minskim Exp $
-
---- sockunix.c.orig Tue Jan 4 07:15:47 2005
-+++ sockunix.c
-@@ -21,6 +21,10 @@
- #include <netdb.h>
- #include <errno.h>
-
-+#ifndef MAXDNAME
-+#define MAXDNAME NS_MAXDNAME
-+#endif
-+
- FILE *sock_open(const char *str, const char *mode);
-
- FILE *
Home |
Main Index |
Thread Index |
Old Index