Page MenuHomeFreeBSD

math/jacal: Update version 1c3=>1c4
ClosedPublic

Authored by bofh on Jan 25 2015, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 3:20 AM
Unknown Object (File)
Fri, Oct 3, 10:14 PM
Unknown Object (File)
Mon, Sep 29, 10:20 PM
Unknown Object (File)
Fri, Sep 19, 2:40 AM
Unknown Object (File)
Sep 1 2025, 8:51 PM
Unknown Object (File)
Aug 12 2025, 2:49 AM
Unknown Object (File)
Jul 26 2025, 1:08 AM
Unknown Object (File)
Jul 25 2025, 12:29 AM
Subscribers
None

Details

Reviewers
bapt
marino
Summary

Differential Revision: https://reviews.freebsd.org/DXXXX
Approved by: xxxx(mentor)

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bofh retitled this revision from to math/jacal: Update version 1c3=>1c4.
bofh updated this object.
bofh edited the test plan for this revision. (Show Details)
bofh added reviewers: bapt, marino.
bofh set the repository for this revision to rP FreeBSD ports repository.

What is the reason for the Makefile patch? I mean the original should just work as well

marino edited edge metadata.
This revision is now accepted and ready to land.Jan 30 2015, 3:29 PM
In D1667#4, @bapt wrote:

What is the reason for the Makefile patch? I mean the original should just work as well

It works well upto 10.0. Untill in CURRENT when texinfo was removed from default build. If I make use of USES=makeinfo from the ports it fails as the texi file does not support latest tex standards.

bapt edited edge metadata.

Makes sense