Created attachment 215344 [details] Patch to upgrade to xalan-c 1.12 New upstream release 1.12 released. - change maintainer address (I'm now an Apache person and an upstream maintainer too) - update version - switch build to cmake - use C++11 for std::thread and other language features - use ICU optionally (defaults to on since it affects EXSLT functionality if missing) - patch missing header; opened issue upstream (https://issues.apache.org/jira/browse/XALANC-809) - drop older patch now it's fixed upstream - update pkg-plist
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval Attachment -> Details -> maintainer-approval [+]
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/153833366
A commit references this bug: Author: danfe Date: Wed Jul 1 08:37:22 UTC 2020 New revision: 540932 URL: https://svnweb.freebsd.org/changeset/ports/540932 Log: - Update to the new upstream release 1.12 - Maintainer is now an Apache person and upstream maintainer too - Switch the build to CMake, GC old cruft and MAKE_JOBS_UNSAFE - Require C++11-capable compiler for std::thread and other features - Allow to use ICU optionally (default to on since it affects EXSLT functionality if missing) - Patch missing header; opened issue upstream (https://issues.apache.org/jira/browse/XALANC-809) - Drop the older patch now as it's fixed upstream PR: 247072 Submitted by: maintainer Changes: head/textproc/xalan-c/Makefile head/textproc/xalan-c/distinfo head/textproc/xalan-c/files/patch-src_xalanc_CMakeLists.txt head/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp head/textproc/xalan-c/pkg-plist
Port was updated with ports r540932, thanks!