Changeset 81576
- Timestamp:
- 08/01/11 23:34:14 (4 years ago)
- File:
-
- 1 edited
-
users/dports/ports/tex/texlive-bin/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/tex/texlive-bin/Portfile
r81285 r81576 20 20 platforms darwin 21 21 22 master_sites tex_ctan:systems/texlive/Source \ 23 http://flute.csail.mit.edu/texlive/test 22 # Our distfile is a stripped-down version of the texlive source 23 # tarball, available from CTAN in systems/texlive/Source. For faster 24 # download time, it omits a number of libraries and utilities that we 25 # don't build. However, the port should still work with an unmodified 26 # texlive distfile. 27 master_sites http://flute.csail.mit.edu/texlive/test 24 28 set distversion 20110705 25 distname texlive-${distversion}-source 29 distname texlive-${distversion}-source-stripped 26 30 worksrcdir ${distname} 27 31 use_xz yes 28 checksums sha1 7a47cfe847801c86c98da8ade181baf97339f6e4\29 rmd160 fbcad494cc4717a0238ab2624f259270fce9332b32 checksums rmd160 00949298eff3b301025c5a587fe5d93becbfe227 \ 33 sha256 996079f1def51553933cf40ef156cbc6bdc0a68aed738ebc23acfb0024ffaeb8 30 34 31 35 universal_variant no … … 110 114 # Exceptions are freetype1 (not in MacPorts anymore) and icu (the 111 115 # texlive version is non-standard) 116 # 117 # Many of the --with-system-* and --disable-* flags are actually 118 # redundant because we've removed those components from the distfile, 119 # but we leave them here for compatibility with the stock distfile. 112 120 configure.args --bindir=${texlive_bindir} \ 113 121 --mandir=${texlive_bindir} \ … … 133 141 --with-system-zlib \ 134 142 --with-system-zziplib \ 143 --disable-biber \ 135 144 --disable-etex \ 136 145 --disable-detex \
Note: See TracChangeset
for help on using the changeset viewer.

