FreeBSD Bugzilla – Attachment 10629 Details for
Bug 21262
Fix port: mail/postfix-current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.77 KB, created by
ido
on 2000-09-14 12:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ido
Created:
2000-09-14 12:10:01 UTC
Size:
1.77 KB
patch
obsolete
>diff -ruN postfix-current/Makefile postfix-current.next/Makefile >--- postfix-current/Makefile Thu Sep 14 11:27:39 2000 >+++ postfix-current.next/Makefile Thu Sep 14 19:19:24 2000 >@@ -53,7 +53,7 @@ > .if defined(WITH_SASL) > BUILD_DEPENDS+= ${LOCALBASE}/lib/libsasl.a:${PORTSDIR}/security/cyrus-sasl > POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include >-POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/libsasl.a >+POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/libsasl.a -lcrypt -lpam > .endif > > MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ >diff -ruN postfix-current/patches/patch-sasl1 postfix-current.next/patches/patch-sasl1 >--- postfix-current/patches/patch-sasl1 Thu Jan 1 09:00:00 1970 >+++ postfix-current.next/patches/patch-sasl1 Thu Sep 14 19:18:26 2000 >@@ -0,0 +1,21 @@ >+*** ./smtpd/smtpd.h.orig Fri May 5 03:08:25 2000 >+--- ./smtpd/smtpd.h Thu Sep 14 19:14:41 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 -ruN postfix-current/patches/patch-sasl2 postfix-current.next/patches/patch-sasl2 >--- postfix-current/patches/patch-sasl2 Thu Jan 1 09:00:00 1970 >+++ postfix-current.next/patches/patch-sasl2 Thu Sep 14 19:18:45 2000 >@@ -0,0 +1,21 @@ >+*** ./smtp/smtp.h.orig Fri May 5 03:13:07 2000 >+--- ./smtp/smtp.h Thu Sep 14 19:15:20 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 >+ >+ /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21262
: 10629