diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 17:05:28 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 17:08:33 -0600 |
commit | 18c6e18276691edf5274406bf82a3b06792ff9ae (patch) | |
tree | 23a66e6997d92422bec9960a22edc07e5386d547 /benchmarks | |
parent | devel/py-types-Pillow: update 9.4.0.1 → 9.4.0.2 (diff) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/rubygem-benchmark-ips/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/rubygem-benchmark-memory/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/rubygem-benchmark/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/rubygem-derailed_benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/rubygem-railsbench/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/benchmarks/rubygem-benchmark-ips/Makefile b/benchmarks/rubygem-benchmark-ips/Makefile index ab6b94c63cd5..1e4bf56f7ae4 100644 --- a/benchmarks/rubygem-benchmark-ips/Makefile +++ b/benchmarks/rubygem-benchmark-ips/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/benchmarks/rubygem-benchmark-memory/Makefile b/benchmarks/rubygem-benchmark-memory/Makefile index 669e3e5c9bdd..3132519614f8 100644 --- a/benchmarks/rubygem-benchmark-memory/Makefile +++ b/benchmarks/rubygem-benchmark-memory/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-memory_profiler>=1<2:devel/rubygem-memory_profiler USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/benchmarks/rubygem-benchmark/Makefile b/benchmarks/rubygem-benchmark/Makefile index cadc85917316..57ec1e23d849 100644 --- a/benchmarks/rubygem-benchmark/Makefile +++ b/benchmarks/rubygem-benchmark/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/benchmarks/rubygem-derailed_benchmarks/Makefile b/benchmarks/rubygem-derailed_benchmarks/Makefile index 85bcd871eba3..081a7c7945e6 100644 --- a/benchmarks/rubygem-derailed_benchmarks/Makefile +++ b/benchmarks/rubygem-derailed_benchmarks/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-benchmark-ips>=2.0.0:benchmarks/rubygem-benchmark-ips \ rubygem-unicode_plot>=0.0.4<1.0.0:textproc/rubygem-unicode_plot USES= gem -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-gitlab-derailed_benchmarks diff --git a/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile b/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile index 96fec1507845..0f30ea12c3a2 100644 --- a/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile +++ b/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-benchmark-ips>=2.0.0:benchmarks/rubygem-benchmark-ips \ rubygem-thor>=0.19:devel/rubygem-thor USES= gem -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-derailed_benchmarks diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile index 23a63a9e2b58..19d4195b2fb6 100644 --- a/benchmarks/rubygem-railsbench/Makefile +++ b/benchmarks/rubygem-railsbench/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes |