Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198098 Details for
Bug 273957
dev-lang/R-2.9.0 broken html links to manual in DOC_SYMLINKS_DIR
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adjust links using sed and a symlink
273957a.patch (text/plain), 784 bytes, created by
Martin von Gagern
on 2009-07-15 20:33:39 UTC
(
hide
)
Description:
Adjust links using sed and a symlink
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2009-07-15 20:33:39 UTC
Size:
784 bytes
patch
obsolete
>--- /usr/portage/dev-lang/R/R-2.9.1.ebuild 2009-07-07 21:47:58.000000000 +0200 >+++ dev-lang/R/R-2.9.1.ebuild 2009-07-15 21:02:02.000000000 +0200 >@@ -61,6 +61,10 @@ > -e "s:-DR_HOME='\"\$(rhome)\"':-DR_HOME='\"${R_HOME}\"':" \ > src/unix/Makefile.in || die "sed unix Makefile failed" > >+ # fix HTML links to manual (bug #273957) >+ sed -i -e 's:\.\./manual/:manual/:g' $(grep -Flr ../manual/ doc) \ >+ || die "sed for HTML links to manual failed" >+ > use lapack && \ > export LAPACK_LIBS="$(pkg-config --libs lapack)" > >@@ -119,6 +123,7 @@ > if use doc; then > emake DESTDIR="${D}" \ > install-info install-pdf || die "emake install docs failed" >+ dosym /usr/share/doc/${PF}/manual /usr/share/doc/${PF}/html/manual > fi > > # standalone math lib install (-j1 basically harmless)
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 273957
: 198098