changeset 219:dc72b46ffb67

update version of packages geos and mingwrt
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 03 Feb 2009 02:45:05 +0100
parents 0b626230c49b
children 32eef23cb982
files src/geos.mk src/mingwrt.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/geos.mk	Tue Feb 03 01:59:29 2009 +0100
+++ b/src/geos.mk	Tue Feb 03 02:45:05 2009 +0100
@@ -2,7 +2,7 @@
 # http://trac.osgeo.org/geos/
 
 PKG            := geos
-$(PKG)_VERSION := 3.0.3
+$(PKG)_VERSION := 3.1.0rc2
 $(PKG)_SUBDIR  := geos-$($(PKG)_VERSION)
 $(PKG)_FILE    := geos-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL     := http://download.osgeo.org/geos/$($(PKG)_FILE)
@@ -17,9 +17,9 @@
 define $(PKG)_BUILD
     $(SED) 's,-lgeos,-lgeos -lstdc++,' -i '$(1)/tools/geos-config.in'
     $(SED) 's,-L\$${libdir}$$,-L$${libdir} -lgeos -lstdc++,' -i '$(1)/tools/geos-config.in'
-    $(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure.in'
+    $(SED) 's,\$$WARNFLAGS -ansi,\$$WARNFLAGS,' -i '$(1)/configure.in'
     touch '$(1)/aclocal.m4'
-    $(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure'
+    $(SED) 's,\$$WARNFLAGS -ansi,\$$WARNFLAGS,' -i '$(1)/configure'
     touch '$(1)/Makefile.in'
     touch '$(1)/source/headers/config.h.in'
     touch '$(1)/source/headers/geos/platform.h.in'
--- a/src/mingwrt.mk	Tue Feb 03 01:59:29 2009 +0100
+++ b/src/mingwrt.mk	Tue Feb 03 02:45:05 2009 +0100
@@ -2,7 +2,7 @@
 # http://mingw.sourceforge.net/
 
 PKG            := mingwrt
-$(PKG)_VERSION := 3.15.1-mingw32
+$(PKG)_VERSION := 3.15.2-mingw32
 $(PKG)_SUBDIR  := .
 $(PKG)_FILE    := mingwrt-$($(PKG)_VERSION)-dev.tar.gz
 $(PKG)_URL     := http://$(SOURCEFORGE_MIRROR)/mingw/$($(PKG)_FILE)