From 7468302ec909d8878c1ca7112829fb6fb582ea40 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 13 Sep 2011 01:43:10 +0000 Subject: - Remove USE_RUBY_AMSTD support, since it is no longer used Discussed with: stas --- Mk/bsd.ruby.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 0cd7a5e72b38..fdcf4d0e2fe4 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -44,8 +44,6 @@ Ruby_Include_MAINTAINER= stas@FreeBSD.org # build. # RUBY_SETUP - Set to the alternative name of setup.rb # (default: setup.rb). -# USE_RUBY_AMSTD - Says that the port uses amstd for building and -# running. # USE_RUBY_RDTOOL - Says that the port uses rdtool to generate documents. # USE_RUBY_RDOC - Says that the port uses rdoc to generate documents. # USE_RUBY_FEATURES - Says that the port requires some of the following @@ -105,14 +103,12 @@ Ruby_Include_MAINTAINER= stas@FreeBSD.org # RUBY_BASE_PORT - Port path of base ruby without PORTSDIR, without # suffix except version. # RUBY_PORT - Port path of ruby without PORTSDIR. -# RUBY_AMSTD_PORT - Port path of ruby-amstd without PORTSDIR. # RUBY_RDTOOL_PORT - Port path of rdtool without PORTSDIR. # RUBY_RDOC_PORT - Port path of rdoc without PORTSDIR. # RUBY_ICONV_PORT - Port path of ruby-iconv without PORTSDIR. # # DEPEND_LIBRUBY - LIB_DEPENDS entry for libruby. # DEPEND_RUBY - BUILD_DEPENDS/RUN_DEPENDS entry for ruby. -# DEPEND_RUBY_AMSTD - BUILD_DEPENDS/RUN_DEPENDS entry for ruby-amstd. # DEPEND_RUBY_RDTOOL - BUILD_DEPENDS entry for rdtool. # DEPEND_RUBY_RDOC - BUILD_DEPENDS entry for rdoc. # DEPEND_RUBY_ICONV - BUILD_DEPENDS/RUN_DEPENDS entry for ruby-iconv. @@ -272,7 +268,6 @@ RUBY_RDOC?= ${LOCALBASE}/bin/rdoc${RUBY_VER:S/.//} # Ports RUBY_BASE_PORT?= lang/ruby${RUBY_VER:S/.//} RUBY_PORT?= ${RUBY_BASE_PORT} -RUBY_AMSTD_PORT?= devel/ruby-amstd RUBY_RDTOOL_PORT?= textproc/ruby-rdtool RUBY_RDOC_PORT?= textproc/ruby-rdoc RUBY_ICONV_PORT?= converters/ruby-iconv @@ -280,7 +275,6 @@ RUBY_ICONV_PORT?= converters/ruby-iconv # Depends DEPEND_LIBRUBY?= ${RUBY_NAME}.${RUBY_SHLIBVER}:${PORTSDIR}/${RUBY_PORT} DEPEND_RUBY?= ${RUBY}:${PORTSDIR}/${RUBY_PORT} -DEPEND_RUBY_AMSTD?= ${RUBY_SITELIBDIR}/amstd/version.rb:${PORTSDIR}/${RUBY_AMSTD_PORT} DEPEND_RUBY_RDTOOL?= ${RUBY_RD2}:${PORTSDIR}/${RUBY_RDTOOL_PORT} DEPEND_RUBY_ICONV= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/${RUBY_ICONV_PORT} @@ -555,11 +549,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake RAKE_BIN= ${LOCALBASE}/bin/rake .endif -.if defined(USE_RUBY_AMSTD) -BUILD_DEPENDS+= ${DEPEND_RUBY_AMSTD} -RUN_DEPENDS+= ${DEPEND_RUBY_AMSTD} -.endif - # documents RUBY_NO_RD_HTML= yes -- cgit v1.2.3