Ticket #36037: bitlbee.diff

File bitlbee.diff, 993 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           conflicts_build 1.0
    56
    67name                bitlbee
    78version             3.0.5
     
    3435
    3536destroot.target     install install-etc
    3637
    37 # see #27598
    38 # this block is taken from the nodejs port
    39 pre-configure {
    40     foreach {badport badfile} "libproxy ${prefix}/include/proxy.h" {
    41         if {[file exists ${badfile}]} {
    42             ui_error "${name} cannot be built while ${badport} is active."
    43             ui_error "Please deactivate ${badport} and try again."
    44             ui_error "You can reactivate ${badport} again later."
    45             return -code error "${badport} is installed"
    46         }
    47     }
    48 }
     38# libproxy's proxy.h shadows bitlbee's; see #27598
     39conflicts_build     libproxy
    4940
    5041post-destroot {
    5142    destroot.keepdirs ${destroot}${prefix}/var/lib/bitlbee