diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-25 09:19:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-25 09:19:14 +0000 |
commit | 55bfdfc21e235f891b52cefd812ddc0a33265c52 (patch) | |
tree | b511d5a2e3665cf40f719c1e7f7cb879e886c100 /lang/ruby | |
parent | 92c00af7f8f17e58e5cd49c198595a6612abe30b (diff) | |
download | ports-55bfdfc21e235f891b52cefd812ddc0a33265c52.tar.gz ports-55bfdfc21e235f891b52cefd812ddc0a33265c52.zip |
Notes
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby/distinfo | 3 | ||||
-rw-r--r-- | lang/ruby/files/patch-defines.h | 30 |
3 files changed, 3 insertions, 32 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 */ |