aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-01-25 17:19:14 +0800
committerknu <knu@FreeBSD.org>2003-01-25 17:19:14 +0800
commitdbde0b9f42cb218b7404bbb659b7c85c320bb1d7 (patch)
treeab277bf4e0ff1c4bcb5adf86b825071730faf42f /lang
parent65fdb06a50ecf5bb1c8525c68acb092da901c319 (diff)
downloadfreebsd-ports-gnome-dbde0b9f42cb218b7404bbb659b7c85c320bb1d7.tar.gz
freebsd-ports-gnome-dbde0b9f42cb218b7404bbb659b7c85c320bb1d7.tar.zst
freebsd-ports-gnome-dbde0b9f42cb218b7404bbb659b7c85c320bb1d7.zip
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.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/Makefile2
-rw-r--r--lang/ruby/distinfo3
-rw-r--r--lang/ruby/files/patch-defines.h30
-rw-r--r--lang/ruby16/Makefile2
-rw-r--r--lang/ruby16/distinfo3
-rw-r--r--lang/ruby16/files/patch-defines.h30
6 files changed, 6 insertions, 64 deletions
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 */