diff options
author | billf <billf@FreeBSD.org> | 2000-09-15 07:26:02 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-09-15 07:26:02 +0800 |
commit | ec4386b06516f840f7ca76be99e60ee908b1eccd (patch) | |
tree | 9c192b9bf04d8c668b63650ccb53c88c700a3ad5 /mail/postfix-current/files | |
parent | 41b7a63db0ebef5d2cea32541800527e257855e4 (diff) | |
download | freebsd-ports-gnome-ec4386b06516f840f7ca76be99e60ee908b1eccd.tar.gz freebsd-ports-gnome-ec4386b06516f840f7ca76be99e60ee908b1eccd.tar.zst freebsd-ports-gnome-ec4386b06516f840f7ca76be99e60ee908b1eccd.zip |
sasl updates
Submitted by: MAINTAINER
also, change ${SH} to /bin/sh, the former probably doesn't work because
of some bsd.{pre,post}.port.mk thing, but I don't have time to diagnose it.
Diffstat (limited to 'mail/postfix-current/files')
-rw-r--r-- | mail/postfix-current/files/patch-ei | 21 | ||||
-rw-r--r-- | mail/postfix-current/files/patch-ej | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-ei b/mail/postfix-current/files/patch-ei new file mode 100644 index 000000000000..f3a0cc82333e --- /dev/null +++ b/mail/postfix-current/files/patch-ei @@ -0,0 +1,21 @@ +*** ./smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 +--- ./smtpd/smtpd.h Thu Sep 14 10:17:38 2000 +*************** +*** 12,19 **** + * SASL library. + */ + #ifdef USE_SASL_AUTH +! #include <sasl.h> +! #include <saslutil.h> + #endif + + /* +--- 12,19 ---- + * SASL library. + */ + #ifdef USE_SASL_AUTH +! #include <sasl/sasl.h> +! #include <sasl/saslutil.h> + #endif + + /* diff --git a/mail/postfix-current/files/patch-ej b/mail/postfix-current/files/patch-ej new file mode 100644 index 000000000000..a118090e5548 --- /dev/null +++ b/mail/postfix-current/files/patch-ej @@ -0,0 +1,21 @@ +*** ./smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 +--- ./smtp/smtp.h Thu Sep 14 13:04:53 2000 +*************** +*** 12,19 **** + * SASL library. + */ + #ifdef USE_SASL_AUTH +! #include <sasl.h> +! #include <saslutil.h> + #endif + + /* +--- 12,19 ---- + * SASL library. + */ + #ifdef USE_SASL_AUTH +! #include <sasl/sasl.h> +! #include <sasl/saslutil.h> + #endif + + /* |