Date: Mon, 24 Aug 2020 18:20:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248887] comms/xastir update to 2.1.6 Message-ID: <bug-248887-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248887 Bug ID: 248887 Summary: comms/xastir update to 2.1.6 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: russo@bogodyn.org CC: carl@stagecraft.cx Flags: maintainer-feedback?(carl@stagecraft.cx) CC: carl@stagecraft.cx Xastir 2.1.6 was released in April of 2020.=20=20 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.=20 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.=20=20 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 suppor= t 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, need= s a little changing: remove DBFAWK as an option and make pcre a required packa= ge along with shapelib (instead of dependent on the DBFAWK setting) and all sh= ould be well. See: https://github.com/Xastir/Xastir/releases/tag/Release-2.1.6 for release notes. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248887-7788>