ports/opt (master): minicom: updated to 2.2
commit 6f5ffbc09f2efb2791895d448139255cbd22bf3e Author: Simone Rota <sip@crux.nu> Date: Mon Oct 16 18:00:41 2006 +0000 minicom: updated to 2.2 diff --git a/minicom/.md5sum b/minicom/.md5sum index 4764642..00c88f4 100644 --- a/minicom/.md5sum +++ b/minicom/.md5sum @@ -1,2 +1 @@ -e1a7644e6acfcf2a67f65c032167bcf6 minicom-2.1-gcc4.patch -1c8f3b247c38fb16c3c2170df9fc102a minicom-2.1.tar.gz +13933c8777839f00e3730df23599dc93 minicom-2.2.tar.gz diff --git a/minicom/Pkgfile b/minicom/Pkgfile index 9452c0b..1b9ea9a 100644 --- a/minicom/Pkgfile +++ b/minicom/Pkgfile @@ -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 diff --git a/minicom/minicom-2.1-gcc4.patch b/minicom/minicom-2.1-gcc4.patch deleted file mode 100644 index b852388..0000000 --- a/minicom/minicom-2.1-gcc4.patch +++ /dev/null @@ -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
participants (1)
-
crux@crux.nu