mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
graphics/geos: Update to 3.9.2
Changes: https://github.com/libgeos/geos/blob/3.9/NEWS
This commit is contained in:
parent
8cb482ff57
commit
f0530a76e3
@ -1,7 +1,7 @@
|
||||
# Created by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
|
||||
|
||||
PORTNAME= geos
|
||||
PORTVERSION= 3.9.1
|
||||
PORTVERSION= 3.9.2
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= https://download.osgeo.org/geos/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1613478315
|
||||
SHA256 (geos-3.9.1.tar.bz2) = 7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a
|
||||
SIZE (geos-3.9.1.tar.bz2) = 4761372
|
||||
TIMESTAMP = 1643970986
|
||||
SHA256 (geos-3.9.2.tar.bz2) = 44a5a9be21d7d473436bf621c2ddcc3cf5a8bbe3c786e13229618a3b9d861297
|
||||
SIZE (geos-3.9.2.tar.bz2) = 4775911
|
||||
|
@ -1,11 +1,10 @@
|
||||
--- tests/geostest/Makefile.in.orig 2020-12-09 19:04:24 UTC
|
||||
--- tests/geostest/Makefile.in.orig 2021-11-01 18:12:44 UTC
|
||||
+++ tests/geostest/Makefile.in
|
||||
@@ -319,9 +319,9 @@ EXTRA_DIST = \
|
||||
@@ -332,9 +332,8 @@ EXTRA_DIST = \
|
||||
testrunner.sh
|
||||
|
||||
|
||||
-# The -lstdc++ is needed for --disable-shared to work
|
||||
+# The is needed for --disable-shared to work
|
||||
geostest_SOURCES = geostest.c
|
||||
-geostest_LDADD = $(top_builddir)/capi/libgeos_c.la -lstdc++
|
||||
+geostest_LDADD = $(top_builddir)/capi/libgeos_c.la
|
||||
|
@ -1,17 +1,15 @@
|
||||
--- tests/thread/Makefile.in.orig 2020-12-09 19:04:24 UTC
|
||||
--- tests/thread/Makefile.in.orig 2021-11-01 18:12:44 UTC
|
||||
+++ tests/thread/Makefile.in
|
||||
@@ -316,13 +316,13 @@ top_srcdir = @top_srcdir@
|
||||
@@ -330,13 +330,11 @@ top_srcdir = @top_srcdir@
|
||||
#
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/unit/tut -I$(top_builddir)/capi
|
||||
|
||||
-# The -lstdc++ is needed for --disable-shared to work
|
||||
+# The is needed for --disable-shared to work
|
||||
threadtest_SOURCES = threadtest.c
|
||||
-threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
||||
+threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
||||
|
||||
-# The -lstdc++ is needed for --disable-shared to work
|
||||
+# The is needed for --disable-shared to work
|
||||
badthreadtest_SOURCES = badthreadtest.c
|
||||
-badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
||||
+badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
||||
|
@ -434,5 +434,5 @@ lib/libgeos.so
|
||||
lib/libgeos_c.a
|
||||
lib/libgeos_c.so
|
||||
lib/libgeos_c.so.1
|
||||
lib/libgeos_c.so.1.14.2
|
||||
lib/libgeos_c.so.1.14.3
|
||||
libdata/pkgconfig/geos.pc
|
||||
|
Loading…
Reference in New Issue
Block a user