Page MenuHomeFreeBSD

math/z3: Update 4.15.8.0 => 4.16.0.0
ClosedPublic

Authored by alven on Feb 19 2026, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 11:00 AM
Unknown Object (File)
Tue, Mar 17, 5:36 PM
Unknown Object (File)
Tue, Mar 17, 5:28 PM
Unknown Object (File)
Mon, Mar 16, 1:15 PM
Unknown Object (File)
Thu, Mar 12, 9:44 PM
Unknown Object (File)
Wed, Mar 11, 10:37 AM
Unknown Object (File)
Mon, Mar 9, 4:02 PM
Unknown Object (File)
Sun, Mar 1, 4:49 AM
Subscribers

Details

Test Plan

For every {150amd64, 143amd64, 143i386}:

  • Successful poudriere testport

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alven requested review of this revision.Feb 19 2026, 4:31 PM
alven created this revision.

IIRC, math/z3 supports make test. Does it pass?

IIRC, math/z3 supports make test. Does it pass?

Thank you for mentioning it. Yes, it does (150amd64).
No statistics provided, just passed.

This revision is now accepted and ready to land.Feb 19 2026, 4:52 PM

I meant this (just return to next command):

% make test
===>  Testing for z3-4.16.0.0
%

When I add TEST_TARGET= test stance the output is like this:

% make test
===>  Testing for z3-4.16.0.0
ninja: error: unknown target 'test', did you mean 'ast'?
*** Error code 1

Stop.
make: stopped making "test" in /usr/ports/default/math/z3
%

So, what does actually happen with testing?

This just means that I was wrong and there are no tests. Feel free to push this and I'll look into tests later.

This revision was automatically updated to reflect the committed changes.