Summary: | lang/ruby18: unprivileged rubygems install of gems with extensions fails | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitri Aivaliotis <aglarond> |
Component: | Individual Port(s) | Assignee: | Stanislav Sedov <stas> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Dimitri Aivaliotis
2006-09-29 08:30:18 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Responsible Changed From-To: freebsd-ports-bugs->stas I'll take it. stas 2006-10-09 13:17:16 UTC FreeBSD ports repository Modified files: lang/ruby18 Makefile Log: - Add runtime knob to allow libraries installation under user privileges. When RB_INSTALL_USER environment variable is set, ruby will not pass '${_BINOWNGRP}' to install program, thus allowing an ordinal user to install gem or library (e.g. into home directory). - Eliminate extra whitespace - Bump portrevision. PR: ports/103801 (idea) Submitted by: Dimitri Aivaliotis <aglarond@gmail.com> Revision Changes Path 1.116 +12 -5 ports/lang/ruby18/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |