Commit Graph

201 Commits

Author SHA1 Message Date
Marian Marinov 42d084173c Makefile.in: MANDIR did not include the DESTDIR parameter, so I added it forcefuly
Signed-off-by: Marian Marinov <mm@yuhu.biz>
2016-06-15 03:55:13 +03:00
Marian Marinov 26eae5d11c Makefile.in: Added support for DESTDIR make parameter
The DESTDIR is commonly used in many build systems to define a new
root for installing the files before creating packages.

Signed-off-by: Marian Marinov <mm@yuhu.biz>
2016-06-15 03:37:34 +03:00
William Lachance 6d6d7ff6df Make a bunch of static character stuff const
The fact that it wasn't const was (mostly) harmless, but it never hurts to
be careful. Plus, the huge stream of error messages was annoying.
2009-09-29 13:31:28 -04:00
Andrey Vihrov 8417e178b5 Fix compilation of wvmodemscan with glibc 2.10 2009-09-29 13:08:04 -04:00
Peter McCurdy c98e15ea73 Properly retry sending the init string to the modem.
As reported by Sergey Ostashenko, if the modem times out when sending it
the init string the first time, we resend if the modem doesn't respond.
If the modem responds the second time, we should accept it and move on,
instead of ignoring it.

Signed-off-by: William Lachance <wrlach@gmail.com>
2009-05-07 00:25:20 +08:00
William Lachance 089d50df13 Also recurse into subdirectories when deleting stuff 2008-10-22 17:24:03 -03:00
William Lachance 184538ec18 Remove the config.mk/config.mk.in, and just generate the makefile
Much harder to screw things up this way, and it's way simpler to boot.
2008-10-22 17:07:31 -03:00
William Lachance 57ce2b60a1 Oops, gen-cc isn't generated, it's required. 2008-10-22 16:55:08 -03:00
William Lachance 8ed5ffd472 Update .gitignore 2008-10-22 16:52:47 -03:00
William Lachance e179f0293b Update distclean target 2008-10-22 16:52:33 -03:00
William Lachance 6a82423394 Eugh, need to incorporate a few more artifacts from wvstreams' build system
A bit of a rat's nest of makefile rules, but I guess as long as it works...
2008-10-22 16:50:58 -03:00
William Lachance 22a538006b Update debian packaging. 2008-10-22 16:34:01 -03:00
William Lachance d31f5bc2a2 dist now generates a primitive changelog 2008-10-22 16:29:00 -03:00
William Lachance 86c5f8f96e Add a very simple configure script (written in shell)
This allows us to make wvdial distributables easily.
2008-10-22 16:11:26 -03:00
William Lachance b4691b2d5a Remove obsolete references to WvStreams mailing list 2008-10-22 11:46:43 -03:00
Steve Marple 268035c679 Include patch from Fedora that allows you to customize the dial timeout. 2008-10-22 10:59:37 -03:00
William Lachance 82596460e2 Changes and additions to build correctly out of a git repository 2008-10-22 10:57:15 -03:00
apenwarr c566f26a1f Merged in everything from the dbus-win32 branch using this command:
svn merge svn+ssh://svn.alumnit.ca/svn/branches/{death_to_wvcallback@11813,dbus-win32@11815}

The dbus-win32 branch is now obsolete.  This branch is now the basis for
what we hope will be WvStreams 5.



git-svn-id: file:///home/apenwarr/alumnit-svn/public/branches/death_to_wvcallback@11816 6619c942-59fa-0310-bf43-a07aaa81d9ac
2007-10-09 04:54:00 +00:00
wlach 24238323bb Updated debian packaging stuff for WvDial.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@11654 6619c942-59fa-0310-bf43-a07aaa81d9ac
2007-07-20 16:29:13 +00:00
wlach 2c7991ad57 Merge in inversion changes from 'wvstreams_inversion_2': pre_select
now returns void.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@11646 6619c942-59fa-0310-bf43-a07aaa81d9ac
2007-07-19 20:17:49 +00:00
wlach b560dc58e4 Documentation updates for wvdial.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@11641 6619c942-59fa-0310-bf43-a07aaa81d9ac
2007-07-18 18:29:16 +00:00
pphaneuf 90c92430cd Remove the support for building from NITI's tree, fix building
from Subversion in the alumnit tree.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@11571 6619c942-59fa-0310-bf43-a07aaa81d9ac
2007-03-19 09:41:05 +00:00
wlach de09d69e88 Merged revisions 10677-11457 via svnmerge from
/trunk


git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11462 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-12-13 03:54:41 +00:00
sfllaw 8146b2fb9c Postinst should make the log world-readable.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11223 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-05-25 13:54:37 +00:00
sfllaw 513d5614f2 Don't let the Debian configuration silently abort, just because something
isn't in /etc/wvdial.conf.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11222 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-05-25 12:49:41 +00:00
sfllaw 83fc3257a6 Make wvdialconf log things to /var/log/wvdialconf.log, instead of writing
to console in the Debian postinst.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11221 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-05-25 12:46:18 +00:00
sfllaw 3af376f113 We don't actually need to include WvConfEmu headers any more.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11220 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-05-25 12:43:22 +00:00
sfllaw 0b63524e42 WvDial changes for 1.56.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11027 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-03-04 00:49:45 +00:00
sfllaw 9ce53bea07 WvDialConf should actually write out its configuration file.
I've also rewritten it so it no longer uses WvConfEmu.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@11011 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-02-22 18:06:17 +00:00
sfllaw b6b261f334 Merged revisions 10837-10911 via svnmerge from
/branches/wvstreams_4_2


