English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Log of /branches/freewrt_1_0/package/comgt/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3787 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 26 20:25:21 2008 UTC (5 years, 5 months ago) by markus
File length: 1549 byte(s)
Diff to previous 2122
added some basic scripts for Option HSUPA card

Revision 2122 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 1 20:30:25 2007 UTC (6 years, 11 months ago) by markus
File length: 1115 byte(s)
Diff to previous 1269
- added small script to be started at first on if-pre-up for umts
  to wait for SIM to get ready. Otherwise in some situations we
  got "**SIM ERROR**"


Revision 1269 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 6 14:17:50 2006 UTC (7 years, 2 months ago) by markus
File length: 1035 byte(s)
Diff to previous 1265
- changed UMTS ppp config to use comgt for dialing, thus chat has
  no longer to be installed.
- removed the chatscript template stuff
- removed some custom comgt scripts as the functionality is builtin now
- added comgt_h patch to fix a typo in a builtin script


Revision 1265 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 6 09:36:40 2006 UTC (7 years, 2 months ago) by markus
File length: 1283 byte(s)
Diff to previous 1263
damnit, I forgot the renameing :(

Revision 1263 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 6 09:31:46 2006 UTC (7 years, 2 months ago) by markus
File length: 1281 byte(s)
Diff to previous 744
- upgraded to newer upstream version (some fixex in Makefile etc)
- used update-patches to create Makefile patch


Revision 744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File length: 1276 byte(s)
Diff to previous 626
create stable branch, feature freeze, please send svn diff patches to wbx

Revision 626 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 18 16:24:49 2006 UTC (7 years, 5 months ago) by tg
Original Path: trunk/freewrt/package/comgt/Makefile
File length: 1276 byte(s)
Diff to previous 600
unbreak this, spotted by eJunky


Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 16 16:21:37 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/comgt/Makefile
File length: 1276 byte(s)
Diff to previous 521
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

Revision 521 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 15 16:31:23 2006 UTC (7 years, 6 months ago) by markus
Original Path: trunk/freewrt/package/comgt/Makefile
File length: 1077 byte(s)
Diff to previous 510
- fixed Makefile patch
- renamed binary to be straight forward
- renamed script-files
- renamed etc directory


Revision 510 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 14 08:06:28 2006 UTC (7 years, 6 months ago) by markus
Original Path: trunk/freewrt/package/comgt/Makefile
File length: 1074 byte(s)
Diff to previous 310
renamed package gcom to comgt to match upstream name

Revision 310 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 21 00:30:25 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1046 byte(s)
Diff to previous 309
oh, and while I'm here, fix whitespace and RCS ID


Revision 309 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 21 00:27:26 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1073 byte(s)
Diff to previous 308
remove more dead code, and fix my fix to gcom's Makefile...
of course you set WRKSRC not WRKBUILD


Revision 308 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 21 00:16:21 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1089 byte(s)
Diff to previous 303
this is how you fix Makefiles for packages whose distfiles
do not have subdirectories: just set WRKBUILD to ${WRKDIR}
and let it auto-extract, which is fine now since we use a
subdirectory. this is only an example for wbx@ who wants to
fix every single package out there ;)


Revision 303 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 20 23:56:32 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1338 byte(s)
Diff to previous 259
* whitespace cleanup, while here
* move WRKDIR and DISTFILES definition into PKG_template
* define WRKDIR via parent BUILD_DIR instead of going up from WRKSRC
* use a sub-directory as WRKDIR, like BSD
* rename PKG_BUILD_DIR into WRKBUILD
* define WRKBUILD relative via WRKDIR
* rename PKG_INSTALL_DIR into WRKINST
* fix a few dependencies
* make use of common cases in the definition of WRKBUILD and
  WRKINST, removing many redundant lines
* use WRKDIR instead of BUILD_DIR in places where the latter
  was used previously
* while here, remove PKG_CAT stuff

this only affects packages, for now



Revision 259 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 17 00:32:22 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1499 byte(s)
Diff to previous 43
some files don't need our EXTRACT_CMD
empty DISTFILES will do


Revision 43 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 11 16:29:15 2006 UTC (7 years, 8 months ago) by tg
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1487 byte(s)
Diff to previous 1
use pax to extract if it exists, instead of tar,
because it handles certain archives created by
GNU tar better (on BSD), no change on Linux

ok wbx@



Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Sat May 27 15:00:14 2006 UTC (7 years, 9 months ago) by wbx
Original Path: trunk/freewrt/package/gcom/Makefile
File length: 1489 byte(s)
add OpenWrt trunk revision 3830. 



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20