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)
Mon, Aug 17, 7:49 AM
Unknown Object (File)
Tue, Aug 11, 7:13 AM
Unknown Object (File)
Mon, Aug 10, 3:05 PM
Unknown Object (File)
Sun, Aug 9, 12:07 PM
Unknown Object (File)
Thu, Aug 6, 3:30 PM
Unknown Object (File)
Wed, Aug 5, 6:32 PM
Unknown Object (File)
Tue, Aug 4, 8:02 PM
Unknown Object (File)
Jul 27 2026, 4:31 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