Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903242 Details for
Bug 939799
dev-scheme/guile-3.0.10-r100: QA concerns: there are files installed outside the prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A working patch for guile-3.0.10-r100.ebuild
guile-3.0.10-r100.ebuild.diff (text/plain), 1.14 KB, created by
Ryan Tsien
on 2024-09-18 02:57:25 UTC
(
hide
)
Description:
A working patch for guile-3.0.10-r100.ebuild
Filename:
MIME Type:
Creator:
Ryan Tsien
Created:
2024-09-18 02:57:25 UTC
Size:
1.14 KB
patch
obsolete
>diff --git a/guile-3.0.10-r100.ebuild b/guile-3.0.10-r100.ebuild >index 6e77a66..8b1cd64 100644 >--- a/guile-3.0.10-r100.ebuild >+++ b/guile-3.0.10-r100.ebuild >@@ -42,8 +42,8 @@ DOCS=( ABOUT-NLS AUTHORS ChangeLog GUILE-VERSION HACKING NEWS README THANKS ) > PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo-sandbox.patch ) > > # Where to install data files. >-GUILE_DATA="${PREFIX}/usr/share/guile-data/${SLOT}" >-GUILE_PCDIR="/usr/share/guile-data/${SLOT}/pkgconfig" >+GUILE_DATA="${EPREFIX}/usr/share/guile-data/${SLOT}" >+GUILE_PCDIR="${EPREFIX}/usr/share/guile-data/${SLOT}/pkgconfig" > > src_configure() { > # see bug #676468 >@@ -51,6 +51,8 @@ src_configure() { > > local -a myconf=( > --program-suffix="-${SLOT}" >+ --datadir="$GUILE_DATA" >+ --datarootdir="$GUILE_DATA" > --infodir="${GUILE_DATA}/info" > --with-pkgconfigdir="${GUILE_PCDIR}" > >@@ -82,7 +84,6 @@ src_install() { > dodir /usr/share/gdb/auto-load/$(get_libdir) > mv "${ED}"/usr/$(get_libdir)/libguile-*-gdb.scm "${ED}"/usr/share/gdb/auto-load/$(get_libdir) || die > >- mv "${ED}"/usr/share/aclocal/guile{,-"${SLOT}"}.m4 || die > find "${ED}" -name '*.la' -delete || die > > newenvd - "50guile${SLOT}" <<-EOF
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 939799
: 903242 |
903298
|
903299
|
903345
|
903346