FreeBSD Bugzilla – Attachment 155075 Details for
Bug 198052
devel/ruby-gems: fails to build with DOCS option disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch to fix issue
rubygem_doc_fix.diff (text/plain), 1.26 KB, created by
Steve Wills
on 2015-04-01 04:50:47 UTC
(
hide
)
Description:
proposed patch to fix issue
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2015-04-01 04:50:47 UTC
Size:
1.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 382631) >+++ Makefile (working copy) >@@ -49,16 +49,14 @@ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MDOCS} >-RUBY_SETUP_OPTIONS= --ri --rdoc --destdir=${STAGEDIR} >-GEM_ENV+= GEM_HOME=${STAGEDIR}${PREFIX}/${GEMS_VER_DIR} >-.else >-RUBY_SETUP_OPTIONS= --no-ri --no-rdoc --destdir=${STAGEDIR} >+RUBY_SETUP_OPTIONS= --destdir=${STAGEDIR} >+GEM_ENV= GEM_HOME=${STAGEDIR}${PREFIX}/${GEMS_VER_DIR} >+ >+.if !${PORT_OPTIONS:MDOCS} >+RUBY_SETUP_OPTIONS+= --no-ri --no-rdoc > .endif > > do-install: >- @${MKDIR} ${STAGEDIR}${PREFIX}/${GEMS_DOC_BASE_DIR}/ >- @${TOUCH} ${STAGEDIR}${PREFIX}/${GEMS_DOC_BASE_DIR}/.keep_this > cd ${WRKSRC}; ${SETENV} ${GEM_ENV} ${RUBY} ${RUBY_SETUP} ${RUBY_SETUP_OPTIONS} > > post-install: >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 382631) >+++ pkg-plist (working copy) >@@ -158,9 +158,9 @@ > %%RUBY_SITELIBDIR%%/rubygems/version.rb > %%RUBY_SITELIBDIR%%/rubygems/version_option.rb > %%RUBY_SITELIBDIR%%/ubygems.rb >-lib/ruby/gems/%%RUBY_VER%%/doc/.keep_this > @dir lib/ruby/gems/%%RUBY_VER%%/build_info > @dir %%EXT_DIR%% > @dir %%CACHE_DIR%% > @dir %%GEMS_DIR%% > @dir %%SPEC_DIR%% >+@dir %%DOC_DIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198052
:
153544
|
153558
|
153566
| 155075