FreeBSD Bugzilla – Attachment 193088 Details for
Bug 228023
databases/ruby-bdb: Allow poudriere run with BUILD_AS_NON_ROOT=yes on ZFS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
database_ruby-bdb.patch (text/plain), 1.16 KB, created by
Fukang Chen
on 2018-05-06 12:50:21 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Fukang Chen
Created:
2018-05-06 12:50:21 UTC
Size:
1.16 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 469090) >+++ Makefile (working copy) >@@ -56,6 +56,16 @@ > examples/basic.rb \ > examples/lock.rb > >+# COPYTREE_SHARE without the cpio(1) -l option, this >+# allows poudriere running with BUILD_AS_NON_ROOT on ZFS. >+# see PR: >+COPYTREE_SHARE_RDOC= ${SH} -c '(${FIND} -Ed $$1 $$3 | \ >+ ${CPIO} -dump $$2 >/dev/null 2>&1) && \ >+ ${FIND} -Ed $$1 $$3 \( -type d -exec ${SH} \ >+ -c '\''cd '\''$$2'\'' && ${CHMOD} 755 "$$@"'\'' . {} + \ >+ -o -type f -exec ${SH} -c '\''cd '\''$$2'\'' && \ >+ ${CHMOD} ${_SHAREMODE} "$$@"'\'' . {} + \)' COPYTREE_SHARE_RDOC >+ > post-patch: > @${RM} ${WRKSRC}/docs/*.orig > >@@ -65,7 +75,7 @@ > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR}/doc > (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) >- (cd ${WRKSRC}/docs/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/doc) >+ (cd ${WRKSRC}/docs/doc && ${COPYTREE_SHARE_RDOC} . ${STAGEDIR}${DOCSDIR}/doc) > > post-install-EXAMPLES-on: > ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
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 228023
:
193087
|
193088
|
193388
|
193389
|
193414
|
193425
|
193426
|
193427