Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39767 Details for
Bug 64207
fix howl pkgconfig file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New diff to the ebuild to re-enable both init scripts, and fix pkgconfig
howl-0.9.6-fixes.diff (text/plain), 1.47 KB, created by
Peter Johanson (RETIRED)
on 2004-09-17 10:32:40 UTC
(
hide
)
Description:
New diff to the ebuild to re-enable both init scripts, and fix pkgconfig
Filename:
MIME Type:
Creator:
Peter Johanson (RETIRED)
Created:
2004-09-17 10:32:40 UTC
Size:
1.47 KB
patch
obsolete
>--- howl-0.9.6.ebuild.bak 2004-09-16 16:59:24.000000000 -0400 >+++ howl-0.9.6.ebuild 2004-09-16 19:02:30.966504520 -0400 >@@ -14,6 +14,11 @@ > KEYWORDS="~x86 ~ppc ~sparc ~amd64" > DEPEND="sys-libs/glibc" # sys-devel/automake - needed if we remove the html docs from /usr/share > >+src_unpack() { >+ unpack ${A} >+ sed -i "s:howl-@VERSION@$:howl:" ${S}/howl.pc.in >+} >+ > src_compile() { > # If we wanted to remove the html docs in /usr/share/howl.... > #einfo "Removing html docs from build process...." >@@ -31,18 +36,17 @@ > dodoc AUTHORS COPYING ChangeLog INSTALL README TODO > dohtml -r docs/ > >- # doesn't work right now. >- # nifd service loader >- #dodir /etc/conf.d >- #cp ${FILESDIR}/nifd.conf.d ${D}/etc/conf.d/nifd || die "cp nifd.conf.d" >- #dodir /etc/init.d >- #cp ${FILESDIR}/nifd.init.d ${D}/etc/init.d/nifd || die "cp nifd.init.d" >- #fperms a+x ${D}/etc/init.d/nifd >- >- # mDNSResponder service loader >+ # Install conf files > insinto /etc/conf.d >- newins ${FILESDIR}/mDNSResponder.conf.d mDNSResponder || die "cp mDNSResponder.conf.d" >+ newins ${FILESDIR}/nifd.conf.d nifd >+ newins ${FILESDIR}/mDNSResponder.conf.d mDNSResponder >+ >+ # Install init scripts > insinto /etc/init.d >- newins ${FILESDIR}/mDNSResponder.init.d mDNSResponder || die "cp mDNSResponder.init.d" >- fperms a+x /etc/init.d/mDNSResponder >+ newins ${FILESDIR}/nifd.init.d nifd >+ newins ${FILESDIR}/mDNSResponder.init.d mDNSResponder >+ >+ # Fix the perms on the init scripts >+ fperms a+x /etc/init.d/nifd /etc/init.d/mDNSResponder >+ > }
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 64207
:
39681
|
39717
| 39767