Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22670 Details for
Bug 36309
portmap-5b-r7 searches for libs in wrong dir
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixing the link problem
portmap-5b-r7.ebuild (text/plain), 1.52 KB, created by
Masatomo Nakano (RETIRED)
on 2003-12-26 09:03:09 UTC
(
hide
)
Description:
fixing the link problem
Filename:
MIME Type:
Creator:
Masatomo Nakano (RETIRED)
Created:
2003-12-26 09:03:09 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-nds/portmap/portmap-5b-r7.ebuild,v 1.11 2003/12/17 04:27:31 brad_mssw Exp $ > >inherit eutils > >MY_P=${PN}_${PV}eta >S=${WORKDIR}/${MY_P} >DESCRIPTION="Netkit - portmapper" >SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" >HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" > >DEPEND="virtual/glibc > sys-apps/tcp-wrappers" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/${PN}_5beta.dif > > # Should include errno.h, and not define as external. Fix > # relocation error and build problem with glibc-2.3.2 cvs ... > # <azarah@gentoo.org> (31 Dec 2002). > epatch ${FILESDIR}/${P}-include-errno_h.patch > > # Get portmap to use our CFLAGS ... > mv Makefile Makefile.orig > sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile || die > > mv Makefile Makefile.orig > if [ -f "/lib/libwrap.a" ]; then > LIBWRAPDIR=/lib > else > LIBWRAPDIR=/usr/lib > fi > sed -e "s:^WRAP_DIR=.*:WRAP_DIR\=\ ${LIBWRAPDIR}:" Makefile.orig > Makefile || die >} > >src_compile() { > make || die >} > >src_install() { > into / ; dosbin portmap > into /usr ; dosbin pmap_dump pmap_set > doman portmap.8 pmap_dump.8 pmap_set.8 > > exeinto /etc/init.d > newexe ${FILESDIR}/portmap.rc6 portmap > > # Is this really the sort of thing we wanna be doing? :) > # ln -s ../../init.d/portmap ${D}/etc/runlevels/default/portmap > > dodoc BLURB CHANGES README >}
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 36309
:
22575
|
22576
|
22585
|
22586
| 22670