mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
databases/grass7: Update to 7.8.7
Release notes: - https://grass.osgeo.org/news/2022_02_23_grass_gis_7_8_7_released/
This commit is contained in:
parent
549225619e
commit
ea48d0b9d3
6 changed files with 6 additions and 35 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= grass
|
||||
PORTVERSION= 7.8.6
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 7.8.7
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
|
||||
http://grass.cict.fr/%SUBDIR%/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634368600
|
||||
SHA256 (grass-7.8.6.tar.gz) = d85e17b0a717e344cdda8f6c5bdeb86763e48d1ee74a62ab471dc8e1293993be
|
||||
SIZE (grass-7.8.6.tar.gz) = 66331264
|
||||
TIMESTAMP = 1664371617
|
||||
SHA256 (grass-7.8.7.tar.gz) = 4fff7be556d820ed81704bb27fe3ed913c173076bb3ed036bcc3a49bd4027f69
|
||||
SIZE (grass-7.8.7.tar.gz) = 66333084
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
--- aclocal.m4.orig 2020-12-21 18:40:15 UTC
|
||||
+++ aclocal.m4
|
||||
@@ -560,10 +560,11 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
|
||||
# FreeBSD 3.* and greater have ELF.
|
||||
SHLIB_CFLAGS="-fPIC"
|
||||
#SHLIB_LD="ld -Bshareable -x"
|
||||
+ SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$[@])"
|
||||
SHLIB_LD="${CC} -shared"
|
||||
SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$[@])"
|
||||
SHLIB_SUFFIX=".so"
|
||||
- LDFLAGS="-export-dynamic"
|
||||
+ LDFLAGS="-Wl,--export-dynamic"
|
||||
#LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
|
||||
LD_SEARCH_FLAGS='-Wl,-rpath-link,${LIB_RUNTIME_DIR}'
|
||||
# TODO: add optional pthread support with any combination of:
|
|
@ -1,15 +0,0 @@
|
|||
--- configure.orig 2020-12-21 18:40:15 UTC
|
||||
+++ configure
|
||||
@@ -1603,10 +1603,11 @@ EOF
|
||||
# FreeBSD 3.* and greater have ELF.
|
||||
SHLIB_CFLAGS="-fPIC"
|
||||
#SHLIB_LD="ld -Bshareable -x"
|
||||
+ SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)"
|
||||
SHLIB_LD="${CC} -shared"
|
||||
SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)"
|
||||
SHLIB_SUFFIX=".so"
|
||||
- LDFLAGS="-export-dynamic"
|
||||
+ LDFLAGS="-Wl,--export-dynamic"
|
||||
#LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
|
||||
LD_SEARCH_FLAGS='-Wl,-rpath-link,${LIB_RUNTIME_DIR}'
|
||||
# TODO: add optional pthread support with any combination of:
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= qgis
|
||||
DISTVERSION= 3.22.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= https://qgis.org/downloads/
|
||||
PKGNAMESUFFIX= -ltr
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= qgis
|
||||
DISTVERSION= 3.26.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= https://qgis.org/downloads/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue