aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.ruby.mk
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2018-09-25 13:11:14 +0000
committerRomain Tartière <romain@FreeBSD.org>2018-09-25 13:11:14 +0000
commit54c14279dc8714371ee303eeba39d77beeb6baff (patch)
tree4337f5ad2d068febaeb7f43ac983d7b88982bd58 /Mk/bsd.ruby.mk
parentd01b9add0abc7cb123349add2fca019342809a74 (diff)
downloadports-54c14279dc8714371ee303eeba39d77beeb6baff.tar.gz
ports-54c14279dc8714371ee303eeba39d77beeb6baff.zip
Address more linker issues
This resolves a ninja-related issues, corrects passing private args to linker while building libruby itself (without external LDFLAGS), exports the full symbols table, and pet 'pkg check -d'. Issues with weechat, vim, facter, rubygem-hpricot and rubygem-rdiscount should be fixed. See [1] for long story of hunting and fixing these issues. Bump PORTREVISIONS accordingly. PR: 230238 [1], 231361 Submitted by: fuffy Approved by: fuffy
Notes
Notes: svn path=/head/; revision=480661
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r--Mk/bsd.ruby.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index 9b4948ed68df..a30dc4a62c57 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -165,7 +165,7 @@ RUBY23= "" # PLIST_SUB helpers
# Ruby 2.4
#
RUBY_RELVERSION= 2.4.4
-RUBY_PORTREVISION= 3
+RUBY_PORTREVISION= 4
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0
RUBY24= "" # PLIST_SUB helpers
@@ -175,7 +175,7 @@ RUBY24= "" # PLIST_SUB helpers
# Ruby 2.5
#
RUBY_RELVERSION= 2.5.1
-RUBY_PORTREVISION= 4
+RUBY_PORTREVISION= 5
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0
RUBY25= "" # PLIST_SUB helpers