pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby-base Remove USE_RUBY_AMSTD since no package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9130b79fd3de
branches:  trunk
changeset: 470172:9130b79fd3de
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 07 03:33:45 2004 +0000

description:
Remove USE_RUBY_AMSTD since no package use it now.

diffstat:

 lang/ruby-base/Makefile.common |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 8c38c3f696ff -r 9130b79fd3de lang/ruby-base/Makefile.common
--- a/lang/ruby-base/Makefile.common    Sun Mar 07 03:33:33 2004 +0000
+++ b/lang/ruby-base/Makefile.common    Sun Mar 07 03:33:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/02/03 00:18:22 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/03/07 03:33:45 taca Exp $
 # FreeBSD: ports/Mk/bsd.ruby.mk,v 1.11 2000/11/16 17:59:40 knu Exp
 # Makefile.common: ruby common makefile, based on FreeBSD's bsd.ruby.mk.
 
@@ -22,7 +22,7 @@
 # RUBY_EXTCONF_SUBDIRS - Set to list of subdirectories, if multiple modules
 #                        are included.
 # USE_RUBY_SETUP       - Says that the package uses setup.rb to configure and
-#                        build.  Implies USE_RUBY_AMSTD.
+#                        build.
 # RUBY_SETUP           - Set to the alternative name of setup.rb (default:
 #                        setup.rb).
 # REPLACE_RUBY         - Specify the files whose first line be replaced.
@@ -286,10 +286,6 @@
 .endif
 .endif
 
-.if defined(USE_RUBY_AMSTD)
-.include "../../devel/ruby-amstd/Makefile.common"
-.endif
-
 MASTER_SITE_RUBY?= \
        ftp://ftp.ruby-lang.org/pub/ruby/${RUBY_VER}/ \
        ftp://ftp.zetabits.com/pub/lang/ruby/${RUBY_VER}/ \



Home | Main Index | Thread Index | Old Index