Ticket #24548: heimdal.diff

File heimdal.diff, 1021 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
    44
    55name            heimdal
    66version         1.2.1
     7revision        1
    78categories      net security
    89maintainers     landonf openmaintainer
    910platforms       darwin
     
    2526                sha1 68b013a68bca7d544d29af0f890b9c668ec16936 \
    2627                rmd160 055e858200e53108ac24760516ff9d58e4fee0d2
    2728
     29depends_lib     port:openldap port:openssl port:readline
     30
    2831patchfiles      patch-appl-ftp-ftpd-logwtmp.c.diff
    2932
    3033# Use a separate prefix to avoid conflicts with the system kerberos headers
    3134# and libraries.
    3235destroot.violate_mtree yes
    3336configure.pre_args      --prefix=${prefix}/heimdal
    34 configure.args  --sysconfdir=${prefix}/etc --enable-shared \
    35                 --enable-static --without-x
     37configure.args  --sysconfdir=${prefix}/etc \
     38                --enable-shared \
     39                --enable-static \
     40                --with-openldap=${prefix} \
     41                --with-openssl=${prefix} \
     42                --with-readline=${prefix} \
     43                --without-x
    3644
    3745configure.cflags-append -D_FORTIFY_SOURCE=0
    3846