Changes between Initial Version and Version 3 of Ticket #2688


Ignore:
Timestamp:
Mar 24, 2016, 12:53:37 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2688

    • Property Status changed from new to closed
    • Property Type changed from enhancement to update
    • Property Resolution changed from to fixed
    • Property Port teTeX added
  • Ticket #2688 – Description

    initial v3  
    77diff to current cvs version follows
    88
     9{{{
    910Index: Portfile
    10 ===============================================================
    11 ====
     11===================================================================
    1212RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/print/teTeX/Portfile,v
    1313retrieving revision 1.23
     
    4545 depends_run            path:${prefix}/bin/info:texinfo
    4646 
    47 -pre-configure          { reinplace "s|fmtutil --all|fmtutil --all --cnffile ${destroot}/${tetex_top}/web2c/
    48 fmtutil.cnf|" ${workpath}/${worksrcdir}/Makefile.in
     47-pre-configure          { reinplace "s|fmtutil --all|fmtutil --all --cnffile ${destroot}/${tetex_top}/web2c/fmtutil.cnf|" ${workpath}/${worksrcdir}/Makefile.in
    4948-
    50 -                         reinplace "s|    \$(scriptdir)/texlinks|    \$(scriptdir)/texlinks --cnffile ${destroot}/
    51 ${tetex_top}/web2c/fmtutil.cnf|" ${workpath}/${worksrcdir}/Makefile.in
     49-                         reinplace "s|    \$(scriptdir)/texlinks|    \$(scriptdir)/texlinks --cnffile ${destroot}/${tetex_top}/web2c/fmtutil.cnf|" ${workpath}/${worksrcdir}/Makefile.in
    5250-                       }
    5351-
     
    6664 
    6765 post-destroot  { # Delete the texi2pdf script: it will be provided
     66}}}