[arch-commits] Commit in minicom/trunk (PKGBUILD minicom-2.1-gcc4.patch)

Allan McRae allan at archlinux.org
Sat Aug 23 07:17:15 UTC 2008


    Date: Saturday, August 23, 2008 @ 03:17:15
  Author: allan
Revision: 10010

upgpkg: minicom 2.3-2
    ncurses rebuild

Modified:
  minicom/trunk/PKGBUILD
Deleted:
  minicom/trunk/minicom-2.1-gcc4.patch

------------------------+
 PKGBUILD               |   14 +++++---------
 minicom-2.1-gcc4.patch |   12 ------------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-23 00:50:28 UTC (rev 10009)
+++ PKGBUILD	2008-08-23 07:17:15 UTC (rev 10010)
@@ -5,23 +5,19 @@
 
 pkgname=minicom
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A serial communication program"
 arch=('i686'  'x86_64')
 license=('GPL')
-depends=('bash')
+depends=('bash' 'ncurses')
 source=(http://alioth.debian.org/frs/download.php/2332/$pkgname-$pkgver.tar.gz)
-md5sums=('0ebe7a91898384ca906787cc4e2c3f25')
-	#http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-dialup/minicom/files/minicom-2.1-gcc4.patch)
 url="http://alioth.debian.org/projects/minicom/"
+md5sums=('0ebe7a91898384ca906787cc4e2c3f25')
 
 build() {
-    cd $startdir/src/$pkgname-$pkgver
+    cd $srcdir/$pkgname-$pkgver
     
-    # arch64 fix / doesn't apply to 2.2, please check!
-    #[ "$CARCH" = "x86_64" ] && patch -Np1 -i ../minicom-2.1-gcc4.patch || return 1
-
     ./configure --prefix=/usr --sysconfdir=/etc
     make || return 1
-    make DESTDIR=$startdir/pkg install
+    make DESTDIR=$pkgdir install
 }

Deleted: minicom-2.1-gcc4.patch
===================================================================
--- minicom-2.1-gcc4.patch	2008-08-23 00:50:28 UTC (rev 10009)
+++ minicom-2.1-gcc4.patch	2008-08-23 07:17:15 UTC (rev 10010)
@@ -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




More information about the arch-commits mailing list