Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 24055 Details for
Bug 38661
libtermcap-compat-2.0.8 breaks vi-3.7-r4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for new vi which fixed the bug
vi-3.7-r5.ebuild (text/plain), 1.77 KB, created by
Andrew Minter
on 2004-01-18 16:14:25 UTC
(
hide
)
Description:
ebuild for new vi which fixed the bug
Filename:
MIME Type:
Creator:
Andrew Minter
Created:
2004-01-18 16:14:25 UTC
Size:
1.77 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/app-editors/vi/vi-3.7-r4.ebuild,v 1.3 2003/10/31 19:20:16 gmsoft Exp $ > >IUSE="" > >MY_P=ex-040103 >S=${WORKDIR}/${MY_P} >DESCRIPTION="The original VI package" >SRC_URI="http://ex-vi.berlios.de/archive/${MY_P}.tar.gz" >HOMEPAGE="http://ex-vi.berlios.de/" >LICENSE="Caldera" >SLOT="0" >KEYWORDS="x86 ppc sparc arm mips alpha hppa" > ># NOTE: vi needs /etc/termcap to function properly with TERM=linux. >DEPEND="sys-libs/ncurses > sys-libs/libtermcap-compat" > >PROVIDE="virtual/editor" > >src_compile() { > addpredict /dev/ptys/* > > # Do not use TERMLIB=ncurses, as it causes vi > # to segfault with TERM=linux. > # > # WARN is set in the environment in /sbin/functions.sh > # (unfortunately generic variable name). Need to reset on the > # make command-line to keep from breaking the build. > make DESTDIR=/usr \ > TERMLIB=termlib \ > PRESERVEDIR=/var/lib/expreserve \ > RECOVER="-DEXRECOVER=\\\"/var/lib/exrecover\\\" \ > -DEXPRESERVE=\\\"/var/lib/expreserve\\\"" \ > WARN='' \ > || die "failed compilation" >} > >src_install() { > local l > > dodir /usr/share/man > keepdir /var/lib/{exrecover,expreserve} > make INSTALL=/usr/bin/install \ > DESTDIR=${D}/usr \ > MANDIR=/share/man \ > TERMLIB=termlib \ > PRESERVEDIR=${D}/var/lib/expreserve \ > RECOVER="-DEXRECOVER=\\\"/var/lib/exrecover\\\" \ > -DEXPRESERVE=\\\"/var/lib/expreserve\\\"" \ > install || die > > dodoc Changes LICENSE README TODO > > # By default this installs as ex with symlinks pointing to ex. > # To reduce conflicts with other vi programs, change the master > # program to vi, then point the symlinks at it. > cd ${D}/usr/bin > rm vi > mv ex vi > for l in *; do [ -L $l ] && ln -sfn vi $l; done > ln -s vi ex >}
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 38661
: 24055