minicom: updated to 2.2

This commit is contained in:
Simone Rota 2006-10-16 18:00:41 +00:00
parent e63fd1ea25
commit 6f5ffbc09f
3 changed files with 4 additions and 19 deletions

View File

@ -1,2 +1 @@
e1a7644e6acfcf2a67f65c032167bcf6 minicom-2.1-gcc4.patch
1c8f3b247c38fb16c3c2170df9fc102a minicom-2.1.tar.gz
13933c8777839f00e3730df23599dc93 minicom-2.2.tar.gz

View File

@ -5,14 +5,12 @@
# Depends on:
name=minicom
version=2.1
release=2
source=(http://alioth.debian.org/download.php/123/minicom-$version.tar.gz \
$name-$version-gcc4.patch)
version=2.2
release=1
source=(http://alioth.debian.org/download.php/1806/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p1 < ../$name-$version-gcc4.patch
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install

View File

@ -1,12 +0,0 @@
diff -ur minicom-2.1-orig/src/window.c minicom-2.1/src/window.c
--- minicom-2.1-orig/src/window.c 2005-05-28 19:59:42.000000000 -0400
+++ minicom-2.1/src/window.c 2005-05-28 20:00:22.000000000 -0400
@@ -62,7 +62,7 @@
static char *CS, *SF, *SR, *VB, *BL;
static char *VE, *VI, *KS, *KE;
static char *CD, *CL, *IC, *DC;
-static char *BC, *CR, *NL;
+static char *CR, *NL;
#if ST_LINE
static char *TS, *FS, *DS;
#endif