Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138945 Details for
Bug 202840
app-misc/ckermit-8.0.211-r2 cannot start a ssh session
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild which fixes the problem
ckermit-8.0.211-r2.ebuild (text/plain), 1.53 KB, created by
Eric Lesage
on 2007-12-20 03:13:53 UTC
(
hide
)
Description:
ebuild which fixes the problem
Filename:
MIME Type:
Creator:
Eric Lesage
Created:
2007-12-20 03:13:53 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/ckermit/ckermit-8.0.211-r2.ebuild,v 1.4 2007/09/03 22:25:06 jurek Exp $ > >inherit versionator multilib > ># Columbia University only uses the third component, e.g. cku211.tar.gz for ># what we would call 8.0.211. >MY_P="cku$( get_version_component_range 3 ${PV} )" > >DESCRIPTION="combined serial and network communication software package" >SRC_URI="ftp://kermit.columbia.edu/kermit/archives/${MY_P}.tar.gz" >HOMEPAGE="http://www.kermit-project.org/" > >LICENSE="Kermit" >SLOT="0" >KEYWORDS="amd64 ppc ppc64 x86" >IUSE="" > >DEPEND=">=sys-libs/ncurses-5.2" >RDEPEND="${DEPEND} > net-dialup/lrzsz" > >S=${WORKDIR} > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i -e "s:-O:${CFLAGS}:" makefile > > # Look for grantpt in the right place. > stdlibdir=$(get_ml_incdir /usr/include) > sed -i -e "s:grep grantpt /usr/include:grep grantpt ${stdlibdir}:" makefile > sed -i -e "s:then HAVE_PTMX=':then HAVE_PTMX='-D_XOPEN_SOURCE -D_BSD_SOURCE :" makefile >} > >src_compile() { > emake KFLAGS="-DCK_SHADOW" linux || die >} > >src_install() { > dodir /usr/bin > dodir /usr/share/man/man1 > > emake \ > DESTDIR=${D} \ > BINDIR=/usr/bin \ > MANDIR=${D}/usr/share/man/man1 \ > MANEXT=1 \ > install || die > > # make the correct symlink > rm -f ${D}/usr/bin/kermit-sshsub > dosym /usr/bin/kermit /usr/bin/kermit-sshsub > > #the ckermit.ini script is calling the wrong kermit binary -- the one > # from ${D} > dosed /usr/bin/ckermit.ini > dodoc COPYING.TXT UNINSTALL *.txt >}
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 202840
: 138945