[arch-commits] Commit in wvdial/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:22:48
  Author: felixonmars
Revision: 333872

upgpkg: wvdial 1.61-7

BUILDINFO Rebuild

Modified:
  wvdial/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:22:43 UTC (rev 333871)
+++ PKGBUILD2018-05-31 02:22:48 UTC (rev 333872)
@@ -5,7 +5,7 @@
 
 pkgname=wvdial
 pkgver=1.61
-pkgrel=6
+pkgrel=7
 pkgdesc="A dialer program to connect to the Internet"
 
url="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial;
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lockdev')
 options=('!makeflags' '!buildflags')
 
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('acd3b2050c9b65fff2aecda6576ee7bc')
+sha512sums=('e949632583d889ad040c284f42c46790d247fffbc2d5e926c4b5836c970002f07741d26d052489bdc9c8144dcbb62a12851a3c275a5cecd5393d2722f43bb49a')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in wvdial/trunk (PKGBUILD)

2015-12-05 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 02:06:50
  Author: arojas
Revision: 148713

C++11 ABI rebuild

Modified:
  wvdial/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 01:02:56 UTC (rev 148712)
+++ PKGBUILD2015-12-06 01:06:50 UTC (rev 148713)
@@ -5,7 +5,7 @@
 
 pkgname=wvdial
 pkgver=1.61
-pkgrel=5
+pkgrel=6
 pkgdesc="A dialer program to connect to the Internet"
 url="http://alumnit.ca/wiki/index.php?page=WvDial;
 arch=('i686' 'x86_64')


[arch-commits] Commit in wvdial/trunk (PKGBUILD)

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 09:48:30
  Author: fyan
Revision: 113875

upgpkg: wvdial 1.61-5

mtree rebuild

Modified:
  wvdial/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 07:48:10 UTC (rev 113874)
+++ PKGBUILD2014-07-01 07:48:30 UTC (rev 113875)
@@ -5,7 +5,7 @@
 
 pkgname=wvdial
 pkgver=1.61
-pkgrel=4
+pkgrel=5
 pkgdesc=A dialer program to connect to the Internet
 url=http://alumnit.ca/wiki/index.php?page=WvDial;
 arch=('i686' 'x86_64')



[arch-commits] Commit in wvdial/trunk (PKGBUILD)

2011-05-13 Thread Andrea Scarpino
Date: Friday, May 13, 2011 @ 02:53:04
  Author: andrea
Revision: 123798

