--- /usr/portage/x11-terms/mrxvt/mrxvt-0.5.2-r1.ebuild 2007-07-21 23:06:14.000000000 -0700 +++ /usr/local/portage/x11-terms/mrxvt/mrxvt-0.5.3.ebuild 2007-08-22 12:37:51.000000000 -0700 @@ -1,6 +1,5 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/mrxvt/mrxvt-0.5.2-r1.ebuild,v 1.3 2007/07/22 05:50:25 dberkholz Exp $ inherit eutils @@ -30,14 +29,6 @@ DEPEND="${RDEPEND} x11-proto/xproto" -src_unpack() { - - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-no_debug_x.patch" - -} - src_compile() { local myconf @@ -75,16 +66,16 @@ myconf="${myconf} --with-term=${RXVT_TERM}" fi - econf \ - --enable-everything \ - $(use_enable debug) \ - $(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable xpm) \ - $(use_enable session sessionmgr) \ - $(use_enable truetype xft) \ - $(use_enable utempter) \ - $(use_enable menubar) \ + econf \ + --enable-everything \ + --with-atab-extra=25 \ + $(use_enable debug) \ + $(use_enable png) \ + $(use_enable jpeg) \ + $(use_enable xpm) \ + $(use_enable session sessionmgr) \ + $(use_enable truetype xft) \ + $(use_enable menubar) \ ${myconf} || die emake || die @@ -107,8 +98,9 @@ einfo einfo "If you experience problems with curses programs, then this is" einfo "most likely because of incorrectly set termcap / terminfo" - einfo "entries. If you are unsure how to fix them, then you can try" - einfo "setting TERM=xterm." + einfo "entries. To fix this you can dry and run (as user)" + einfo " tic /usr/share/doc/${P}/etc/mrxvt.terminfo" + einfo "Alternately, run the offending programs with TERM=xterm." einfo einfo "To emerge mrxvt with TERM=xterm by default, set the RXVT_TERM" einfo "environment variable to 'xterm', or your desired default"