Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310979 Details for
Bug 414879
sys-freebsd/freebsd-cddl-9.0 fails to install on amd64-fbsd [patch included]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Nigoro's patch for freebsd-cddl-9.0.ebuild
freebsd-cddl-9.0.ebuild.patch (text/plain), 716 bytes, created by
Richard Yao (RETIRED)
on 2012-05-06 14:47:04 UTC
(
hide
)
Description:
Nigoro's patch for freebsd-cddl-9.0.ebuild
Filename:
MIME Type:
Creator:
Richard Yao (RETIRED)
Created:
2012-05-06 14:47:04 UTC
Size:
716 bytes
patch
obsolete
>--- freebsd-cddl-9.0.ebuild.orig 2012-04-27 01:01:26.000000000 +0900 >+++ freebsd-cddl-9.0.ebuild 2012-05-06 12:14:52.000000000 +0900 >@@ -60,9 +60,12 @@ > cd "${S}"/$d > mkinstall || die > done >- mv "${ED}"/${mylibdir}/lib{nvpair,umem,uutil,zfs}{,_p}.a \ >- "${ED}"/${mylibdir}/libzpool.a \ >- "${ED}"/usr/${mylibdir} || die >+ if use profile; then >+ mv "${ED}"/${mylibdir}/lib{nvpair,umem,uutil,zfs}{,_p}.a "${ED}"/usr/${mylibdir} || die >+ else >+ mv "${ED}"/${mylibdir}/lib{nvpair,umem,uutil,zfs}.a "${ED}"/usr/${mylibdir} || die >+ fi >+ mv "${ED}"/${mylibdir}/libzpool.a "${ED}"/usr/${mylibdir} || die > gen_usr_ldscript libnvpair.so libumem.so libuutil.so libzfs.so libzpool.so > # Install zfs volinit script. >
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 414879
:
310977
| 310979 |
311011