Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115462 Details for
Bug 173375
net-misc/mDNSResponder-107.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 107.6
mDNSResponder-107.6.ebuild (text/plain), 3.25 KB, created by
Pardsbane
on 2007-04-04 17:43:03 UTC
(
hide
)
Description:
ebuild for 107.6
Filename:
MIME Type:
Creator:
Pardsbane
Created:
2007-04-04 17:43:03 UTC
Size:
3.25 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/mDNSResponder/mDNSResponder-107.5.ebuild,v 1.5 2007/01/05 20:46:11 flameeyes Exp $ > >inherit eutils multilib base toolchain-funcs flag-o-matic > >DESCRIPTION="The mDNSResponder project is a component of Bonjour, Apple's initiative for zero-configuration networking." >HOMEPAGE="http://developer.apple.com/networking/bonjour/index.html" >#SRC_URI="mirror://gentoo/${P}.tar.gz" >SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/${P}.tar.gz" >LICENSE="APSL-2 BSD" > >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="debug java minimal" > >PATCHES="${FILESDIR}/${P}-Makefiles.patch" > >pkg_setup() { > if use elibc_FreeBSD; then > os=freebsd > else > os=linux > fi >} > >mdnsmake() { > local debug > local jdk > use java && jdk="JDK=$(java-config -O)" > use debug && debug='DEBUG=1' > einfo "Running emake " os="${os}" CC="$(tc-getCC)" LD="$(tc-getCC) -shared" \ > ${jdk} ${debug} OPT_CFLAGS="${CFLAGS}" LIBFLAGS="${LDFLAGS}" \ > STRIP="true" LOCALBASE="/usr" "$@" > emake -j1 os="${os}" CC="$(tc-getCC)" LD="$(tc-getCC) -shared" \ > ${jdk} ${debug} OPT_CFLAGS="${CFLAGS}" LIBFLAGS="${LDFLAGS}" \ > STRIP="true" LOCALBASE="/usr" "$@" >} > >src_compile() { > cd ${S}/mDNSPosix > > if use minimal; then > mdnsmake Daemon libdns_sd || die "make mDNSPosix failed" > else > mdnsmake || die "make mDNSPosix failed" > > if use java; then > mdnsmake Java || die "make mDNSPosix java failed" > fi > > cd ${S}/Clients > mdnsmake || die "make Clients failed" > fi >} > >src_install() { > cd "${S}/mDNSPosix" > > dodir /etc/init.d > dodir /usr/sbin > dodir /usr/lib > dodir /usr/include > dodir /lib > dodir /etc > dodir /usr/share/man/man5 > dodir /usr/share/man/man8 > > local debug > local objdir="prod" > if use debug; then > debug="DEBUG=1" > objdir=debug > fi > > if use minimal; then > emake -j1 LOCALBASE="/usr" DESTDIR="${D}" os=${os} ${debug} InstalledDaemon InstalledLib || die "install failed" > > else > emake -j1 LOCALBASE="/usr" DESTDIR="${D}" os=${os} ${debug} install || die "install failed" > > dosbin ${S}/mDNSPosix/build/${objdir}/dnsextd > dosbin ${S}/mDNSPosix/build/${objdir}/mDNSResponderPosix > dosbin ${S}/mDNSPosix/build/${objdir}/mDNSNetMonitor > > dobin ${S}/Clients/build/dns-sd > dobin ${S}/mDNSPosix/build/${objdir}/mDNSProxyResponderPosix > dobin ${S}/mDNSPosix/build/${objdir}/mDNSIdentify > > newinitd ${FILESDIR}/mdnsd.init.d mdnsd > newinitd ${FILESDIR}/mDNSResponderPosix.init.d mDNSResponderPosix > newconfd ${FILESDIR}/mDNSResponderPosix.conf.d mDNSResponderPosix > newinitd ${FILESDIR}/dnsextd.init.d dnsextd > newconfd ${FILESDIR}/dnsextd.conf.d dnsextd > fi > > insinto /etc > doins ${FILESDIR}/mDNSResponderPosix.conf > > dodoc ${S}/README.txt > > # Fix multilib-strictness > mv ${D}/lib ${D}/$(get_libdir) > mv ${D}/usr/lib ${D}/usr/$(get_libdir) > > if use java; then > java-pkg_dojar ${S}/mDNSPosix/build/prod/dns_sd.jar > java-pkg_doso ${S}/mDNSPosix/build/prod/libjdns_sd.so > fi > >} > >pkg_postinst() { > echo > elog "To enable multicast dns lookups for applications" > elog "that are not multicast dns aware, edit the 'hosts:'" > elog "line in /etc/nsswitch.conf to include 'mdns', e.g.:" > elog "hosts: files mdns dns" > echo >}
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 173375
: 115462 |
115464