[Bug 191313] [PATCH] Mk/bsd.ruby.mk: fix staging error of normal user with 'USE_RUBY_EXTCONF=yes'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 25 17:26:06 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191313

Antoine Brodin <antoine at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion

--- Comment #3 from Antoine Brodin <antoine at FreeBSD.org> ---
I have this patch,  I think you don't need to conditionalize on uid

Index: /usr/ports/Mk/bsd.ruby.mk
===================================================================
--- /usr/ports/Mk/bsd.ruby.mk   (revision 366094)
+++ /usr/ports/Mk/bsd.ruby.mk   (working copy)
@@ -522,6 +522,7 @@

 RUBY_EXTCONF?=         extconf.rb
 CONFIGURE_ARGS+=       --with-opt-dir="${LOCALBASE}"
+CONFIGURE_ENV+=                RB_USER_INSTALL=yes

 do-configure:  ruby-extconf-configure

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ruby mailing list