From dbde0b9f42cb218b7404bbb659b7c85c320bb1d7 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 25 Jan 2003 09:19:14 +0000 Subject: Update lang/ruby to the latest snapshot as of 2003-01-19, and Oni Guruma to 2003-01-21. This update includes a bug fix that exposes when formatting Bignums, like with ipaddr.rb. --- lang/ruby/Makefile | 2 +- lang/ruby/distinfo | 3 ++- lang/ruby/files/patch-defines.h | 30 ------------------------------ lang/ruby16/Makefile | 2 +- lang/ruby16/distinfo | 3 ++- lang/ruby16/files/patch-defines.h | 30 ------------------------------ 6 files changed, 6 insertions(+), 64 deletions(-) delete mode 100644 lang/ruby/files/patch-defines.h delete mode 100644 lang/ruby16/files/patch-defines.h (limited to 'lang') diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 41eb6d6266e4..67978a4d52cb 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -26,7 +26,7 @@ MAINTAINER= knu@FreeBSD.org .if defined(WITH_ONIGURUMA) ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY} ONIGURUMA_MASTER_SITE_SUBDIR= contrib -ONIGURUMA_DISTFILE= onigd20030109.tar.gz +ONIGURUMA_DISTFILE= onigd20030121.tar.gz PLIST_SUB+= ONIGURUMA="" .else PLIST_SUB+= ONIGURUMA="@comment " diff --git a/lang/ruby/distinfo b/lang/ruby/distinfo index 8953150022e3..37ff96a60cef 100644 --- a/lang/ruby/distinfo +++ b/lang/ruby/distinfo @@ -1,2 +1,3 @@ MD5 (ruby/ruby-1.6.8.tar.gz) = bf48d49dbd94b5c0eda5f75b3bfbac16 -MD5 (ruby/onigd20030109.tar.gz) = b553a8fda41cdec52fed70002b2d3f26 +MD5 (ruby/ruby-1.6.8-2003.01.19.diff.bz2) = cf198340b4b7d6db6aae80e10cf64f91 +MD5 (ruby/onigd20030121.tar.gz) = 92ba124a64e0852e067f3aaeecf11f87 diff --git a/lang/ruby/files/patch-defines.h b/lang/ruby/files/patch-defines.h deleted file mode 100644 index a33d5d8ee9ef..000000000000 --- a/lang/ruby/files/patch-defines.h +++ /dev/null @@ -1,30 +0,0 @@ -Index: defines.h -=================================================================== -RCS file: /src/ruby/defines.h,v -retrieving revision 1.12.2.2 -retrieving revision 1.12.2.3 -diff -u -r1.12.2.2 -r1.12.2.3 ---- defines.h 4 Jan 2002 14:19:47 -0000 1.12.2.2 -+++ defines.h 31 Dec 2002 10:30:41 -0000 1.12.2.3 -@@ -2,8 +2,8 @@ - - defines.h - - -- $Author: matz $ -- $Date: 2002/01/04 14:19:47 $ -+ $Author: knu $ -+ $Date: 2002/12/31 10:30:41 $ - created at: Wed May 18 00:21:44 JST 1994 - - ************************************************/ -@@ -52,7 +52,9 @@ - #if defined(sparc) || defined(__sparc__) - # if defined(linux) || defined(__linux__) - #define FLUSH_REGISTER_WINDOWS asm("ta 0x83") --# else /* Solaris, not sparc linux */ -+# elif defined(__FreeBSD__) && defined(__sparc64__) -+#define FLUSH_REGISTER_WINDOWS asm volatile("flushw" : :) -+# else /* Solaris, OpenBSD, NetBSD, etc. */ - #define FLUSH_REGISTER_WINDOWS asm("ta 0x03") - # endif /* trap always to flush register windows if we are on a Sparc system */ - #else /* Not a sparc, so */ diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 41eb6d6266e4..67978a4d52cb 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -26,7 +26,7 @@ MAINTAINER= knu@FreeBSD.org .if defined(WITH_ONIGURUMA) ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY} ONIGURUMA_MASTER_SITE_SUBDIR= contrib -ONIGURUMA_DISTFILE= onigd20030109.tar.gz +ONIGURUMA_DISTFILE= onigd20030121.tar.gz PLIST_SUB+= ONIGURUMA="" .else PLIST_SUB+= ONIGURUMA="@comment " diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index 8953150022e3..37ff96a60cef 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1,2 +1,3 @@ MD5 (ruby/ruby-1.6.8.tar.gz) = bf48d49dbd94b5c0eda5f75b3bfbac16 -MD5 (ruby/onigd20030109.tar.gz) = b553a8fda41cdec52fed70002b2d3f26 +MD5 (ruby/ruby-1.6.8-2003.01.19.diff.bz2) = cf198340b4b7d6db6aae80e10cf64f91 +MD5 (ruby/onigd20030121.tar.gz) = 92ba124a64e0852e067f3aaeecf11f87 diff --git a/lang/ruby16/files/patch-defines.h b/lang/ruby16/files/patch-defines.h deleted file mode 100644 index a33d5d8ee9ef..000000000000 --- a/lang/ruby16/files/patch-defines.h +++ /dev/null @@ -1,30 +0,0 @@ -Index: defines.h -=================================================================== -RCS file: /src/ruby/defines.h,v -retrieving revision 1.12.2.2 -retrieving revision 1.12.2.3 -diff -u -r1.12.2.2 -r1.12.2.3 ---- defines.h 4 Jan 2002 14:19:47 -0000 1.12.2.2 -+++ defines.h 31 Dec 2002 10:30:41 -0000 1.12.2.3 -@@ -2,8 +2,8 @@ - - defines.h - - -- $Author: matz $ -- $Date: 2002/01/04 14:19:47 $ -+ $Author: knu $ -+ $Date: 2002/12/31 10:30:41 $ - created at: Wed May 18 00:21:44 JST 1994 - - ************************************************/ -@@ -52,7 +52,9 @@ - #if defined(sparc) || defined(__sparc__) - # if defined(linux) || defined(__linux__) - #define FLUSH_REGISTER_WINDOWS asm("ta 0x83") --# else /* Solaris, not sparc linux */ -+# elif defined(__FreeBSD__) && defined(__sparc64__) -+#define FLUSH_REGISTER_WINDOWS asm volatile("flushw" : :) -+# else /* Solaris, OpenBSD, NetBSD, etc. */ - #define FLUSH_REGISTER_WINDOWS asm("ta 0x03") - # endif /* trap always to flush register windows if we are on a Sparc system */ - #else /* Not a sparc, so */ -- cgit