Summary: | science/libkml: latest commit broke several ports | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Thierry Thomas <thierry> |
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | rhurlin |
Priority: | --- | Flags: | thierry:
maintainer-feedback?
(sunpoet) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | http://package19.nyi.freebsd.org/data/123amd64-default-build-as-user/a1a8a02eac5b/logs/paraview-5.10.1_3.log | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266252 |
Description
Thierry Thomas
2022-09-04 12:34:35 UTC
Also true for graphics/qgis ... I would revert it now. I'll investigate the issue when I have more free time. (In reply to Po-Chuan Hsieh from comment #2) Nice, that would be ok for me. Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=357b6cc9c09c1d3eedd36f9d93757bd00cc0641e commit 357b6cc9c09c1d3eedd36f9d93757bd00cc0641e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-04 15:24:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-04 15:24:42 +0000 science/libkml: Revert 71a4cedd0383a76f847f0fa1ab32b9209df20959 - Bump PORTREVISION for dependency and package change PR: 266221 Reported by: thierry science/libkml/Makefile | 8 ++------ science/libkml/distinfo | 6 +++--- .../files/patch-examples-domviewer-CMakeLists.txt (new) | 7 +++++++ .../files/patch-examples-engine-CMakeLists.txt (new) | 10 ++++++++++ .../libkml/files/patch-examples-gpx-CMakeLists.txt (new) | 10 ++++++++++ .../libkml/files/patch-examples-gx-CMakeLists.txt (new) | 11 +++++++++++ .../files/patch-examples-hellonet-CMakeLists.txt (new) | 15 +++++++++++++++ .../libkml/files/patch-examples-java-CMakeLists.txt (new) | 14 ++++++++++++++ .../libkml/files/patch-examples-kml-CMakeLists.txt (new) | 10 ++++++++++ .../files/patch-examples-python-CMakeLists.txt (new) | 10 ++++++++++ .../files/patch-examples-regionator-CMakeLists.txt (new) | 10 ++++++++++ .../libkml/files/patch-examples-xsd-CMakeLists.txt (new) | 12 ++++++++++++ science/libkml/pkg-plist | 13 ++++++------- 13 files changed, 120 insertions(+), 16 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e17f183ac7cb12907ae44e3e4d71258de6e6afda commit e17f183ac7cb12907ae44e3e4d71258de6e6afda Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-29 16:13:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-29 16:13:35 +0000 science/libkml: Update to newer snapshot (916a801) - Re-apply 71a4cedd0383a76f847f0fa1ab32b9209df20959 - Clean up BUILD_DEPENDS: all of them are in the ports tree for years - Bump PORTREVISION of dependent port (graphics/gdal) for shlib change - Bump PORTREVISION for package change Local patches have been merged by upstream in 916a801 [1]. Tested all dependent ports of graphics/gdal in case of potential breakage. - math/openturns and science/paraview are skipped due to ceres-solver breakage - graphics/mapnik is skipped due to potential boost-libs breakage [2][3] Changes: https://github.com/libkml/libkml/commits/master Reference: https://github.com/libkml/libkml/commit/916a801ed3143ab82c07ec108bad271aa441da16 [1] https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p3b548e384d0b_sfc4a676827/logs/mapnik-3.1.0_3.log [2] https://pkg-status.freebsd.org/beefy16/data/132amd64-default/3b548e384d0b/logs/mapnik-3.1.0_3.log [3] PR: 266221, 266252 graphics/gdal/Makefile | 1 + science/libkml/Makefile | 8 ++++---- science/libkml/distinfo | 6 +++--- .../files/patch-examples-domviewer-CMakeLists.txt (gone) | 7 ------- .../files/patch-examples-engine-CMakeLists.txt (gone) | 10 ---------- .../libkml/files/patch-examples-gpx-CMakeLists.txt (gone) | 10 ---------- .../libkml/files/patch-examples-gx-CMakeLists.txt (gone) | 11 ----------- .../files/patch-examples-hellonet-CMakeLists.txt (gone) | 15 --------------- .../files/patch-examples-java-CMakeLists.txt (gone) | 14 -------------- .../libkml/files/patch-examples-kml-CMakeLists.txt (gone) | 10 ---------- .../files/patch-examples-python-CMakeLists.txt (gone) | 10 ---------- .../files/patch-examples-regionator-CMakeLists.txt (gone) | 10 ---------- .../libkml/files/patch-examples-xsd-CMakeLists.txt (gone) | 12 ------------ science/libkml/pkg-plist | 13 +++++++------ 14 files changed, 15 insertions(+), 122 deletions(-) |