Ticket #35729: Portfile.diff

File Portfile.diff, 548 bytes (added by ajdudman, 12 years ago)

samba3 Portfile changes in diff -u format

  • Portfile

    old new  
    4344                    --without-ldap \
    4445                    --without-krb5
    4546
     47pre-build {
     48        if {![catch {set vers [lindex [registry_active samba4] 0]}]} {
     49                ui_error "Linking conflicts may occur.  Please deactivate samba4 while building samba3."
     50                return -code error "conflict"
     51        }
     52}
     53
    4654variant kerberos description "Enable Kerberos support" {
    4755    configure.args-delete --without-krb5
    4856    depends_lib-append port:kerberos5