Created attachment 208541 [details] Update to 0.9.0
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/91065379
Hi Nikolay, thank you for the update. It's soon ready to land into the ports tree. I've only one question regarding the both patches that will be deleted: - files/patch-translations_CMakeLists.txt - files/patch-translations_translate__text__files.sh It seems that sed(1) does its job fine (hence the removal of the patches I assume). I guess we can then remove also the following line from the Makefile: > NLS_BUILD_DEPENDS= gsed:textproc/gsed
Yes, gsed should be removed.
A commit references this bug: Author: kai Date: Fri Nov 1 20:16:32 UTC 2019 New revision: 516264 URL: https://svnweb.freebsd.org/changeset/ports/516264 Log: graphics/openorienteering-mapper: Update to 0.9.0 * Remove textproc/gsed from BUILD_DEPENDS for the NLS option and drop the related patches for it as sed(1) works fine. * It's also no longer required to use the deprecated "proj_api.h" from graphics/proj thus remove the workaround with CXXFLAGS that was introduced with r505194. * Rebase the patch for packaging/custom_install.cmake.in to avoid warnings while patching because the file has now less lines since the last release. Changelog: https://github.com/OpenOrienteering/mapper/releases/tag/v0.9.0 PR: 241444 Submitted by: Nikolay Korotkiy <sikmir@gmail.com> (maintainer) Changes: head/graphics/openorienteering-mapper/Makefile head/graphics/openorienteering-mapper/distinfo head/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in head/graphics/openorienteering-mapper/files/patch-src_sensors_CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt head/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh head/graphics/openorienteering-mapper/pkg-plist
(In reply to Nikolay Korotkiy from comment #3) Thank you for your info. I removed textproc/gsed from the BUILD_DEPENDS for NLS and your patch has landed into the Ports tree!