mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 2.2.3 [1]
- Change maintainer's email address [1] - Convert to USES=localbase PR: 209569 [1] Submitted by: maintainer [1]
This commit is contained in:
parent
033398ff48
commit
153083ca6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415939
9 changed files with 30 additions and 20 deletions
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgrouting
|
||||
PORTVERSION= 2.2.2
|
||||
PORTVERSION= 2.2.3
|
||||
CATEGORIES= databases geography
|
||||
|
||||
MAINTAINER= coder@tuxfamily.org
|
||||
MAINTAINER= lbartoletti@tuxfamily.org
|
||||
COMMENT= Extension to PostGIS to provide geospatial routing functionality
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -15,13 +15,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs\
|
|||
libgmp.so:math/gmp
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:databases/postgis21
|
||||
|
||||
USES= compiler:c++11-lib cmake pgsql:9.1+ pkgconfig
|
||||
USES= compiler:c++11-lib cmake localbase pgsql:9.1+ pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pgRouting
|
||||
GH_TAGNAME= 190d2b9
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GH_TAGNAME= 8416c60
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (pgRouting-pgrouting-2.2.2-190d2b9_GH0.tar.gz) = 07f316eee18c2d990ec5de8c5825fc402c010a1e0c874f61a72da4b88828a2b0
|
||||
SIZE (pgRouting-pgrouting-2.2.2-190d2b9_GH0.tar.gz) = 4372652
|
||||
TIMESTAMP = 1463423989
|
||||
SHA256 (pgRouting-pgrouting-2.2.3-8416c60_GH0.tar.gz) = 2fdc5f781eaf342222c5b52e12698adb641bde2576908e85a7dc41b8d8ccb540
|
||||
SIZE (pgRouting-pgrouting-2.2.3-8416c60_GH0.tar.gz) = 4373034
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- CMakeLists.txt.orig 2016-04-19 16:40:04 UTC
|
||||
--- CMakeLists.txt.orig 2016-05-15 23:38:54 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -224,20 +224,20 @@ if(APPLE)
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/trsp/src/GraphDefinition.cpp.orig 2016-04-28 19:58:27 UTC
|
||||
--- src/trsp/src/GraphDefinition.cpp.orig 2016-05-15 23:38:54 UTC
|
||||
+++ src/trsp/src/GraphDefinition.cpp
|
||||
@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fi
|
||||
#include <windows.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/trsp/src/trsp_core.cpp.orig 2016-04-28 19:43:44 UTC
|
||||
--- src/trsp/src/trsp_core.cpp.orig 2016-05-15 23:38:54 UTC
|
||||
+++ src/trsp/src/trsp_core.cpp
|
||||
@@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fi
|
||||
#include <windows.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/tsp/src/tsplib.c.orig 2016-04-28 19:50:17 UTC
|
||||
--- src/tsp/src/tsplib.c.orig 2016-05-15 23:38:54 UTC
|
||||
+++ src/tsp/src/tsplib.c
|
||||
@@ -85,6 +85,7 @@ THE SOFTWARE.
|
||||
//#include <winsock2.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/vrp_basic/src/VRP.h.orig 2016-04-19 16:40:04 UTC
|
||||
--- src/vrp_basic/src/VRP.h.orig 2016-05-15 23:38:54 UTC
|
||||
+++ src/vrp_basic/src/VRP.h
|
||||
@@ -70,7 +70,7 @@ typedef struct vrp_result_element
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- src/vrp_basic/src/VRP_Solver.cpp.orig 2016-05-16 20:28:00 UTC
|
||||
+++ src/vrp_basic/src/VRP_Solver.cpp
|
||||
@@ -28,6 +28,8 @@ Foundation, Inc., 51 Franklin Street, Fi
|
||||
|
||||
#include <algorithm>
|
||||
#include "VRP_Solver.h"
|
||||
+#include <cstdlib>
|
||||
+#include <cmath>
|
||||
|
||||
#undef PGR_LOGGER_ON
|
||||
#define PGR_LOGGER_LOC
|
|
@ -1,8 +1,9 @@
|
|||
lib/postgresql/libpgrouting-2.2.so
|
||||
share/postgresql/extension/pgrouting--2.0.0--2.2.2.sql
|
||||
share/postgresql/extension/pgrouting--2.0.1--2.2.2.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0--2.2.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.0--2.2.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.1--2.2.2.sql
|
||||
share/postgresql/extension/pgrouting--2.2.2.sql
|
||||
share/postgresql/extension/pgrouting--2.0.0--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting--2.0.1--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting--2.1.0--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting--2.2.0--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting--2.2.1--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting--2.2.2--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting--2.2.3.sql
|
||||
share/postgresql/extension/pgrouting.control
|
||||
|
|
Loading…
Add table
Reference in a new issue