Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53305 Details for
Bug 84030
howl 0.9.8 fails to compile with parse errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild to incorporate the missing types patch
howl-0.9.8-r1.ebuild (text/plain), 2.38 KB, created by
Greg Symons
on 2005-03-12 20:28:08 UTC
(
hide
)
Description:
new ebuild to incorporate the missing types patch
Filename:
MIME Type:
Creator:
Greg Symons
Created:
2005-03-12 20:28:08 UTC
Size:
2.38 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.4 2005/02/25 02:17:34 kito Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="Howl is a cross-platform implementation of the Zeroconf networking standard. Zeroconf brings a new ease of use to IP networking." >HOMEPAGE="http://www.porchdogsoft.com/products/howl/" >SRC_URI="http://www.porchdogsoft.com/download/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~mips ~ia64 ~ppc ~s390 ~sparc ~x86 ~ppc64 ~ppc-macos" >IUSE="" > >DEPEND="virtual/libc" ># sys-devel/automake - needed if we remove the html docs from /usr/share > >src_compile() { > # The following solves compilation using linux26-headers-2.6.8.1-r2 on ia64. > # It's not relevant for linux-headers-2.4.x or other linux26-headers, but > # won't hurt anything. (21 Jan 2005 agriffis) > [[ $ARCH == ia64 ]] && append-flags -D_ASM_IA64_TYPES_H > > # If we wanted to remove the html docs in /usr/share/howl.... > #einfo "Removing html docs from build process...." > #sed -e 's/ docs//' < Makefile.am > Makefile.am.new || die "sed failed" > #mv Makefile.am.new Makefile.am || die "move failed" > #aclocal || die "aclocal failed" > #automake || die "automake failed" > > epatch ${FILESDIR}/howl-0.9.8_missing-types.patch > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "emake install failed" > dodoc AUTHORS COPYING ChangeLog INSTALL README TODO > dohtml -r docs/ > > # Install conf files > insinto /etc/conf.d > newins ${FILESDIR}/nifd.conf.d nifd > newins ${FILESDIR}/mDNSResponder.conf.d mDNSResponder > > # Install init scripts > insinto /etc/init.d > 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 > > # howl-0.9.8 introduces a change in library naming, > # preserve old libraries to not break things > preserve_old_lib /usr/$(get_libdir)/libhowl-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9] > preserve_old_lib /usr/$(get_libdir)/libmDNSResponder-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9] >} > >pkg_postinst() { > # inform user about library changes > preserve_old_lib_notify /usr/$(get_libdir)/libhowl-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9] > preserve_old_lib_notify /usr/$(get_libdir)/libmDNSResponder-[0-9].[0-9].[0-9].so.[0-9].[0-9].[0-9] >}
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 Raw
Actions:
View
Attachments on
bug 84030
:
52613
|
52614
|
53304
| 53305