Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15505 Details for
Bug 25910
BitchX fails with several "command not found" messages - corrected ebuild attached
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bitchx-1.0.19-r6
bitchx-1.0.19-r6.ebuild (text/plain), 3.23 KB, created by
Thomas Preissler
on 2003-08-04 14:52:19 UTC
(
hide
)
Description:
bitchx-1.0.19-r6
Filename:
MIME Type:
Creator:
Thomas Preissler
Created:
2003-08-04 14:52:19 UTC
Size:
3.23 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-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.8 2003/08/03 03:28:24 vapier Exp $ > >inherit flag-o-matic eutils >replace-flags -O[3-9] -O2 >[ "${ARCH}" = "alpha" ] && append-flags -fPIC >[ "${ARCH}" = "hppa" ] && append-flags -fPIC > >MY_P=ircii-pana-${PV/.0./.0c} >DESCRIPTION="An IRC Client" >HOMEPAGE="http://www.bitchx.com/" >SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ppc sparc" >IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk debug" > >DEPEND=">=sys-libs/ncurses-5.1 > ssl? ( >=dev-libs/openssl-0.9.6 ) > xmms? ( media-sound/xmms ) > ncurses? ( sys-libs/ncurses ) > esd? ( >=media-sound/esound-0.2.5 > >=media-libs/audiofile-0.1.5 ) > gtk? ( =x11-libs/gtk+-1.2* > >=media-libs/imlib-1.9.10-r1 ) > gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )" > >S=${WORKDIR}/BitchX > >src_unpack() { > unpack ${MY_P}.tar.gz > cd ${S} > > use cjk && epatch ${FILESDIR}/${P}-cjk.patch > epatch ${FILESDIR}/${P}-gcc-3.3.patch > epatch ${FILESDIR}/${P}-security.patch > epatch ${FILESDIR}/${P}-security2.patch >} > >src_compile() { > local myconf > > use esd && use gtk \ > && myconf="${myconf} --enable-sound" \ > || myconf="${myconf} --disable-sound" > > use gtk && use gnome\ > && myconf="${myconf} --with-gtk" \ > || myconf="${myconf} --without-gtk" > > #not tested > #use ncurses \ > # && myconf="${myconf} --without-tgetent" \ > # || myconf="${myconf} --with-tgetent" > > # lamer@gentoo.org BROKEN, will not work with our socks > # implementations, is looking for a SOCKSConnect function that our > # dante packages don't have :-( > # use socks5 \ > # && myconf="${myconf} --with-socks=5" \ > # || myconf="${myconf} --without-socks" > > mv ${S}/include/config.h ${S}/include/config.h.orig > sed -e "s/#undef LATIN1/#define LATIN1 ON/;" \ > ${S}/include/config.h.orig > \ > ${S}/include/config.h > #ugly workaround > use gtk && use gnome && ( \ > einfo "gtkBitchX will be built, if you want BitchX please issue" > einfo "USE="-gtk" emerge bitchx" > sleep 10 > ) && CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0" > > econf \ > CFLAGS="${CFLAGS}" \ > `use_enable debug` \ > `use_with ssl` \ > `use_enable ipv6` \ > --enable-cdrom \ > --with-plugins \ > ${myconf} || die > emake || die > >} > >src_install() { > einstall || die > > rm ${D}/usr/share/man/man1/BitchX* > doman doc/BitchX.1 > > use gnome && use gtk && ( \ > exeinto /usr/bin > # newexe ${S}/source/BitchX BitchX-1.0c19 > dosym gtkBitchX-1.0c19 /usr/bin/gtkBitchX > einfo "Installed gtkBitchX" > ) || dosym BitchX-1.0c19 /usr/bin/BitchX > > chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints > > cd ${S} > dodoc Changelog README* IPv6-support COPYING > cd doc > insinto /usr/X11R6/include/bitmaps > doins BitchX.xpm > > dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks > dodoc bugs *.txt functions ideas mode tcl-ideas watch > dodoc *.tcl > dohtml *.html > > docinto plugins > dodoc plugins > cd ../dll > insinto /usr/lib/bx/wav > doins wavplay/*.wav > cp acro/README acro/README.acro > dodoc acro/README.acro > cp arcfour/README arcfour/README.arcfour > dodoc arcfour/README.arcfour > cp blowfish/README blowfish/README.blowfish > dodoc blowfish/README.blowfish > dodoc nap/README.nap > cp qbx/README qbx/README.qbx > dodoc qbx/README.qbx >}
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 25910
: 15505