New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81681


Ignore:
Timestamp:
08/04/11 03:10:29 (4 years ago)
Author:
dports@…
Message:

texlive-common: let the portgroup specify the location of the user's
home-directory texmf tree (${texlive_texmfhome}), and change that
location to ~/Library/texmf for MacTeX compatibility

Location:
users/dports/ports
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

    r81608 r81681  
    6767# configuration data from texconfig 
    6868set texlive_texmfsysconfig "${prefix}/etc/texmf" 
     69 
     70# user's local texmf tree. 
     71# Note that this path is specified relative to the user's 
     72# home directory, i.e. it begins with an implicit ~/ 
     73set texlive_texmfhome "Library/texmf" 
     74 
    6975 
    7076# location of binaries installed by texlive-bin 
  • users/dports/ports/tex/texlive-common/Portfile

    r80956 r81681  
    2222worksrcdir          ${distname} 
    2323use_xz              yes 
    24 checksums           sha1     a02857ee868df2a8fd393388619f3323648b9940 \ 
    25                     rmd160   a979ebd9151559b7d6ee0f4fd72043e465c5c925 
     24 
     25checksums           rmd160  ebb014281c37d2fab37fb464a9739b7fb48b5478 \ 
     26                    sha256  3a428bdbb8e82aa2281fcba64afcccff21ef30e6ff3bd6d96621c7b0b355c610 
    2627 
    2728livecheck.type  regex 
     
    3839        reinplace "s|@@TEXMFSYSVAR@@|${texlive_texmfsysvar}|g" ${worksrcpath}/${x} 
    3940        reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|g" ${worksrcpath}/${x} 
     41        reinplace "s|@@TEXMFHOME@@|${texlive_texmfhome}|g" ${worksrcpath}/${x} 
    4042        reinplace "s|@@TEXLIVE_BINDIR@@|${texlive_bindir}|g" ${worksrcpath}/${x} 
    4143    } 
Note: See TracChangeset for help on using the changeset viewer.