Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#39685 closed enhancement (fixed)

texlive-bin: use compiler_blacklist_versions portgroup

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.1.99
Keywords: haspatch Cc:
Port: texlive-bin

Description

texlive-bin includes these lines:

# llvm-gcc apparently fails on Xcode 4.0.x (#30758)
if {${configure.compiler} == "llvm-gcc-4.2" &&
    [vercmp $xcodeversion 4.1] < 0} {
    configure.compiler gcc-4.2
}

This should be changed to using the compiler_blacklist_versions portgroup. See patch.

Attachments (1)

texlive-bin-compiler_blacklist_versions.diff (619 bytes) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.
proposed patch

Download all attachments as: .zip

Change History (2)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

proposed patch

comment:1 Changed 11 years ago by drkp (Dan Ports)

Resolution: fixed
Status: newclosed

Thanks. r107957

Note: See TracTickets for help on using tickets.