diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:28:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:28:24 +0000 |
commit | 4a1f928e22592e1b0e68b3d16506ad7a6277b68d (patch) | |
tree | 6ae1ef12319edb658537b282974258303c20ef8b /net-irc/bitchx | |
parent | $DEBUG -> use debug (diff) | |
download | historical-4a1f928e22592e1b0e68b3d16506ad7a6277b68d.tar.gz historical-4a1f928e22592e1b0e68b3d16506ad7a6277b68d.tar.bz2 historical-4a1f928e22592e1b0e68b3d16506ad7a6277b68d.zip |
cleanup $DEBUG -> use debug
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r1.ebuild | 117 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r2.ebuild | 117 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r3.ebuild | 137 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r4.ebuild | 140 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 55 | ||||
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff | 14 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r1 | 1 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r2 | 1 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r3 | 2 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r4 | 1 |
10 files changed, 19 insertions, 566 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild deleted file mode 100644 index 037c2e85c63b..000000000000 --- a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.8 2003/02/13 14:13:41 vapier Exp $ - -IUSE="ssl socks5 esd gnome xmms ncurses ipv6 gtk" - -MY_P=ircii-pana-${PV/.0./.0c} -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" -HOMEPAGE="http://www.bitchx.com/" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - xmms? ( media-sound/xmms ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - 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 )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -#src_unpack() { -# unpack ${A} -# cd ${S} -# patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die -# patch -p1 < ${FILESDIR}/${P}-dupver.patch || die -#} - -src_compile() { - - local myconf - - use ssl \ - && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" - - use esd && use gtk \ - && myconf="${myconf} --enable-sound" \ - || myconf="${myconf} --disable-sound" - - use gtk \ - || myconf="${myconf} --without-gtk" - - use ipv6 \ - && myconf="${myconf} --enable-ipv6" \ - || myconf="${myconf} --disable-ipv6" - - #not tested -# use ncurses \ -# && myconf="${myconf} --without-tgetent" \ -# || myconf="${myconf} --with-tgetent" - - use socks5 \ - && myconf="${myconf} --with-socks=5" \ - || myconf="${myconf} --without-socks" - - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - --build=${CHOST} \ - --enable-cdrom \ - --with-plugins \ - ${myconf} || die - - emake || die - -} - -src_install () { - - make \ - prefix=${D}/usr \ - install || die - - cd ${D}/usr/bin - - use gnome && ( \ - exeinto /usr/bin - newexe ${S}/source/BitchX BitchX-1.0c19 - dosym gtkBitchX-1.0c19 /usr/bin/gtkBitchX - ) - - dosym BitchX-1.0c19 /usr/bin/BitchX - - chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints - - cd ${S} - dodoc Changelog README* IPv6-support - 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 -} diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild deleted file mode 100644 index 8146b74db881..000000000000 --- a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.12 2003/02/13 14:13:47 vapier Exp $ - -IUSE="ssl esd gnome xmms ncurses ipv6 gtk" - -MY_P=ircii-pana-${PV/.0./.0c} -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" -HOMEPAGE="http://www.bitchx.com/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " - -inherit flag-o-matic -replace-flags -O[3-9] -O2 - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - xmms? ( media-sound/xmms ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - 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 )" - -src_compile() { - local myconf - - if [ "${DEBUG}" ] - then - einfo "debugging" - myconf="${myconf} --enable-debug" - fi - - use ssl \ - && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" - - use esd && use gtk \ - && myconf="${myconf} --enable-sound" \ - || myconf="${myconf} --disable-sound" - - use gtk \ - || myconf="${myconf} --without-gtk" - - use ipv6 \ - && myconf="${myconf} --enable-ipv6" \ - || myconf="${myconf} --disable-ipv6" - - #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" - - econf \ - --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 && ( \ - exeinto /usr/bin - newexe ${S}/source/BitchX BitchX-1.0c19 - dosym gtkBitchX-1.0c19 /usr/bin/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 -} diff --git a/net-irc/bitchx/bitchx-1.0.19-r3.ebuild b/net-irc/bitchx/bitchx-1.0.19-r3.ebuild deleted file mode 100644 index 4f352196af8c..000000000000 --- a/net-irc/bitchx/bitchx-1.0.19-r3.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r3.ebuild,v 1.6 2003/07/13 12:54:50 aliz Exp $ - -IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" - -MY_P=ircii-pana-${PV/.0./.0c} -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz - cjk? (http://www.gentoo.org/~seo/distfiles/bitchx-1.0.19-cjk.patch)" -HOMEPAGE="http://www.bitchx.com/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc " - -inherit flag-o-matic -replace-flags -O[3-9] -O2 - - -# BitchX needs to be merged with -fPIC on alpha boxes -# This fixes bug 10932 -[ "${ARCH}" = "alpha" ] && append-flags "-fPIC" - - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - xmms? ( media-sound/xmms ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - 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 )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd ${S} - if [ -n "`use cjk`" ] - then patch -p0 < ${FILESDIR}/${P}-cjk.patch - fi -} - -src_compile() { - local myconf - - if [ "${DEBUG}" ] - then - einfo "debugging" - myconf="${myconf} --enable-debug" - fi - - use ssl \ - && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" - - use esd && use gtk \ - && myconf="${myconf} --enable-sound" \ - || myconf="${myconf} --disable-sound" - - use gtk \ - || myconf="${myconf} --without-gtk" - - use ipv6 \ - && myconf="${myconf} --enable-ipv6" \ - || myconf="${myconf} --disable-ipv6" - - #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 - - econf \ - --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 && ( \ - exeinto /usr/bin - newexe ${S}/source/BitchX BitchX-1.0c19 - dosym gtkBitchX-1.0c19 /usr/bin/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 -} diff --git a/net-irc/bitchx/bitchx-1.0.19-r4.ebuild b/net-irc/bitchx/bitchx-1.0.19-r4.ebuild deleted file mode 100644 index 8fc92eca8bbd..000000000000 --- a/net-irc/bitchx/bitchx-1.0.19-r4.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r4.ebuild,v 1.4 2003/03/23 22:09:50 seo Exp $ - -IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" - -MY_P=ircii-pana-${PV/.0./.0c} -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" -HOMEPAGE="http://www.bitchx.com/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -inherit flag-o-matic -replace-flags -O[3-9] -O2 - - -# BitchX needs to be merged with -fPIC on alpha boxes -# This fixes bug 10932 -[ "${ARCH}" = "alpha" ] && append-flags "-fPIC" - -# hppa need -fPIC too -[ "${ARCH}" = "hppa" ] && append-flags "-fPIC" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 ) - xmms? ( media-sound/xmms ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - 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 )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd ${S} - if [ -n "`use cjk`" ] - then patch -p0 < ${FILESDIR}/${P}-cjk.patch - fi - - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die -} - -src_compile() { - local myconf - - if [ "${DEBUG}" ] - then - einfo "debugging" - myconf="${myconf} --enable-debug" - fi - - use ssl \ - && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" - - use esd && use gtk \ - && myconf="${myconf} --enable-sound" \ - || myconf="${myconf} --disable-sound" - - use gtk \ - || myconf="${myconf} --without-gtk" - - use ipv6 \ - && myconf="${myconf} --enable-ipv6" \ - || myconf="${myconf} --disable-ipv6" - - #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 - - econf \ - --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 && ( \ - exeinto /usr/bin - newexe ${S}/source/BitchX BitchX-1.0c19 - dosym gtkBitchX-1.0c19 /usr/bin/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 -} diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index 5925bccdce58..68902e437ee5 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild @@ -1,29 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.7 2003/07/17 05:31:17 lu_zero Exp $ +# $Header: /var/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 - -IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" +replace-flags -O[3-9] -O2 +[ "${ARCH}" = "alpha" ] && append-flags -fPIC +[ "${ARCH}" = "hppa" ] && append-flags -fPIC MY_P=ircii-pana-${PV/.0./.0c} -S=${WORKDIR}/BitchX DESCRIPTION="An IRC Client" -SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" HOMEPAGE="http://www.bitchx.com/" +SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc" - -replace-flags -O[3-9] -O2 - -# BitchX needs to be merged with -fPIC on alpha boxes -# This fixes bug 10932 -[ "${ARCH}" = "alpha" ] && append-flags "-fPIC" - -# hppa need -fPIC too -[ "${ARCH}" = "hppa" ] && append-flags "-fPIC" +IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk debug" DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) @@ -35,41 +27,29 @@ DEPEND=">=sys-libs/ncurses-5.1 >=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 || die - epatch ${FILESDIR}/${P}-security2.patch || die + epatch ${FILESDIR}/${P}-security.patch + epatch ${FILESDIR}/${P}-security2.patch } src_compile() { local myconf - if [ "${DEBUG}" ] - then - einfo "debugging" - myconf="${myconf} --enable-debug" - fi - - use ssl \ - && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" - use esd && use gtk \ && myconf="${myconf} --enable-sound" \ || myconf="${myconf} --disable-sound" use gtk && use gnome\ - && myconf="${myconf} --with-gtk" \ + && myconf="${myconf} --with-gtk" \ || myconf="${myconf} --without-gtk" - use ipv6 \ - && myconf="${myconf} --enable-ipv6" \ - || myconf="${myconf} --disable-ipv6" - #not tested #use ncurses \ # && myconf="${myconf} --without-tgetent" \ @@ -91,9 +71,13 @@ src_compile() { 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" + ) && CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0" - econf CFLAGS="${CFLAGS}" \ + econf \ + CFLAGS="${CFLAGS}" \ + `use_enable debug` + `use_with ssl` + `use_enable ipv6` --enable-cdrom \ --with-plugins \ ${myconf} || die @@ -101,8 +85,7 @@ src_compile() { } -src_install () { - +src_install() { einstall || die rm ${D}/usr/share/man/man1/BitchX* diff --git a/net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff b/net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff deleted file mode 100644 index fa7eb1217ad0..000000000000 --- a/net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- source/funny.c 2003-02-20 16:37:07.000000000 +0000 -+++ source/funny.c 2003-02-20 16:39:13.000000000 +0000 -@@ -261,6 +261,11 @@ - channel = Args[1]; - line = Args[2]; - -+ if (channel == NULL || line == NULL) { -+ bitchsay("Invalid number of arguments for %s", __FUNCTION__); -+ return; -+ } -+ - ptr = line; - while (*ptr) - { diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r1 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r1 deleted file mode 100644 index 733d621134c6..000000000000 --- a/net-irc/bitchx/files/digest-bitchx-1.0.19-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r2 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r2 deleted file mode 100644 index 733d621134c6..000000000000 --- a/net-irc/bitchx/files/digest-bitchx-1.0.19-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r3 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r3 deleted file mode 100644 index 8f5a8922eab1..000000000000 --- a/net-irc/bitchx/files/digest-bitchx-1.0.19-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 -MD5 10a57b14bb58910e1f373fbc1b8b2197 bitchx-1.0.19-cjk.patch 7050 diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r4 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r4 deleted file mode 100644 index 733d621134c6..000000000000 --- a/net-irc/bitchx/files/digest-bitchx-1.0.19-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 |