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)
Tue, May 20, 1:43 AM
Unknown Object (File)
Wed, May 7, 1:04 AM
Unknown Object (File)
Apr 26 2025, 12:26 PM
Unknown Object (File)
Apr 24 2025, 7:06 AM
Unknown Object (File)
Mar 12 2025, 10:59 AM
Unknown Object (File)
Mar 2 2025, 11:05 AM
Unknown Object (File)
Mar 1 2025, 2:15 PM
Unknown Object (File)
Jan 18 2025, 1:30 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