aboutsummaryrefslogtreecommitdiff
path: root/comms/xastir/distinfo
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-09-21 14:46:12 +0000
committerDiane Bruce <db@FreeBSD.org>2020-09-21 14:46:12 +0000
commitfdbbcaef01b3de82e5ba529167b2263267b8f82f (patch)
tree40b1ac3911e7930ea9eb97ac2fd13c86893ddbfb /comms/xastir/distinfo
parentb72168747849d822a298946d9d8bd27a96716835 (diff)
downloadports-fdbbcaef01b3de82e5ba529167b2263267b8f82f.tar.gz
ports-fdbbcaef01b3de82e5ba529167b2263267b8f82f.zip
Xastir 2.1.6 was released in April of 2020.
FreeBSD's port still has 2.1.4 (over a year old), and that port was recently patched to fix the build with GCC 10 by adding "-fcommon" to the CFLAGS. Xastir 2.1.6 has had its GCC 10 compatibility fixed so that sort of hack is no longer needed in the port if it were updated to the new version. There are also numerous other improvements over 2.1.4, including removal of obsolete options, and consolidation of some options that had previously been set up as independently selectable, but were in fact completely dependent on each other. The build is simpler now, as some of these things that were previously user-selectable are automatic now -- notably, if shapelib support is requested and shapelib is found, pcre is also required *and* automatically enables dbfawk. The code that previously allowed shapelib support without dbfawk (and therefore pcre) has been removed. This means that the current Makefile, which has no option for deselecting shapelib, but does have an option for selecting or deselecting DBFAWK, needs a little changing: remove DBFAWK as an option and make pcre a required package along with shapelib (instead of dependent on the DBFAWK setting) and all should be well. Submitted by: russo@bogodyn.org Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=549445
Diffstat (limited to 'comms/xastir/distinfo')
-rw-r--r--comms/xastir/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/xastir/distinfo b/comms/xastir/distinfo
index 540fa2e1f652..ba86a2720b84 100644
--- a/comms/xastir/distinfo
+++ b/comms/xastir/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563174412
-SHA256 (Xastir-Xastir-Release-2.1.4_GH0.tar.gz) = 0bd3768440422a666e1c4c532df0184374244b77ae6650e6690715a0ca1fe7bc
-SIZE (Xastir-Xastir-Release-2.1.4_GH0.tar.gz) = 2694124
+TIMESTAMP = 1600663254
+SHA256 (Xastir-Xastir-Release-2.1.6_GH0.tar.gz) = 5a71af2936d4d237c779b1c3a519211f8e3cd03b9873a260c849ddc8950e1a3e
+SIZE (Xastir-Xastir-Release-2.1.6_GH0.tar.gz) = 2687180