Page MenuHomeFreeBSD

Update math/libqalculate to 2.2.1
ClosedPublic

Authored by jhale on Feb 21 2018, 1:22 PM.
Tags
None
Referenced Files
F80180767: D14459.diff
Thu, Mar 28, 10:23 PM
Unknown Object (File)
Feb 16 2024, 8:10 PM
Unknown Object (File)
Feb 16 2024, 8:10 PM
Unknown Object (File)
Feb 16 2024, 8:10 PM
Unknown Object (File)
Feb 16 2024, 8:10 PM
Unknown Object (File)
Feb 16 2024, 5:45 PM
Unknown Object (File)
Jan 14 2024, 5:24 PM
Unknown Object (File)
Dec 16 2023, 9:45 AM
Subscribers

Details

Reviewers
None
Group Reviewers
kde
Commits
rP463014: math/libqalculate: Update to 2.2.1
Summary

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.

Test Plan

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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 15185
Build 15260: arc lint + arc unit

Event Timeline

Hi there

Thanks, for the offer to wait. I'll gladly take it :)

Mfg Tobias

Update against current ports tree

math/libqalculate/Makefile
7

^DISTVERSIONPREFIX=v + USE_GITHUB

math/qalculate/Makefile
7

^ instead of setting MASTER_SITES and DISTNAME this should be

DISTVERSIONPREFIX=v
[...]
USE_GITHUB=yes
math/qalculate/Makefile
7

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

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

Oh, sorry, I was under the wrong impression that there was magic involved :(

This revision was not accepted when it landed; it landed in state Needs Review.Feb 26 2018, 11:22 AM
This revision was automatically updated to reflect the committed changes.