Bug 279711 (xfrac) - Texlive/Latex package xfrac causes document compilation to fail
Summary: Texlive/Latex package xfrac causes document compilation to fail
Status: Closed FIXED
Alias: xfrac
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Tex Mailing List (Nobody)
URL: https://ctan.org/ctan-ann/id/mailman....
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-13 15:39 UTC by zdeinji6w
Modified: 2024-09-08 17:31 UTC (History)
4 users (show)

See Also:
uzsolt: maintainer-feedback? (tex)


Attachments
Patch to fix xfrac.sty (1011 bytes, patch)
2024-09-07 14:54 UTC, Rainer Hurling
rhurlin: maintainer-approval? (tex)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zdeinji6w 2024-06-13 15:39:27 UTC
xfrac package is broken in texlive-full version 20240312.
This is due to a known bug and has been fixed.
CTAN link attached as URL.
Comment 1 Rainer Hurling freebsd_committer freebsd_triage 2024-09-07 14:54:30 UTC
Created attachment 253401 [details]
Patch to fix xfrac.sty

This can be fixed by simply replacing `IfInstanceExistTF` with `IfInstanceExistsTF` as described in the URL above.

The attached patch should solve this. PORTREVISION has been increased to force a rebuild.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-09-08 17:30:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=423c956927c30b66e85f295dc42abb67b89f3d63

commit 423c956927c30b66e85f295dc42abb67b89f3d63
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-09-08 16:07:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-09-08 17:29:10 +0000

    print/texlive-texmf: Fix document compilation

    Texlive/Latex package xfrac causes document compilation to fail

    PR:             279711
    Reported by:    zdeinji6w@mozmail.com
    Approved by:    tex

 print/texlive-texmf/Makefile | 4 ++++
 1 file changed, 4 insertions(+)