Changes between Initial Version and Version 1 of Ticket #56734, comment 13


Ignore:
Timestamp:
May 11, 2020, 1:11:11 PM (4 years ago)
Author:
nortcele
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56734, comment 13

    initial v1  
    11There is a bug in the test part of the Portfile. I'll propose a correction.
     2
     3The line
     4{{{
     5            if {[catch {exec ${prefix}/bin/kpsewhich -a [file tail $f]} result]} {
     6}}}
     7
     8Should bie
     9{{{
     10            if {[catch {exec ${dblatex.mactex_bin}/kpsewhich -a [file tail $f]} result]} {
     11}}}
     12
     13I tested the modified Portfile with macOS 10.12.6 (MacPorts 2.6.2, Xcode 9.2) with MacTex 2020. I have yet to test another installation with a different version of macOS.