Page MenuHomeFreeBSD

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

Authored by bofh on Jan 25 2015, 2:01 PM.
Tags
None
Referenced Files
F137887208: D1667.id3425.diff
Wed, Nov 26, 9:43 PM
Unknown Object (File)
Mon, Nov 17, 12:58 PM
Unknown Object (File)
Mon, Nov 17, 12:58 PM
Unknown Object (File)
Mon, Nov 17, 11:16 AM
Unknown Object (File)
Thu, Nov 13, 9:40 PM
Unknown Object (File)
Oct 26 2025, 9:59 PM
Unknown Object (File)
Oct 12 2025, 3:20 AM
Unknown Object (File)
Oct 3 2025, 10:14 PM
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