Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dialup/xc
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.20 2008/04/24 16:21:38 solar Exp $
24 Apr 2008;
- make ebuild cross-compile aware
15 Apr 2007; Alin Năstac
+files/xc-4.3.2-implicit-decl.patch, xc-4.3.2-r1.ebuild:
Fix implicit declaration warnings.
23 Sep 2006; Alin Nastac
Avoid pre-stripped binaries QA warning.
16 Mar 2006; Alin Nastac
Quote $FILESDIR and $D.
27 Jun 2005; Markus Rothe
Stable on ppc64
21 May 2005; Markus Rothe
Added ~ppc64 to KEYWORDS
21 Apr 2005; Simon Stelling
stable on amd64
12 Nov 2004; Simon Stelling
added ~amd64
16 Oct 2004; Mike Frysinger
Fix stupid dependency on sys-libs/libtermcap-compat (i.e. remove it) #64212.
08 Jun 2004; David Holm
Added to ~ppc.
27 Apr 2004; Aron Griffis
Add inherit eutils
13 Apr 2004; Joshua Kinard
Marked stable on x86, sparc, mips.
*xc-4.3.2-r1 (16 Jan 2004)
16 Jan 2004; Joshua Kinard
files/xc-4.3.2-add-115200.patch:
Added a small patch which allows xc to use 115200 baud speed for serial port
connections (I wanted to use this program to link into my cobalt raq2, which
operates at such a speed, and minicom has issues). Also tweaked the Makefile
to import CFLAGS from the portage environment.
19 Nov 2003; Heinrich Wendel
metadata.xml
*xc-4.3.2 (06 Sep 2002)
01 Jul 2003; Joshua Kinard
Fixed compile-time issue in which ${WARN} was somehow being called into the
Makefile and killing the build by making all text turn yellow. Added a WARN=""
to the make line in src_compile(). Closes Bug #23799.
Also added ~sparc and ~mips to KEYWORDS
23 May 2003; Chuck Brewer
Added manifest.
06 Sep 2002; Daniel Ahlberg
Initial import. xc is needed for xmodem transfers, found by Paul Ruhland
in bug #5943.
AUX xc-4.3.2-add-115200.patch 246 RMD160 a9c1c7baff2e40b56443600e01b04ec217333e38 SHA1 04d3a8a470904c4b1f6bb11993decdb388539121 SHA256 306e701a73fe677c2c254280fe1f186bc41341615e7810e0c94884b397095087
AUX xc-4.3.2-gentoo.diff 2264 RMD160 5e77fe0d269bcc3d92dc4c98977047f9d021d584 SHA1 cf3059c99769bea48c3090b578fa35365679e632 SHA256 1e16d1527e3183fa20ca632ee35403e33442147a05f013ff6c6619f01872db53
AUX xc-4.3.2-implicit-decl.patch 663 RMD160 3f9bb6d8a6783468f84497bbcba9747ce7e34bbb SHA1 1b7bf333caa44bb2f15b630b97c4d173db54c570 SHA256 094bef02705892cbca73d4eecfbd11e6d722087ee8a394547110b807d17c0c7d
DIST xc-4.3.2.tar.gz 162098 RMD160 7fb7206c1f78a00bbee736e405402d8bae90f59a SHA1 fccfb07d7bf18d652de4aa07bf023a45ebc39af9 SHA256 7e90ff0b89b646e1c8625fc675e6b33d244ab332a052ddd2daed825719e59461
EBUILD xc-4.3.2-r1.ebuild 1294 RMD160 1264c82d6a48ec2c18b794e7c2cf49a68d335ea9 SHA1 5f27ef030b25f9b88cfb41a667f65da4db65ee97 SHA256 dfbc09111d4ce9b406042b3b6753ca162854c3392c82f1c04ffb1be7e4b9486d
MISC ChangeLog 2522 RMD160 067a874094c0044f910d026d1ab628cd9ec84922 SHA1 25d69d184742311993e64362f2de313e40b6e16b SHA256 50aa5d2ebfc687d87320a8b5c7c890431d3aa7b4ef038985f6a08bf030670908
MISC metadata.xml 163 RMD160 df94c60cc0bb7abe5913b464a33966b142b2fe1e SHA1 d8332605fd22c32f15438bbdf24aa622c3d2738a SHA256 1137a0fd866641cf719b0c2e9e77ca9fa4541a42f2cc851fe4659cf2677acca3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.17 2008/04/24 16:21:38 solar Exp $
inherit eutils toolchain-funcs
DESCRIPTION="unix dialout program"
HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/"
SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 mips ppc ppc64 sparc x86"
IUSE=""
DEPEND="sys-libs/ncurses"
src_unpack() {
unpack ${A}
tc-export CC
cd "${S}"
epatch "${FILESDIR}/${P}-gentoo.diff"
epatch "${FILESDIR}/${P}-implicit-decl.patch"
# Adds 115200 bps support
epatch "${FILESDIR}/${P}-add-115200.patch"
# Fixes the Makefile to use gentoo CFLAGS
sed -i \
-e "s:GCCOPT\t= -pipe -O2 -fno-strength-reduce -fomit-frame-pointer:GCCOPT\t= ${CFLAGS} -fno-strength-reduce:g" \
-e "s:-ltermcap:-lncurses ${LDFLAGS}:" \
-e 's:CC\t= gcc:CC='${CC}':' \
Makefile || die
}
src_compile() {
make WARN="" all prefix=/usr mandir=/usr/share/man || die "make failed"
}
src_install () {
dodir /usr/bin /usr/share/man/man1 /usr/lib/xc
make DESTDIR="${D}" install || die "make install failed"
insinto /usr/lib/xc
doins phonelist xc.init dotfiles/.[a-z]*
}