Changeset 81285
- Timestamp:
- 07/28/11 17:47:19 (4 years ago)
- Location:
- users/dports/ports/tex
- Files:
-
- 2 edited
-
texlive-bin/Portfile (modified) (1 diff)
-
texlive-latex-recommended/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/tex/texlive-bin/Portfile
r81238 r81285 185 185 $deactivate_proc texlive-htmlxml "" [list ports_nodepcheck 1] 186 186 } 187 188 if { [file exists ${texlive_texmfmain}/scripts/tetex/updmap.pl] 189 && ![catch {set vers [lindex [registry_active texlive-basic] 0]}] 190 && [rpm-vercomp [lindex $vers 1] 2011] < 0} { 191 set deactivate_proc registry_deactivate_composite 192 if {[info commands registry_deactivate_composite] == {}} { 193 set deactivate_proc registry_deactivate 194 } 195 $deactivate_proc texlive-basic "" [list ports_nodepcheck 1] 196 } 187 197 } 188 198 -
users/dports/ports/tex/texlive-latex-recommended/Portfile
r81122 r81285 34 34 depends_lib-append port:pgf 35 35 36 pre-activate { 37 # fontspec moved from texlive-xetex in TL2011 38 if {![catch {set vers [lindex [registry_active texlive-xetex] 0]}] 39 && [rpm-vercomp [lindex $vers 1] 23080] < 0} { 40 set deactivate_proc registry_deactivate_composite 41 if {[info commands registry_deactivate_composite] == {}} { 42 set deactivate_proc registry_deactivate 43 } 44 $deactivate_proc texlive-xetex "" [list ports_nodepcheck 1] 45 } 46 47 # textcase moved from texlive-latex-extra in TL2011 48 if {![catch {set vers [lindex [registry_active texlive-latex-extra] 0]}] 49 && [rpm-vercomp [lindex $vers 1] 22931] < 0} { 50 set deactivate_proc registry_deactivate_composite 51 if {[info commands registry_deactivate_composite] == {}} { 52 set deactivate_proc registry_deactivate 53 } 54 $deactivate_proc texlive-latex-extra "" [list ports_nodepcheck 1] 55 } 56 } 57 36 58 texlive.texmfport
Note: See TracChangeset
for help on using the changeset viewer.

