diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-12-14 07:16:04 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-12-14 07:16:04 +0000 |
commit | 96f7eeafe25cc1b846c60a823fc164052f601e1a (patch) | |
tree | 9c85daf913b6201c7be1f32c9c107b8b3161cde1 /lang/ruby | |
parent | 3edf2f770a1cdbc3b6e31ef6cc2c8dffddaaf3a5 (diff) | |
download | pkgsrc-96f7eeafe25cc1b846c60a823fc164052f601e1a.tar.gz |
Update ruby to 1.4.3
Changes 1.4.3 from 1.4.2:
some bugfix
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 8 | ||||
-rw-r--r-- | lang/ruby/files/md5 | 4 | ||||
-rw-r--r-- | lang/ruby/files/patch-sum | 4 | ||||
-rw-r--r-- | lang/ruby/patches/patch-aa | 14 | ||||
-rw-r--r-- | lang/ruby/pkg/PLIST | 5 |
5 files changed, 19 insertions, 16 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 3d62f98df99..03c0a06e7a1 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 1999/09/21 01:18:06 sakamoto Exp $ +# $NetBSD: Makefile,v 1.7 1999/12/14 07:16:04 sakamoto Exp $ # -DISTNAME= ruby-1.4.2 +DISTNAME= ruby-1.4.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/ \ ftp://ftp.iij.ad.jp/pub/lang/ruby/ \ @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/ \ http://mirror.nucba.ac.jp/mirror/ruby/ MAINTAINER= sakamoto@netbsd.org -HOMEPAGE= http://www.netlab.co.jp/ruby/index.html +HOMEPAGE= http://www.ruby-lang.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= gdbm-1.7.3:../../databases/gdbm @@ -21,7 +21,7 @@ DEPENDS+= readline-4.0:../../devel/readline GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared -MAKE_ENV+= DLDFLAGS="-L${LOCALBASE}/lib -R${LOCALBASE}/lib" +MAKE_ENV+= DLDFLAGS="-L${LOCALBASE}/lib -R${LOCALBASE}/lib -L${X11BASE}/lib -R${X11BASE}/lib" PLIST_SUBST= RUBY_VERSION=1.4 diff --git a/lang/ruby/files/md5 b/lang/ruby/files/md5 index 2aad61e82f5..fd47d3fad52 100644 --- a/lang/ruby/files/md5 +++ b/lang/ruby/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/10/05 07:22:45 sakamoto Exp $ +$NetBSD: md5,v 1.5 1999/12/14 07:16:05 sakamoto Exp $ -MD5 (ruby-1.4.2.tar.gz) = 13c18f8cfa0cb0bf1268942cfc04c462 +MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9 diff --git a/lang/ruby/files/patch-sum b/lang/ruby/files/patch-sum index eefa9489749..d487c0163dc 100644 --- a/lang/ruby/files/patch-sum +++ b/lang/ruby/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.1 1999/09/22 12:33:28 sakamoto Exp $ +$NetBSD: patch-sum,v 1.2 1999/12/14 07:16:05 sakamoto Exp $ -MD5 (patch-aa) = c7b1eeb320f5af1a046d884b7b520526 +MD5 (patch-aa) = 63413152889269cdc5c2cb9f64e537e2 MD5 (patch-ab) = e132c46af84d0969cf0e00f6ffb95bac MD5 (patch-ac) = b7598f85460293ac502d0d9c81260e2b diff --git a/lang/ruby/patches/patch-aa b/lang/ruby/patches/patch-aa index 75f5a6a728d..9686d4a183c 100644 --- a/lang/ruby/patches/patch-aa +++ b/lang/ruby/patches/patch-aa @@ -1,11 +1,13 @@ -$NetBSD: patch-aa,v 1.1 1999/09/22 12:33:29 sakamoto Exp $ +$NetBSD: patch-aa,v 1.2 1999/12/14 07:16:05 sakamoto Exp $ ---- ./dln.c.orig Fri Aug 13 14:45:03 1999 -+++ ./dln.c Wed Sep 22 19:51:42 1999 -@@ -81,5 +81,5 @@ +--- dln.c.orig Wed Nov 10 17:54:41 1999 ++++ dln.c Tue Dec 14 13:12:16 1999 +@@ -80,7 +80,7 @@ + #endif #ifndef FUNCNAME_PATTERN --# if defined(__hp9000s300) || (defined(__NetBSD__) && (!defined(__alpha__) && !defined(__mips__))) || defined(__BORLANDC__) || (defined(__FreeBSD__) && __FreeBSD__ < 3) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__) -+# if defined(__hp9000s300) || (defined(__NetBSD__) && !defined(__ELF__)) || defined(__BORLANDC__) || (defined(__FreeBSD__) && __FreeBSD__ < 3) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__) +-# if defined(__hp9000s300) || (defined(__NetBSD__) && (!defined(__alpha__) && !defined(__mips__))) || defined(__BORLANDC__) || (defined(__FreeBSD__) && __FreeBSD__ < 3) || defined(__OpenBSD__) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__) ++# if defined(__hp9000s300) || (defined(__NetBSD__) && !defined(__ELF__)) || defined(__BORLANDC__) || (defined(__FreeBSD__) && __FreeBSD__ < 3) || defined(__OpenBSD__) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__) # define FUNCNAME_PATTERN "_Init_%.200s" # else + # define FUNCNAME_PATTERN "Init_%.200s" diff --git a/lang/ruby/pkg/PLIST b/lang/ruby/pkg/PLIST index 65522b09ca0..c554d43b69f 100644 --- a/lang/ruby/pkg/PLIST +++ b/lang/ruby/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/10/05 07:22:46 sakamoto Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/12/14 07:16:06 sakamoto Exp $ bin/ruby lib/libruby.so.${RUBY_VERSION} lib/ruby/${RUBY_VERSION}/English.rb @@ -6,6 +6,7 @@ lib/ruby/${RUBY_VERSION}/Env.rb lib/ruby/${RUBY_VERSION}/base64.rb lib/ruby/${RUBY_VERSION}/cgi-lib.rb lib/ruby/${RUBY_VERSION}/cgi.rb +lib/ruby/${RUBY_VERSION}/cgi/session.rb lib/ruby/${RUBY_VERSION}/complex.rb lib/ruby/${RUBY_VERSION}/date.rb lib/ruby/${RUBY_VERSION}/date2.rb @@ -140,7 +141,6 @@ share/examples/ruby/pi.rb share/examples/ruby/rcs.awk share/examples/ruby/rcs.dat share/examples/ruby/rcs.rb -share/examples/ruby/rd2html.rb share/examples/ruby/regx.rb share/examples/ruby/rename.rb share/examples/ruby/sieve.rb @@ -158,5 +158,6 @@ share/examples/ruby/uumerge.rb @dirrm lib/ruby/${RUBY_VERSION}/net @dirrm lib/ruby/${RUBY_VERSION}/irb @dirrm lib/ruby/${RUBY_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS} +@dirrm lib/ruby/${RUBY_VERSION}/cgi @dirrm lib/ruby/${RUBY_VERSION} @dirrm lib/ruby |