New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81238


Ignore:
Timestamp:
07/27/11 18:45:43 (4 years ago)
Author:
dports@…
Message:

texlive-bin: in kpathsea/paths.h, it looks like we don't need to set
DEFAULT_TEXMFCNF unconditionally; also, set DEFAULT_CLUAINPUTS to
something reasonable

Location:
users/dports/ports/tex/texlive-bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • users/dports/ports/tex/texlive-bin/Portfile

    r81107 r81238  
    8484    delete ${worksrcpath}/texk/kpathsea/texmf.cnf 
    8585    file copy ${filespath}/texk_kpathsea_paths.h ${worksrcpath}/texk/kpathsea/paths.h 
     86    reinplace "s|@@PREFIX@@|${prefix}|" ${worksrcpath}/texk/kpathsea/paths.h 
    8687    reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|" ${worksrcpath}/texk/kpathsea/paths.h 
    8788    reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|" ${worksrcpath}/texk/texlive/context/mtxrun 
  • users/dports/ports/tex/texlive-bin/files/texk_kpathsea_paths.h

    r80534 r81238  
    312312 
    313313#ifndef DEFAULT_CLUAINPUTS 
    314 #define DEFAULT_CLUAINPUTS ".:$SELFAUTOLOC/lib/{$progname,$engine,}/lua//" 
     314#define DEFAULT_CLUAINPUTS "@@PREFIX@@/lib/{$progname,$engine,}/lua//" 
    315315#endif 
    316316 
     
    335335#endif 
    336336 
     337#ifndef DEFAULT_TEXMFCNF 
    337338#define DEFAULT_TEXMFCNF "@@TEXMFSYSCONFIG@@" 
     339#endif 
    338340 
    339341#ifndef DEFAULT_TEXMF_RESTRICTED_SCRIPTS 
Note: See TracChangeset for help on using the changeset viewer.