Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 15:50:02 -0700 (PDT)
From:      Yasuhiro Fukuma <yasuf@big.or.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10906: Update: lang/ruby
Message-ID:  <199904082250.PAA08800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10906; it has been noted by GNATS.

From: Yasuhiro Fukuma <yasuf@big.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/10906: Update: lang/ruby
Date: Fri, 09 Apr 1999 07:35:02 +0900

 Ruby 1.2.4 was released.  Here is an update patch.
 
   Removed files: patches/{patch-ba,patch-bb}
 
 diff -ruN ruby-1.2.3.19990402/Makefile ruby/Makefile
 --- ruby-1.2.3.19990402/Makefile	Fri Apr  2 01:17:19 1999
 +++ ruby/Makefile	Fri Apr  9 02:57:54 1999
 @@ -1,12 +1,12 @@
  # New ports collection makefile for:    ruby
 -# Version required:     1.2.3
 +# Version required:     1.2.4
  # Date created:         04 September 1997
  # Whom:                 Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
  #
  # $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $
  #
  
 -DISTNAME=	ruby-1.2.3
 +DISTNAME=	ruby-1.2.4
  CATEGORIES=	lang
  MASTER_SITES=	ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \
  		ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \
 diff -ruN ruby-1.2.3.19990402/files/md5 ruby/files/md5
 --- ruby-1.2.3.19990402/files/md5	Thu Mar 25 16:01:03 1999
 +++ ruby/files/md5	Fri Apr  9 01:54:01 1999
 @@ -1 +1 @@
 -MD5 (ruby-1.2.3.tar.gz) = 8a6b13a9751d83bba5c638a718ffaad2
 +MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232
 diff -ruN ruby-1.2.3.19990402/patches/patch-ba ruby/patches/patch-ba
 --- ruby-1.2.3.19990402/patches/patch-ba	Thu Mar 25 16:01:03 1999
 +++ ruby/patches/patch-ba	Thu Jan  1 09:00:00 1970
 @@ -1,13 +0,0 @@
 ---- configure.in.orig	Tue Feb  9 11:56:40 1999
 -+++ configure.in	Tue Feb 23 11:05:32 1999
 -@@ -376,8 +376,8 @@
 - 	linux*) 	LDSHARED="gcc -shared"
 - 			rb_cv_dlopen=yes ;;
 - 	freebsd*)	LDSHARED="gcc -shared"
 --			if test -x /usr/bin/objformat -a \
 --				`/usr/bin/objformat` = "elf" ; then
 -+			if test -x /usr/bin/objformat && \
 -+			   test `/usr/bin/objformat` = "elf" ; then
 - 			    LDFLAGS="-rdynamic"
 - 			fi
 - 			rb_cv_dlopen=yes ;;
 diff -ruN ruby-1.2.3.19990402/patches/patch-bb ruby/patches/patch-bb
 --- ruby-1.2.3.19990402/patches/patch-bb	Thu Mar 25 16:01:03 1999
 +++ ruby/patches/patch-bb	Thu Jan  1 09:00:00 1970
 @@ -1,13 +0,0 @@
 ---- configure.orig	Tue Feb  9 11:56:46 1999
 -+++ configure	Tue Feb 23 11:06:07 1999
 -@@ -3473,8 +3473,8 @@
 - 	linux*) 	LDSHARED="gcc -shared"
 - 			rb_cv_dlopen=yes ;;
 - 	freebsd*)	LDSHARED="gcc -shared"
 --			if test -x /usr/bin/objformat -a \
 --				`/usr/bin/objformat` = "elf" ; then
 -+			if test -x /usr/bin/objformat && \
 -+			   test `/usr/bin/objformat` = "elf" ; then
 - 			    LDFLAGS="-rdynamic"
 - 			fi
 - 			rb_cv_dlopen=yes ;;
 diff -ruN ruby-1.2.3.19990402/pkg/PLIST ruby/pkg/PLIST
 --- ruby-1.2.3.19990402/pkg/PLIST	Fri Apr  2 01:02:06 1999
 +++ ruby/pkg/PLIST	Fri Apr  9 02:58:10 1999
 @@ -6,6 +6,7 @@
  lib/ruby/%%RUBY_ARCH%%/etc.so
  lib/ruby/%%RUBY_ARCH%%/dbm.so
  lib/ruby/%%RUBY_ARCH%%/curses.so
 +lib/ruby/%%RUBY_ARCH%%/libruby.a
  lib/ruby/%%RUBY_ARCH%%/defines.h
  lib/ruby/%%RUBY_ARCH%%/dln.h
  lib/ruby/%%RUBY_ARCH%%/env.h
 @@ -20,11 +21,11 @@
  lib/ruby/%%RUBY_ARCH%%/st.h
  lib/ruby/%%RUBY_ARCH%%/util.h
  lib/ruby/%%RUBY_ARCH%%/version.h
 +lib/ruby/%%RUBY_ARCH%%/y.tab.h
  lib/ruby/%%RUBY_ARCH%%/config.h
  lib/ruby/%%RUBY_ARCH%%/rbconfig.rb
  lib/ruby/English.rb
  lib/ruby/Env.rb
 -lib/ruby/README
  lib/ruby/base64.rb
  lib/ruby/cgi-lib.rb
  lib/ruby/complex.rb
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904082250.PAA08800>