hauke
9719ae860c
gpsd: update to 3.10
...
From: Dave Taht <dave.taht@bufferbloat.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 22:12:33 +00:00
acinonyx
b4e5eceeab
[packages] gpsd: Bump to v3.7
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 18:33:45 +00:00
swalker
b8f38d75d8
[packages] gpsd: update to 3.6
...
* add staging prefix patch for the pkg-config wrapper variables
* re-enable libusb support
* add a gpsd-clients package (#7879 )
* drop obsolete patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-24 04:29:36 +00:00
nbd
6a421ce2a8
gpsd: update to version 3.5 from cerowrt + chrpath removal patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 21:02:59 +00:00
nico
d063a0f5e2
packages: add missing conffiles define
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 20:02:41 +00:00
nico
a47bec0753
packages/gpsd: add dependency on librt ( closes : #10362 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-07 23:46:05 +00:00
florian
aca4cbbeb6
[package] gpsd: use autogen.sh
...
attach is the patch, fix the compile error:
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
patch from Xiangfu Liu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:18 +00:00
mb
400eb73621
gpsd: Add missing define
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-27 14:36:30 +00:00
mb
ca87588d52
gpsd: Fix crosscompile and libtool issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25149 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-27 14:26:38 +00:00
mb
fc8780e22a
gpsd: Install all libraries
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 11:22:57 +00:00
florian
dd689ede99
[package] update gpsd to 2.94, add config, init and hotplug scripts, patch from Roberto Riggio
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 22:33:32 +00:00
nico
3e679367f0
[packages] replace occurences of -lgcc with $(LIBGCC_S)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-11 00:37:05 +00:00
lars
1e28de24b4
[packages] Use default templates instead of custom reimplementations where applicable
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-18 13:10:21 +00:00
jow
3d6acaa44b
[packages] gpsd: update to v2.90
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-21 21:04:40 +00:00
florian
fcb8b49862
[package] restore trimble support after update
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-28 22:31:57 +00:00
florian
06f1eb2673
[package] update gpsd to 2.39, use uclibc++ and remove obsolete patches, patch from Roberto Riggio
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 11:02:37 +00:00
nbd
996067d6b3
nuke $Id$ in /packages as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
kaloz
bbed1b5226
add patch to probe for the Trimble Copernicus -- thanks, Chris
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-23 10:07:13 +00:00
lars
1d69650934
Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep
...
symlinks either use $(CP) or create them manually.
Fixes #4399
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-04 00:06:33 +00:00
nico
b9d4d6f85f
gpsd fixes:
...
- linking against uClibc++ alone doesn't work (because of libtool), so use libstdc++ instead (closes : #3139 )
- uClibc now has the necessary math functions, don't use libnotimpl anymore
- explicitly disable dbus
- use PKG_INSTALL_DIR and make install
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-29 23:55:44 +00:00
florian
e675508676
Update gpsd to 2.37 ( #3622 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 14:23:05 +00:00
crazy_imp
a8f26e9f30
fixed a small typo, (pointed out in #3139 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-29 13:51:31 +00:00
olli
32c107a9c6
[Packages] net/gpsd:
...
* Update 2.35 > 2.36 (closes #3140 )
* Refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-13 10:04:45 +00:00
nbd
bf06dbb788
remove UninstallDev
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25 01:59:55 +00:00
florian
edf2148598
Upgrade gpsd and reduce memory footprint
...
Signed-off-by: Russell Senior <seniorr@aracnet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-16 13:12:11 +00:00
blogic
1120328d15
InstallDev should be using (1) and not (STAGING_DIR)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-07 03:20:26 +00:00
nico
a462f853ff
Makefile cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-03 16:08:44 +00:00
florian
5f4c7a6e1a
Revert gpsd to 2.19 ( #756 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-23 15:35:21 +00:00
nico
4d878e0bbe
cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 17:33:10 +00:00
nico
98d948428b
misc cosmetic fixes:
...
* reorder PKG_* variables, Build/(Un)InstallDev macros
* remove unneeded configure options and PKG_INSTALL_DIR stuff
* remove dupe descriptions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-08 11:19:08 +00:00
nbd
c0e5247848
replace lots of manual install commands with INSTALL_* variables
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
nico
9cafe7813c
resync gpsd with old trunk version
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31 17:37:18 +00:00
mbm
d22946f886
fix various typos in the dependancies
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-02 17:51:58 +00:00
florian
6484f17419
Port gpsd to -ng, closes #659 , thanks to russel !
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4344 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-30 22:38:47 +00:00