Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113781 Details for
Bug 171453
net-misc/putty-0.59: 256 colour support broken (patch and updated ebuild included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Update ebuild to apply the patch
putty-0.59-r1.ebuild (text/plain), 1.60 KB, created by
asbgentoo
on 2007-03-19 17:01:44 UTC
(
hide
)
Description:
Update ebuild to apply the patch
Filename:
MIME Type:
Creator:
asbgentoo
Created:
2007-03-19 17:01:44 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.59.ebuild,v 1.1 2007/03/05 15:15:17 beandog Exp $ > >inherit eutils toolchain-funcs flag-o-matic > >DESCRIPTION="UNIX port of the famous Telnet and SSH client" >HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" >SRC_URI="http://the.earth.li/~sgtatham/putty/${PV}/${P}.tar.gz" >LICENSE="MIT" > >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" >IUSE="doc gtk ipv6" > >RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )" >DEPEND="${RDEPEND} dev-lang/perl" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-256colors.patch" >} > >src_compile() { > use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp" > > cd ${S}/unix > > append-flags '-I.././' '-I../charset/' '-I../unix/' > > use ipv6 || append-flags '-DNO_IPV6' > use gtk && append-flags '`gtk-config --cflags`' > > emake -f Makefile.gtk ${ptargets:-all} CC="$(tc-getCC)" \ > CFLAGS="${CFLAGS}" >} > >src_install() { > cd ${S}/doc > use gtk && doman pterm.1 putty.1 puttytel.1 > use doc && dohtml *.html > dodoc puttydoc.txt > doman puttygen.1 plink.1 > > cd ${S}/unix > use gtk && dobin pterm putty puttytel > dobin puttygen plink pscp psftp > > cd ${S} > dodoc README README.txt CHECKLST.txt LATEST.VER > > prepallman > > # install desktop file provided by Gustav Schaffter in #49577 > use gtk && { > dodir /usr/share/applications > insinto /usr/share/applications > doins ${FILESDIR}/putty.desktop > } > > if test ! -c /dev/ptmx; then > ewarn > ewarn "The pterm application requires kernel UNIX98 PTY support to operate." > ewarn > fi >}
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 171453
:
113778
| 113781