Ticket #17328: cyrus-sasl2.diff
File cyrus-sasl2.diff, 1.4 KB (added by blb@…, 15 years ago) |
---|
-
files/patch-utils_Makefile.in.diff
1 --- utils/Makefile.in.orig 2009-05-07 08:25:01.000000000 -0600 2 +++ utils/Makefile.in 2009-06-11 01:18:26.000000000 -0600 3 @@ -121,7 +121,7 @@ 4 JAVA_FALSE = @JAVA_FALSE@ 5 JAVA_INCLUDES = @JAVA_INCLUDES@ 6 JAVA_TRUE = @JAVA_TRUE@ 7 -LDFLAGS = @LDFLAGS@ 8 +LDFLAGS = -L../lib/.libs @LDFLAGS@ 9 LIBOBJS = @LIBOBJS@ 10 LIBS = @LIBS@ 11 LIBTOOL = @LIBTOOL@ -
Portfile
26 26 depends_lib port:openssl \ 27 27 port:zlib 28 28 29 patchfiles patch-utils_Makefile.in.diff 30 29 31 default_variants +kerberos 30 32 31 33 configure.args \ … … 60 62 #autoreconf.args -fvi 61 63 #autoreconf.env ACLOCAL="aclocal -I${worksrcpath}/cmulocal -I${worksrcpath}/config" 62 64 63 pre-configure {64 if {[file exists ${prefix}/lib/libsasl2.dylib]} {65 ui_error "cyrus-sasl2 will not build when another version is active."66 ui_error "Please deactivate or uninstall cyrus-sasl2, and then install"67 ui_error "the new version with `sudo port install cyrus-sasl2`."68 error "cyrus-sasl2 upgrade failed"69 }70 }71 72 65 destroot.keepdirs \ 73 66 ${destroot}${prefix}/var/state/saslauthd \ 74 67 ${destroot}${prefix}/var/pwcheck