use lockdev to lock device (fixes FS#24252)

Modified:
  wvdial/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-13 05:42:45 UTC (rev 123797)
+++ PKGBUILD2011-05-13 06:53:04 UTC (rev 123798)
@@ -1,24 +1,30 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=wvdial
 pkgver=1.61
-pkgrel=2
+pkgrel=3
 pkgdesc=A dialer program to connect to the Internet
 url=http://alumnit.ca/wiki/index.php?page=WvDial;
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('wvstreams=4.6.1' 'ppp')
-source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+depends=('wvstreams' 'ppp' 'gcc-libs')
+makedepends=('lockdev')
+options=('!makeflags' '!buildflags')
+source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('acd3b2050c9b65fff2aecda6576ee7bc')
 
 build() {
-  unset LDFLAGS
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure
-  make || return 1
-  make prefix=${pkgdir}/usr PPPDIR=${pkgdir}/etc/ppp/peers install || return 1
-  install -Dm644 COPYING.LIB ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make LOCKDEV=-llockdev
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr PPPDIR=${pkgdir}/etc/ppp/peers install
+  install -Dm644 COPYING.LIB ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in wvdial/trunk (PKGBUILD wvdial-1.60-build.patch)

2009-10-31 Thread Andrea Scarpino
Date: Saturday, October 31, 2009 @ 15:02:18
  Author: andrea
Revision: 57506

upgpkg: wvdial 1.61-1
upstream release; fixed man pages path

Modified:
  wvdial/trunk/PKGBUILD
Deleted:
  wvdial/trunk/wvdial-1.60-build.patch

-+
 PKGBUILD|   30 ---
 wvdial-1.60-build.patch |   50 --
 2 files changed, 14 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-10-31 19:01:57 UTC (rev 57505)
+++ PKGBUILD2009-10-31 19:02:18 UTC (rev 57506)
@@ -1,26 +1,24 @@
 # $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contrubutor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=wvdial
-pkgver=1.60
-pkgrel=3
+pkgver=1.61
+pkgrel=1
 pkgdesc=A dialer program to connect to the Internet
+url=http://alumnit.ca/wiki/index.php?page=WvDial;
 arch=('i686' 'x86_64')
 license=('custom')
-depends=('wvstreams=4.4.1-2' 'ppp' 'xplc')
-source=(http://alumnit.ca/download/${pkgname}-${pkgver}.tar.gz
-wvdial-1.60-build.patch)
-url=http://alumnit.ca/wiki/index.php?page=WvDial;
-md5sums=('27fbbde89f8fd9f6e735a8efa5217fc9'
- '1ff24bcd8fa83fa7f8dddc8ce6734b07')
+depends=('wvstreams=4.6.1' 'ppp')
+source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('acd3b2050c9b65fff2aecda6576ee7bc')
 
 build() {
+  unset LDFLAGS
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/wvdial-1.60-build.patch || return 1
-  sed s|prefix=.*|prefix=$startdir/pkg/usr| -i Makefile || return 1
-  sed s|PPPDIR=.*|PPPDIR=$startdir/pkg/etc/ppp/peers| -i Makefile || return 1
-  make PREFIX=${pkgdir}/usr || return 1
-  make PREFIX=${pkgdir}/usr PPPDIR=${pkgdir}/etc/ppp/peers install
-  install -Dm644 COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.LIB
+  ./configure --prefix=usr/
+  make || return 1
+  make prefix=${pkgdir} PPPDIR=${pkgdir}/etc/ppp/peers 
MANDIR=${pkgdir}/usr/share/man install || return 1
+  install -Dm644 COPYING.LIB ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Deleted: wvdial-1.60-build.patch
===
--- wvdial-1.60-build.patch 2009-10-31 19:01:57 UTC (rev 57505)
+++ wvdial-1.60-build.patch 2009-10-31 19:02:18 UTC (rev 57506)
@@ -1,50 +0,0 @@
-diff -urNp wvdial-1.60-orig/wvdialer.cc wvdial-1.60/wvdialer.cc
 wvdial-1.60-orig/wvdialer.cc   2009-06-11 12:37:13.0 +0200
-+++ wvdial-1.60/wvdialer.cc2009-06-11 13:06:06.0 +0200
-@@ -680,7 +680,7 @@ void WvDialer::load_options()
-   { NULL,  NULL, NULL,   , 0}
- };
- 
--char *d = Dialer Defaults;
-+const char *  d = Dialer Defaults;
- 
- for( int i=0; opts[i].name != NULL; i++ ) 
- {
-Binární soubory wvdial-1.60-orig/.wvdialer.cc.swp a 
wvdial-1.60/.wvdialer.cc.swp jsou různé
-diff -urNp wvdial-1.60-orig/wvdialer.h wvdial-1.60/wvdialer.h
 wvdial-1.60-orig/wvdialer.h2009-06-11 12:37:13.0 +0200
-+++ wvdial-1.60/wvdialer.h 2009-06-11 12:39:30.0 +0200
-@@ -30,10 +30,10 @@ extern const char wvdial_version_text[];
- struct OptInfo
- //
- {
--char *name;
-+const char *  name;
- WvString *str_member;
- int * int_member;
--char *str_default;
-+const char *  str_default;
- int   int_default;
- };
- 
-diff -urNp wvdial-1.60-orig/wvmodemscan.cc wvdial-1.60/wvmodemscan.cc
 wvdial-1.60-orig/wvmodemscan.cc2007-07-19 23:22:26.0 +0200
-+++ wvdial-1.60/wvmodemscan.cc 2009-06-11 13:16:02.0 +0200
-@@ -20,7 +20,7 @@ bool default_asyncmap = false;
- 
- // startup at atz atq0 atv1 ate1 ats0 carrier dtr fastdial
- // baudstep reinit done
--static char *commands[WvModemScan::NUM_STAGES] = {
-+static const char *commands[WvModemScan::NUM_STAGES] = {
- NULL, Q0 V1 E1, Z, S0=0,
- C1, D2, +FCLASS=0, NULL,
- NULL, , NULL
-@@ -496,7 +496,7 @@ static int fileselect(const struct diren
- }
- 
- 
--static int filesort(const void *_e1, const void *_e2)
-+static int filesort(const struct dirent **_e1, const struct dirent **_e2)
- {
- dirent const * const *e1 = (dirent const * const *)_e1;
- dirent const * const *e2 = (dirent const * const *)_e2;



[arch-commits] Commit in wvdial/trunk (PKGBUILD)

2009-10-31 Thread Andrea Scarpino
Date: Saturday, October 31, 2009 @ 15:03:18
  Author: andrea
Revision: 57509

typo

Modified:
  wvdial/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-10-31 19:03:14 UTC (rev 57508)
+++ PKGBUILD2009-10-31 19:03:18 UTC (rev 57509)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
-# Contrubutor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=wvdial
 pkgver=1.61