Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 17:26:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 191313] [PATCH] Mk/bsd.ruby.mk: fix staging error of normal user with 'USE_RUBY_EXTCONF=yes'
Message-ID:  <bug-191313-21402-LLHENWzvVs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191313-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191313-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191313

Antoine Brodin <antoine@FreeBSD.org> changed:

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

--- Comment #3 from Antoine Brodin <antoine@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191313-21402-LLHENWzvVs>