diff options
author | swills <swills@FreeBSD.org> | 2017-07-12 05:03:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-07-12 05:03:09 +0800 |
commit | f63f60b81886d5156c4e684c5c30d5cdc87f8d6b (patch) | |
tree | 94235cf860cac8f36d39f04bc16e5f5d252a4f99 /Mk | |
parent | 2383dcff2f507921ab81d28dd07a710c23e43a32 (diff) | |
download | freebsd-ports-gnome-f63f60b81886d5156c4e684c5c30d5cdc87f8d6b.tar.gz freebsd-ports-gnome-f63f60b81886d5156c4e684c5c30d5cdc87f8d6b.tar.zst freebsd-ports-gnome-f63f60b81886d5156c4e684c5c30d5cdc87f8d6b.zip |
lang/ruby2{2,3,4}: require libunwind
Since ruby detects this if it's installed, and it's more often installed now
due to other deps, and ruby provides no way to not depend on it if it's found,
pull it in as a dependency unconditionally. While here, fix plist for ruby 2.4
with the CAPIDOCS option on, and restore the MAKE_JOBS_UNSAFE flag when using
that build option since it's not fixed like I thought it was.
PR: 219796
Reported by: Grzegorz Junka <list1@gjunka.com>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index eeabb0aa069e..a12bc017739c 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -155,7 +155,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 2.2 # RUBY_RELVERSION= 2.2.7 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY22= "" # PLIST_SUB helpers @@ -165,7 +165,7 @@ RUBY22= "" # PLIST_SUB helpers # Ruby 2.3 # RUBY_RELVERSION= 2.3.4 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY23= "" # PLIST_SUB helpers @@ -175,7 +175,7 @@ RUBY23= "" # PLIST_SUB helpers # Ruby 2.4 # RUBY_RELVERSION= 2.4.1 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY24= "" # PLIST_SUB helpers |