Update to pgrouting 2.1.0.

Tested with grenoble data from mapzen metro extracts, imported with
osm2pgrouting, and using pgRoutingLayer extension in QGIS.
This commit is contained in:
landry 2015-09-19 15:44:12 +00:00
parent c578401d6f
commit 7470b9215b
4 changed files with 13 additions and 39 deletions

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile,v 1.6 2015/08/21 22:51:10 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2015/09/19 15:44:12 landry Exp $
SHARED_ONLY = Yes
COMMENT = geospatial routing extension for PostgreSQL
#GH_TAGNAME = v2.0.0
GH_COMMIT = d6ed2cba4c574b8ac463632df451b6f011fd522d
GH_COMMIT = 6bb82c56e3c4a37ae6a18b5e3f1e551d8c9d10d8
GH_PROJECT = pgrouting
GH_ACCOUNT = pgRouting
REVISION = 1
DISTNAME = pgrouting-2.0.0
DISTNAME = pgrouting-2.1.0
CATEGORIES = geo databases
HOMEPAGE = http://pgrouting.org/
@ -20,7 +18,9 @@ MAINTAINER = Landry Breuil <landry@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MODULES = databases/postgresql devel/cmake
MODULES = databases/postgresql devel/cmake gcc4
MODGCC4_ARCHS = *
MODGCC4_LANGS = c c++
LIB_DEPENDS = math/cgal
RUN_DEPENDS = geo/postgis

View File

@ -1,2 +1,2 @@
SHA256 (pgrouting-2.0.0.tar.gz) = g96NhWAvpojJaYTD16itpb92+MSr/DNXjhZzyZ+jz3g=
SIZE (pgrouting-2.0.0.tar.gz) = 3766086
SHA256 (pgrouting-2.1.0.tar.gz) = rEbSF3o9hRy8GtkzgFnK9l2ndKt4d2GgFiu/H+q7Pgo=
SIZE (pgrouting-2.1.0.tar.gz) = 6409609

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-tools_test-runner_pl,v 1.3 2015/01/14 10:58:44 sthen Exp $
Allow tests to run.
See also: https://github.com/pgRouting/pgrouting/pull/284
--- tools/test-runner.pl.orig Wed Sep 25 00:38:31 2013
+++ tools/test-runner.pl Sat Jan 10 19:07:01 2015
@@ -20,8 +20,8 @@ my $DRYRUN = 0;
my $DEBUG = 0;
my $DBNAME = "pgr_test__db__test";
-my $DBUSER = 'postgres';
-my $DBHOST = 'localhost';
+my $DBUSER = getlogin || getpwuid($<) || "postgres";
+my $DBHOST = '${MODPOSTGRESQL_TEST_PGHOST}';
my $DBPORT = '5432';
sub Usage {

View File

@ -1,16 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/12/16 21:34:35 landry Exp $
lib/postgresql/librouting.so
lib/postgresql/librouting_bd.so
lib/postgresql/librouting_dd.so
lib/postgresql/librouting_ksp.so
lib/postgresql/librouting_tsp.so
share/postgresql/contrib/
share/postgresql/contrib/pgrouting-2.0/
share/postgresql/contrib/pgrouting-2.0/pgrouting.control
share/postgresql/contrib/pgrouting-2.0/pgrouting.sql
share/postgresql/contrib/pgrouting-2.0/pgrouting_dd_legacy.sql
share/postgresql/contrib/pgrouting-2.0/pgrouting_legacy.sql
share/postgresql/extension/pgrouting--2.0.0.sql
@comment $OpenBSD: PLIST,v 1.2 2015/09/19 15:44:13 landry Exp $
lib/postgresql/librouting-2.1.so
share/postgresql/extension/pgrouting--2.0.0--2.1.0.sql
share/postgresql/extension/pgrouting--2.1.0--2.1.0.sql
share/postgresql/extension/pgrouting--2.1.0.sql
share/postgresql/extension/pgrouting.control
share/postgresql/extension/pgrouting_dd_legacy.sql
share/postgresql/extension/pgrouting_legacy.sql