Subj : qico IPv6 (was: BinkD IPv6) To : Andre Grueneberg From : Benny Pedersen Date : Fri Nov 04 2011 18:46:30 Hello Andre! 04 Nov 2011 16:53, Andre Grueneberg wrote to Benny Pedersen: AG>>> http://andre.grueneberg.de/binkd/qico-0.57.1xe-ipv6.diff BP>> error 404 AG> What [aka: for me it works]? in loopback interface the dokument root might be diff ? :) see apache logs for 404 errors, you have logs no ? AG> Just go to the directory then ... what directory ? :) AG> Just download and rename it then. hard to do in gentoo ebuilds ----- qico-0.57.1-r2.ebuild begins ----- # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Date: 2009-05-21 08:55:08 # From: Eugene V. Subbotin of 2:5075/35 # To: Benny Pedersen # Subj: Re: qico # Attr: Rcv # Conf: CarbonArea - private echomails # # * Forwarded from area 'LINUX' # In fido.linux Benny Pedersen wrote: # # EVS>> FreeBSD ports is using version 0.57.1 in qico-xe package and # EVS>> 0.49.10.3 in qico package. # BP> both stable under bsd ?, # # Yes :) # # BP> next question where is the sources ? # # Master site for qico-xe is unavailable now, so you can download source package # from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/qico-0.57.1xe.tar.bz2 # qico branch is also available from # ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/qico-0.49.10-p3.tar.bz2 or from # sourceforge. # # --- tin/1.9.0-20060228 ("Ardlussa") (UNIX) (FreeBSD/7.1-RELEASE (i386)) # * Origin: FireFox Station, Togliatti, RU (2:5075/35) EAPI=2 inherit eutils toolchain-funcs DESCRIPTION="Qico is an FidoNet Technology Network (FTN) mailer" SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${P}xe.tar.bz2 http://andre.grueneberg.de/binkd/qico-${P}xe-ipv6.diff" HOMEPAGE="http://sourceforge.net/projects/qico" IUSE="" SLOT="0" LICENSE="BSD" KEYWORDS="x86 amd64" RESTRICT="mirror" DEPEND="sys-libs/ncurses net-dialup/mgetty" RDEPEND="sys-libs/ncurses net-dialup/mgetty" S="${WORKDIR}/qico-${P}xe" pkg_setup() { enewgroup fidonet || die enewuser fidonet -1 /bin/bash /var/spool/fidonet/ fidonet || die usermod -G uucp fidonet || die } src_unpack() { unpack ${A} epatch qico-${P}xe-ipv6.diff } #src_prepare() { # sed -i -e '/CFLAGS+=/d' Makefile || die # sed -i -e '/LDFLAGS+=/d' Makefile || die #} src_compile() { emake -f Makefile CC="$(tc-getCC)" LDFLAGS="" || die } src_configure() { econf --with-config=/etc/fidonet/qico.conf --enable-hydra8k --disable-perl --disable-debug || die } src_install() { dosbin src/qico dobin src/{qcc,qctl} dodoc ChangeLog Changes README FAQ qico.conf.sample qico.passwd.sample qico.substs.sample doman man/{qcc.8,qctl.8,qico.8} insinto /etc/fidonet newins qico.conf.sample qico.conf exeinto /etc/init.d newexe stuff/ftn ftn diropts -o fidonet -g fidonet dodir /var/run/fidonet /var/log/fidonet /var/spool/fidonet } ----- qico-0.57.1-r2.ebuild ends ----- suggestions / critishm velcome TODO: ./configure implemention Regards Benny .... there can only be one way of life, and it works :) --- Msged/LNX 6.2.0 (Linux/3.0.6-gentoo (i686)) * Origin: home.junc.org where qico is waiting (1:261/38.20) .