mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
5 changed files with 9 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
|
# Created by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
|
||||||
|
|
||||||
PORTNAME= geos
|
PORTNAME= geos
|
||||||
PORTVERSION= 3.9.1
|
PORTVERSION= 3.9.2
|
||||||
CATEGORIES= graphics geography
|
CATEGORIES= graphics geography
|
||||||
MASTER_SITES= https://download.osgeo.org/geos/ \
|
MASTER_SITES= https://download.osgeo.org/geos/ \
|
||||||
LOCAL/sunpoet
|
LOCAL/sunpoet
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1613478315
|
TIMESTAMP = 1643970986
|
||||||
SHA256 (geos-3.9.1.tar.bz2) = 7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a
|
SHA256 (geos-3.9.2.tar.bz2) = 44a5a9be21d7d473436bf621c2ddcc3cf5a8bbe3c786e13229618a3b9d861297
|
||||||
SIZE (geos-3.9.1.tar.bz2) = 4761372
|
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
|
+++ tests/geostest/Makefile.in
|
||||||
@@ -319,9 +319,9 @@ EXTRA_DIST = \
|
@@ -332,9 +332,8 @@ EXTRA_DIST = \
|
||||||
testrunner.sh
|
testrunner.sh
|
||||||
|
|
||||||
|
|
||||||
-# The -lstdc++ is needed for --disable-shared to work
|
-# The -lstdc++ is needed for --disable-shared to work
|
||||||
+# The is needed for --disable-shared to work
|
|
||||||
geostest_SOURCES = geostest.c
|
geostest_SOURCES = geostest.c
|
||||||
-geostest_LDADD = $(top_builddir)/capi/libgeos_c.la -lstdc++
|
-geostest_LDADD = $(top_builddir)/capi/libgeos_c.la -lstdc++
|
||||||
+geostest_LDADD = $(top_builddir)/capi/libgeos_c.la
|
+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
|
+++ 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
|
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 -lstdc++ is needed for --disable-shared to work
|
||||||
+# The is needed for --disable-shared to work
|
|
||||||
threadtest_SOURCES = threadtest.c
|
threadtest_SOURCES = threadtest.c
|
||||||
-threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
-threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
||||||
+threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
+threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
||||||
|
|
||||||
-# The -lstdc++ is needed for --disable-shared to work
|
-# The -lstdc++ is needed for --disable-shared to work
|
||||||
+# The is needed for --disable-shared to work
|
|
||||||
badthreadtest_SOURCES = badthreadtest.c
|
badthreadtest_SOURCES = badthreadtest.c
|
||||||
-badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
-badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
||||||
+badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
+badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
||||||
|
|
|
@ -434,5 +434,5 @@ lib/libgeos.so
|
||||||
lib/libgeos_c.a
|
lib/libgeos_c.a
|
||||||
lib/libgeos_c.so
|
lib/libgeos_c.so
|
||||||
lib/libgeos_c.so.1
|
lib/libgeos_c.so.1
|
||||||
lib/libgeos_c.so.1.14.2
|
lib/libgeos_c.so.1.14.3
|
||||||
libdata/pkgconfig/geos.pc
|
libdata/pkgconfig/geos.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue