CVS: moonbase/net/wvdial BUILD, 1.2, 1.3 DETAILS, 1.1.1.1, 1.2 POST_INSTALL, 1.1.1.1, 1.2

Terry Chan tchan at lunar-linux.org
Sat Dec 6 02:38:26 GMT 2003


Update of /var/cvs/lunar/moonbase/net/wvdial
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9379/wvdial

Modified Files:
	BUILD DETAILS POST_INSTALL 
Log Message:
Version bumped wvdial.  Fixed wvstreams to use the latest available release
3.74.0.  Added a DEPENDS file just full of optional_depends (hey it's a 
LIBRARY and there is no getting around all choices!)

Made db a required DEPENDS (the devs have it listed as optional) as
wvstreams-3.74.0 will NOT compile at all unless Berkely DB is present
and I even had to hack their vars.mk file as their configure script is borked
and does not correctly detect that Berkely DB3 is present and working on
a Lunar box.

Compiled and tested with gcc-3.2.3, glibc-2.3.2.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wvdial/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	17 Jan 2003 12:09:14 -0000	1.2
+++ BUILD	6 Dec 2003 02:38:24 -0000	1.3
@@ -1,9 +1,9 @@
 (
-  unset CC CXX                                         &&
+# unset CC CXX                                         &&
   sedit 's/\/usr\/local/\/usr/g' Makefile              &&
-  make                                                 &&
-  prepare_install                                      &&
-  make    install
+  default_make                                         &&
+  strip /usr/bin/wvdial &&
+  strip /usr/bin/wvdialconf
 
 ) > $C_FIFO 2>&1
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wvdial/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ DETAILS	6 Dec 2003 02:38:24 -0000	1.2
@@ -1,12 +1,13 @@
           MODULE=wvdial
-         VERSION=1.53
+         VERSION=1.54.0
+        #VERSION=1.53
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://open.nit.ca/download/$SOURCE
         WEB_SITE=http://open.nit.ca/
          ENTERED=20020425
-         UPDATED=20020425
-           SHORT="A networking C++ library"
+         UPDATED=20031205
+           SHORT="An automated dialer"
 cat << EOF
 WvDial is a program that makes it easy to connect your Linux
 workstation to the Internet. It will automatically detect your

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wvdial/POST_INSTALL,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- POST_INSTALL	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ POST_INSTALL	6 Dec 2003 02:38:24 -0000	1.2
@@ -4,3 +4,4 @@
 echo ""
 echo "Executing: wvdialconf /etc/wvdial.conf"
 wvdialconf /etc/wvdial.conf
+true




More information about the Lunar-commits mailing list