Ticket #24548: heimdal.diff
File heimdal.diff, 1021 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
4 4 5 5 name heimdal 6 6 version 1.2.1 7 revision 1 7 8 categories net security 8 9 maintainers landonf openmaintainer 9 10 platforms darwin … … 25 26 sha1 68b013a68bca7d544d29af0f890b9c668ec16936 \ 26 27 rmd160 055e858200e53108ac24760516ff9d58e4fee0d2 27 28 29 depends_lib port:openldap port:openssl port:readline 30 28 31 patchfiles patch-appl-ftp-ftpd-logwtmp.c.diff 29 32 30 33 # Use a separate prefix to avoid conflicts with the system kerberos headers 31 34 # and libraries. 32 35 destroot.violate_mtree yes 33 36 configure.pre_args --prefix=${prefix}/heimdal 34 configure.args --sysconfdir=${prefix}/etc --enable-shared \ 35 --enable-static --without-x 37 configure.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 36 44 37 45 configure.cflags-append -D_FORTIFY_SOURCE=0 38 46