Update math/libqalculate to 2.2.1 and math/qalculate to 2.2.1.
Several kde@ ports needed CMake module adjustments to find the newer library.
I don't want to step on any toes in regards to https://reviews.freebsd.org/D14413,
so if this needs to wait until after that has landed, that's fine.
Details
- Reviewers
- None
- Group Reviewers
kde - Commits
- rP463014: math/libqalculate: Update to 2.2.1
Standard poudriere build tests completed.
10.4-i386 - all pass
11.1-amd64 - all pass
12.0-CURRENT-amd64 - all pass
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
math/qalculate/Makefile | ||
---|---|---|
7 ↗ | (On Diff #39615) | This pulls in the full release tarball, so we don't have to run autoreconf and a bunch of other stuff. |
math/libqalculate/Makefile | ||
---|---|---|
7 ↗ | (On Diff #39615) | No, this is NOT the same thing. What you are proposing is using an extract from the git repository, which, in this case, is wrong, as there is a released tarball. Releases tarballs are hand made, usually they have all the configure things taken care of, and you do not need to use autoreconf, also, they often have the documentation already generated so that it is not required to depend on doxygen and stuff. We should not use git extracts when releases are available. |
math/libqalculate/Makefile | ||
---|---|---|
7 ↗ | (On Diff #39615) | Oh, sorry, I was under the wrong impression that there was magic involved :( |