New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80157


Ignore:
Timestamp:
07/05/11 09:49:12 (4 years ago)
Author:
ryandesign@…
Message:

scite: avoid build error when tidy is active (#28230)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/editors/scite/Portfile

    r80156 r80157  
    4242 
    4343pre-build { 
     44    foreach {badport badfile} "tidy ${prefix}/include/platform.h" { 
     45        if {[file exists ${badfile}]} { 
     46            ui_error "${name} cannot be built while ${badport} is active." 
     47            ui_error "Please deactivate ${badport} and try again." 
     48            ui_error "You can reactivate ${badport} again later." 
     49            return -code error "${badport} is installed" 
     50        } 
     51    } 
     52 
    4453    if {[variant_isset universal]} { 
    4554        set lipo_args {} 
Note: See TracChangeset for help on using the changeset viewer.