Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39751 Details for
Bug 63089
silc-toolkit 0.9.12-r3 fails to merge (sandbox violation)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
silc-toolkit-0.9.12-r3.ebuild (text/plain), 2.10 KB, created by
Andrej Kacian (RETIRED)
on 2004-09-17 02:38:43 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Andrej Kacian (RETIRED)
Created:
2004-09-17 02:38:43 UTC
Size:
2.10 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/silc-toolkit/silc-toolkit-0.9.12-r3.ebuild,v 1.4 2004/09/17 09:35:38 ticho Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="SDK for the SILC protocol" >HOMEPAGE="http://silcnet.org/" >SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64 ~mips" >IUSE="debug ipv6" > >DEPEND="!<=net-im/silc-client-1.0.1 > dev-util/pkgconfig" > >src_unpack() { > unpack ${A} > cd ${S} > > sed -i \ > -e "s:\$(srcdir)/tutorial \$(prefix):\$(srcdir)/tutorial \$(docdir):" \ > Makefile.in > > # also modify Makefile.am, since the build process seems to recreate > # Makefile.in and start over (see bug 63089) > sed -i \ > -e "s:\$(srcdir)/tutorial \$(prefix):\$(srcdir)/tutorial \$(docdir):" \ > Makefile.am > > sed -i \ > -e "s:-g -O2:${CFLAGS}:g" \ > configure > > # Fix for amd64 > [ "${ARCH}" = "amd64" ] && epatch ${FILESDIR}/${P}-64bit_goodness.patch >} > >src_compile() { > # Fix for amd64 > [ "${ARCH}" = "amd64" ] && append-flags -fPIC > > econf \ > --datadir=/usr/share/${PN} \ > --mandir=/usr/share/man \ > --includedir=/usr/include/${PN} \ > --with-etcdir=/etc/${PN} \ > --with-helpdir=/usr/share/${PN}/help \ > --with-simdir=/usr/$(get_libdir)/${PN} \ > --with-docdir=/usr/share/doc/${PF} \ > --with-logsdir=/var/log/${PN} \ > --enable-shared \ > --enable-static \ > --without-irssi \ > --without-silcd \ > `use_enable debug` \ > `use_enable ipv6` \ > || die "econf failed" > emake || die "emake failed" > emake -C lib || die "emake -C lib failed" >} > >src_install() { > make install DESTDIR=${D} || die "make install failed" > > rm -rf \ > ${D}/usr/share/man \ > ${D}/etc/${PN}/silcd.conf \ > ${D}/usr/share/doc/${PF}/{tutorial,examples} > > dodir /usr/$(get_libdir)/pkgconfig > cat >${D}/usr/$(get_libdir)/pkgconfig/silc.pc <<EOF >prefix=/usr >exec_prefix=\${prefix} >libdir=\${prefix}/$(get_libdir) >includedir=\${prefix}/include > >Name: silc >Version: ${PV} >Description: SILC Library. >Libs: -L\${libdir} -lsilcclient -lsilc >Cflags: -I\${includedir}/${PN} >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 Raw
Actions:
View
Attachments on
bug 63089
:
39719
|
39722
| 39751