View | Details | Raw Unified | Return to bug 21262
Collapse All | Expand All

(-)postfix-current.next/Makefile (-1 / +1 lines)
Lines 53-59 Link Here
53
.if defined(WITH_SASL)
53
.if defined(WITH_SASL)
54
BUILD_DEPENDS+=		${LOCALBASE}/lib/libsasl.a:${PORTSDIR}/security/cyrus-sasl
54
BUILD_DEPENDS+=		${LOCALBASE}/lib/libsasl.a:${PORTSDIR}/security/cyrus-sasl
55
POSTFIX_CCARGS+=	-DUSE_SASL_AUTH -I${LOCALBASE}/include
55
POSTFIX_CCARGS+=	-DUSE_SASL_AUTH -I${LOCALBASE}/include
56
POSTFIX_AUXLIBS+=	${LOCALBASE}/lib/libsasl.a
56
POSTFIX_AUXLIBS+=	${LOCALBASE}/lib/libsasl.a -lcrypt -lpam
57
.endif
57
.endif
58
58
59
MAN1=	mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \
59
MAN1=	mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \
(-)postfix-current.next/patches/patch-sasl1 (+21 lines)
Line 0 Link Here
1
*** ./smtpd/smtpd.h.orig	Fri May  5 03:08:25 2000
2
--- ./smtpd/smtpd.h	Thu Sep 14 19:14:41 2000
3
***************
4
*** 12,19 ****
5
    * SASL library.
6
    */
7
  #ifdef USE_SASL_AUTH
8
! #include <sasl.h>
9
! #include <saslutil.h>
10
  #endif
11
  
12
   /*
13
--- 12,19 ----
14
    * SASL library.
15
    */
16
  #ifdef USE_SASL_AUTH
17
! #include <sasl/sasl.h>
18
! #include <sasl/saslutil.h>
19
  #endif
20
  
21
   /*
(-)postfix-current.next/patches/patch-sasl2 (+21 lines)
Line 0 Link Here
1
*** ./smtp/smtp.h.orig	Fri May  5 03:13:07 2000
2
--- ./smtp/smtp.h	Thu Sep 14 19:15:20 2000
3
***************
4
*** 12,19 ****
5
    * SASL library.
6
    */
7
  #ifdef USE_SASL_AUTH
8
! #include <sasl.h>
9
! #include <saslutil.h>
10
  #endif
11
  
12
   /*
13
--- 12,19 ----
14
    * SASL library.
15
    */
16
  #ifdef USE_SASL_AUTH
17
! #include <sasl/sasl.h>
18
! #include <sasl/saslutil.h>
19
  #endif
20
  
21
   /*

Return to bug 21262