git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@10912 6619c942-59fa-0310-bf43-a07aaa81d9ac
2006-01-05 21:02:42 +00:00
sfllaw 83faccb273 Merged revisions 10758-10831 via svnmerge from
/branches/wvstreams_4_2


git-svn-id: file:///home/apenwarr/alumnit-svn/public/releases/freesw@10832 6619c942-59fa-0310-bf43-a07aaa81d9ac
2005-12-06 22:14:41 +00:00
pphaneuf 8f1bc770fc Merged revisions 10143-10145 via svnmerge from
/branches/carambola
BUGZID:13451


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@10146 6619c942-59fa-0310-bf43-a07aaa81d9ac
2005-07-05 21:02:55 +00:00
pphaneuf a2efe43eb1 Merged revisions 9923-10128 via svnmerge from
/branches/carambola


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@10139 6619c942-59fa-0310-bf43-a07aaa81d9ac
2005-07-05 02:49:45 +00:00
pmccurdy eb4d73a13d head: Finish merging the Subversion-related Makefile changes. Any other
branches will just have to fix them in Subversion.  This is probably the last
CVS commit ever; so long, CVS repository, it's been fun.  BUGZID:5749


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@10087 6619c942-59fa-0310-bf43-a07aaa81d9ac
2005-06-25 06:25:34 +00:00
sfllaw 76591bf9a8 HEAD: Update WvDial's build system to work with pkg-config.
BUGZID: 7558


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@9803 6619c942-59fa-0310-bf43-a07aaa81d9ac
2005-05-11 19:59:52 +00:00
sfllaw 42da9a3130 HEAD: Update WvDial's Debian packages to match the ones in Debian
right now.  With some minor alterations.

BUGZID: 7559


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@9802 6619c942-59fa-0310-bf43-a07aaa81d9ac
2005-05-11 19:59:23 +00:00
pphaneuf 73ebe2f075 Using getline() with a non-zero timeout is fundamentally evil, but when you
need it, you do need it. What to do? Enter Guilt-Oriented Orthodontic
Programming (also known as GOOP). Renamed getline() to blocking_getline(),
and put a short inline getline() that does not have the timeout parameter at
all and calls blocking_getline() with a zero timeout. This way, you can still
specify a non-zero timeout if you need to, but you'll be guilt-ridden by the
obviously evil function you'll be using. Also, it's more easily greppable, so
we can find offenders quicker and fix them.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6933 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-09-01 17:40:54 +00:00
apm 1345cb6543 head: standardize log messages so that they start with uppercase letter. (tedious!)
BUGZID:7004


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6883 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-08-26 17:21:35 +00:00
pphaneuf 005e65f0c0 Changed RELEASE to WVRELEASE and DELETE to WVDELETE. Why? Because Avery said
so, that's why!
BUGZID:6603


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6591 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-08-17 00:53:45 +00:00
pphaneuf a25c210c5f Removed the mixing of WvConfEmu and WvConf in WvDial.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6585 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-08-16 21:27:18 +00:00
pphaneuf e1b24c32f4 Backing out my previous changes, they have too many subleties and cornercases.
BUGZID:6101


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6227 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-08-05 18:45:40 +00:00
pphaneuf 8d4f1f985f Removed usage of uses_continue_select and replaced them with explicit uses
of WvCont.
BUGZID:6101


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6155 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-08-02 22:02:01 +00:00
ppatters 21e9aaff09 HEAD: Ssoya now depends on OpenSLP actually being built first.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6062 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-07-29 17:24:44 +00:00
sfllaw b5474e118a HEAD: Update .cvsignore files for files generated by snapshot.sh
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@6017 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-07-27 21:39:43 +00:00
pphaneuf c214932aa8 Fixed a bunch of foo->release() into the safer RELEASE(foo);
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@5007 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-06-12 00:08:33 +00:00
pmccurdy 64a5d7187c head: compile fix to wvdial, the ?: operator didn't like dealing with a
WvString and a char*.  Probably a gcc2.95 issue.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@4997 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-06-10 23:19:43 +00:00
ppatters 45736af152 HEAD: Make WvMapi/WvTnef and the Evolution Connector compile again after
Pierre's futzing.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@4993 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-06-10 21:34:13 +00:00
ppatters 38f1cef539 HEAD: Fix up a few places where pphaneuf's changes wrt xplc_ptr hadn't
propagated (HINT: type make in src/weaver :).


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@4989 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-06-10 20:45:28 +00:00
pphaneuf 19740a9ce5 Converted our codebase to use release() instead of delete. Left the "XPLC
delete detector" enabled.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@4951 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-06-09 21:16:23 +00:00
pphaneuf 6cb751b922 Merged from r3_80.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@4434 6619c942-59fa-0310-bf43-a07aaa81d9ac
2004-04-19 18:01:31 +00:00