FreeBSD Bugzilla – Attachment 159165 Details for
Bug 192949
[exp-run] packaged ruby gems contain source and intermediate build output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gem cleanup patch
bsd.ruby.mk.cleanup1.diff (text/plain), 1.14 KB, created by
Steve Wills
on 2015-07-24 14:26:46 UTC
(
hide
)
Description:
gem cleanup patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2015-07-24 14:26:46 UTC
Size:
1.14 KB
patch
obsolete
>Index: Mk/bsd.ruby.mk >=================================================================== >--- Mk/bsd.ruby.mk (revision 392680) >+++ Mk/bsd.ruby.mk (working copy) >@@ -481,6 +481,10 @@ > do-install: > (cd ${BUILD_WRKSRC}; ${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install ${RUBYGEM_ARGS} ${GEMFILES} -- --build-args ${CONFIGURE_ARGS}) > ${RM} -r ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/build_info/ >+ ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f -name '*.so' -exec ${STRIP_CMD} {} + >+ ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -type f \( -name mkmf.log -or -name gem_make.out -or -name gem.build_complete \) -print -delete >+ ${RM} -rf ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ext \ >+ ${STAGEDIR}${PREFIX}/${CACHE_DIR} 2> /dev/null || ${TRUE} > ${RMDIR} ${STAGEDIR}${PREFIX}/${EXT_DIR} 2> /dev/null || ${TRUE} > .if defined(NOPORTDOCS) > -@${RMDIR} ${STAGEDIR}${PREFIX}/${DOC_DIR} >@@ -489,7 +493,6 @@ > . if defined(RUBYGEM_AUTOPLIST) > . if !target(post-install-script) > post-install-script: >- @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} > @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} > .if !defined(NOPORTDOCS) > @${FIND} -ds ${STAGEDIR}${PREFIX}/${DOC_DIR} -type f -print | ${SED} -E -e \
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 192949
:
146406
|
159165
|
159278
|
165696
|
165846