pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gentle Add standard includes needed for a correc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a08cab863a2
branches:  trunk
changeset: 567964:9a08cab863a2
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Nov 30 00:03:08 2009 +0000

description:
Add standard includes needed for a correct LP64 build. PKGREVISION++.

diffstat:

 devel/gentle/Makefile         |   3 ++-
 devel/gentle/distinfo         |  11 ++++++++++-
 devel/gentle/patches/patch-ba |  14 ++++++++++++++
 devel/gentle/patches/patch-bb |  16 ++++++++++++++++
 devel/gentle/patches/patch-bc |  15 +++++++++++++++
 devel/gentle/patches/patch-bd |  15 +++++++++++++++
 devel/gentle/patches/patch-be |  15 +++++++++++++++
 devel/gentle/patches/patch-bf |  13 +++++++++++++
 devel/gentle/patches/patch-bg |  13 +++++++++++++
 devel/gentle/patches/patch-bh |  13 +++++++++++++
 devel/gentle/patches/patch-bi |  13 +++++++++++++
 11 files changed, 139 insertions(+), 2 deletions(-)

diffs (197 lines):

diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/Makefile
--- a/devel/gentle/Makefile     Sun Nov 29 23:42:35 2009 +0000
+++ b/devel/gentle/Makefile     Mon Nov 30 00:03:08 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2008/03/03 17:45:35 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/30 00:03:08 dholland Exp $
 #
 
 DISTNAME=              gentle-97
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          http://gentle.compilertools.net/
 
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/distinfo
--- a/devel/gentle/distinfo     Sun Nov 29 23:42:35 2009 +0000
+++ b/devel/gentle/distinfo     Mon Nov 30 00:03:08 2009 +0000
@@ -1,7 +1,16 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:14 agc Exp $
+$NetBSD: distinfo,v 1.3 2009/11/30 00:03:08 dholland Exp $
 
 SHA1 (gentle-97.tar.gz) = 1cbf70aa6c470346630c407f89878a5f3c0c4406
 RMD160 (gentle-97.tar.gz) = 96cbfca6909f23fa192514eaba0f0fffcfac2d40
 Size (gentle-97.tar.gz) = 453860 bytes
 SHA1 (patch-aa) = 4b76e24c516ea96214e749758ff4093c0f464ecc
 SHA1 (patch-ab) = aea90f9fb1c4fbb00d8595bc5f345d816c023e1a
+SHA1 (patch-ba) = 2189027d7dd50604623d8b741de96a6920542efc
+SHA1 (patch-bb) = c0fe7c3f4171904848043ea7ec62c8e2c87b4197
+SHA1 (patch-bc) = 0281d99d868c6e55eca3357819bd4f8d41297fd3
+SHA1 (patch-bd) = 1cc0893b963a8d8e70464d3186e670bd20918bf9
+SHA1 (patch-be) = 2c606659ca0f7e44f7939ba15be4c56c995299f2
+SHA1 (patch-bf) = 6517ef2f65a802fff764965dc3a50bf5ce34fb2c
+SHA1 (patch-bg) = 46ad7192e8a766f8d98d1588a0e72873586bb82a
+SHA1 (patch-bh) = d6f4b4f6a5c3c8a5d90ae3515209598e851ec0ed
+SHA1 (patch-bi) = 7ae860cb89585fcb6223beee5bd6e7def405f69e
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-ba
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-ba     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ba,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- gentle/cyfront.c~  1998-08-20 09:56:09.000000000 -0400
++++ gentle/cyfront.c   2009-11-29 18:57:45.000000000 -0500
+@@ -7,6 +7,7 @@
+ 
+ */
+ 
++#include <stdio.h>
+ 
+ typedef long * yy;
+ #define yyu (-2147483647L)
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bb     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-bb,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- gentle/main.c~     1998-08-20 09:56:09.000000000 -0400
++++ gentle/main.c      2009-11-29 18:58:37.000000000 -0500
+@@ -7,6 +7,9 @@
+ 
+ */
+ 
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ 
+ static scanargs();
+ 
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bc     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-bc,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- gentle/input.c~    1998-08-20 09:56:09.000000000 -0400
++++ gentle/input.c     2009-11-29 18:58:59.000000000 -0500
+@@ -7,6 +7,8 @@
+ 
+ */
+ 
++#include <stdlib.h>
++#include <string.h>
+ 
+ static long is_defined();
+ static open_next_file ();
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bd     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-bd,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- gentle/symtab.c~   1998-08-20 09:56:09.000000000 -0400
++++ gentle/symtab.c    2009-11-29 18:59:30.000000000 -0500
+@@ -7,6 +7,8 @@
+ 
+ */
+ 
++#include <stdio.h>
++#include <stdlib.h>
+ 
+ #include "gen.h"
+ 
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-be
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-be     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-be,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- gentle/grts.c~     1998-08-20 09:56:09.000000000 -0400
++++ gentle/grts.c      2009-11-29 19:00:04.000000000 -0500
+@@ -7,6 +7,8 @@
+ 
+ */
+ 
++#include <stdio.h>
++#include <stdlib.h>
+ 
+ /* Gentle Runtime System */
+ 
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bf     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bf,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- lib/errmsg.c~      1998-08-20 09:56:11.000000000 -0400
++++ lib/errmsg.c       2009-11-29 19:01:05.000000000 -0500
+@@ -1,3 +1,6 @@
++#include <stdio.h>
++#include <stdlib.h>
++
+ #define PRIVATE static
+ 
+ /*--------------------------------------------------------------------*/
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bg     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bg,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- lib/strings.c~     1998-08-20 09:56:12.000000000 -0400
++++ lib/strings.c      2009-11-29 19:01:41.000000000 -0500
+@@ -1,3 +1,6 @@
++#include <stdio.h>
++#include <stdlib.h>
++
+ #define PRIVATE static
+ 
+ /*--------------------------------------------------------------------*/
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bh     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bh,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- lib/idents.c~      1998-08-20 09:56:11.000000000 -0400
++++ lib/idents.c       2009-11-29 19:02:03.000000000 -0500
+@@ -1,3 +1,6 @@
++#include <stdio.h>
++#include <stdlib.h>
++
+ #define PRIVATE static
+ 
+ /*--------------------------------------------------------------------*/
diff -r fe20d749f0b3 -r 9a08cab863a2 devel/gentle/patches/patch-bi
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gentle/patches/patch-bi     Mon Nov 30 00:03:08 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bi,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- reflex/reflex.c~   1998-08-20 09:56:10.000000000 -0400
++++ reflex/reflex.c    2009-11-29 19:02:55.000000000 -0500
+@@ -1,4 +1,6 @@
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ 
+ /* ( 1) %{ */
+ /* ( 2) YYSTYPE block */



Home | Main Index | Thread Index | Old Index