gpsd: Bump to v3.7
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Thu, 12 Jul 2012 18:33:45 +0000 (18:33 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Thu, 12 Jul 2012 18:33:45 +0000 (18:33 +0000)
SVN-Revision: 32688

net/gpsd/Makefile
net/gpsd/patches/001-add-staging-prefix.patch [deleted file]
net/gpsd/patches/002-no_rpath.patch [deleted file]

index 47dd2792aae30057c593965cdfb3ed3aee3bb494..ca4983ad6169e0cea432d808363213ada9cc91fa 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gpsd
-PKG_VERSION:=3.6
+PKG_VERSION:=3.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd
-PKG_MD5SUM:=064a5ad75593f8c3ea3fe85010647832
+PKG_MD5SUM:=52d9785eaf1a51298bb8900dbde88f98
 
 PKG_BUILD_DEPENDS:=libncurses libusb-1.0
 
diff --git a/net/gpsd/patches/001-add-staging-prefix.patch b/net/gpsd/patches/001-add-staging-prefix.patch
deleted file mode 100644 (file)
index b88171b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -200,6 +200,7 @@ import_env = (
-     'PATH',            # Required for ccache and Coverity scan-build
-     'PKG_CONFIG_PATH', # Set .pc file directory in a crossbuild
-     'STAGING_DIR',     # Required by the OpenWRT build.
-+    'STAGING_PREFIX',  # Required by the OpenWRT build.
-     )
- envs = {}
- for var in import_env:
diff --git a/net/gpsd/patches/002-no_rpath.patch b/net/gpsd/patches/002-no_rpath.patch
deleted file mode 100644 (file)
index 38ba782..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -269,8 +269,6 @@ def installdir(dir, add_destdir=True):
- # Honor the specified installation prefix in link paths.
- env.Prepend(LIBPATH=[installdir('libdir')])
--if env["shared"]:
--    env.Prepend(RPATH=[installdir('libdir')])
- # Give deheader a way to set compiler flags
- if 'MORECFLAGS' in os.environ: