mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
This commit is contained in:
parent
bacab599c3
commit
b211a1e6c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63671
@ -5,7 +5,7 @@
|
||||
#include "dispatch.h"
|
||||
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
|
||||
#ifndef HAVE_GETDTABLESIZE
|
||||
#define getdtablesize() 32
|
||||
|
@ -5,7 +5,7 @@
|
||||
#define MAX_BUF 4096
|
||||
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
|
||||
/* a file buffer structure
|
||||
*/
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <syslog.h>
|
||||
#include <fcntl.h>
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
#include <netdb.h>
|
||||
#include "version.h"
|
||||
#include "dispatch.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <syslog.h>
|
||||
#include "xmalloc.h"
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "syncdb.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#endif
|
||||
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
#include <openssl/lhash.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#define INCLUDED_IMCLIENT_H
|
||||
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
|
||||
struct imclient;
|
||||
struct sasl_client; /* to avoid having to include sasl sometimes */
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
-#include <sasl.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
#include <openssl/ssl.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
|
@ -7,7 +7,7 @@ diff -u configure.orig configure
|
||||
if test -d ${with_sasl}; then
|
||||
ac_cv_sasl_where_lib=${with_sasl}/lib
|
||||
- ac_cv_sasl_where_inc=${with_sasl}/include
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1
|
||||
|
||||
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
||||
LIB_SASL="-L$ac_cv_sasl_where_lib"
|
||||
|
@ -7,7 +7,7 @@ diff -u configure.orig configure
|
||||
if test -d ${with_sasl}; then
|
||||
ac_cv_sasl_where_lib=${with_sasl}/lib
|
||||
- ac_cv_sasl_where_inc=${with_sasl}/include
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1
|
||||
|
||||
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
||||
LIB_SASL="-L$ac_cv_sasl_where_lib"
|
||||
|
@ -7,7 +7,7 @@ diff -u configure.orig configure
|
||||
if test -d ${with_sasl}; then
|
||||
ac_cv_sasl_where_lib=${with_sasl}/lib
|
||||
- ac_cv_sasl_where_inc=${with_sasl}/include
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1
|
||||
|
||||
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
||||
LIB_SASL="-L$ac_cv_sasl_where_lib"
|
||||
|
@ -7,7 +7,7 @@ diff -u configure.orig configure
|
||||
if test -d ${with_sasl}; then
|
||||
ac_cv_sasl_where_lib=${with_sasl}/lib
|
||||
- ac_cv_sasl_where_inc=${with_sasl}/include
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1
|
||||
|
||||
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
||||
LIB_SASL="-L$ac_cv_sasl_where_lib"
|
||||
|
@ -7,7 +7,7 @@ diff -u configure.orig configure
|
||||
if test -d ${with_sasl}; then
|
||||
ac_cv_sasl_where_lib=${with_sasl}/lib
|
||||
- ac_cv_sasl_where_inc=${with_sasl}/include
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl
|
||||
+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl1
|
||||
|
||||
SASLFLAGS="-I$ac_cv_sasl_where_inc"
|
||||
LIB_SASL="-L$ac_cv_sasl_where_lib"
|
||||
|
@ -5,7 +5,7 @@
|
||||
LIB_SASL="-L$sasldir/lib -lsasl"
|
||||
|
||||
- SASLFLAGS="-I$sasldir/include"
|
||||
+ SASLFLAGS="-I$sasldir/include/sasl"
|
||||
+ SASLFLAGS="-I$sasldir/include/sasl1"
|
||||
|
||||
fi
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -14,8 +14,8 @@
|
||||
* SASL library.
|
||||
*/
|
||||
#ifdef USE_SASL_AUTH
|
||||
! #include <sasl/sasl.h>
|
||||
! #include <sasl/saslutil.h>
|
||||
! #include <sasl1/sasl.h>
|
||||
! #include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -6,8 +6,8 @@
|
||||
#ifdef USE_SASL_AUTH
|
||||
-#include <sasl.h>
|
||||
-#include <saslutil.h>
|
||||
+#include <sasl/sasl.h>
|
||||
+#include <sasl/saslutil.h>
|
||||
+#include <sasl1/sasl.h>
|
||||
+#include <sasl1/saslutil.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_UNSAFE_SASL -D_FFR_SASL_OPTS')
|
||||
APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
|
||||
|
@ -1,4 +1,4 @@
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL')
|
||||
APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
|
||||
APPENDDEF(`conf_sendmail_LIBS', `-lsasl')
|
||||
|
@ -1,4 +1,4 @@
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_UNSAFE_SASL -D_FFR_SASL_OPTS')
|
||||
APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
|
||||
|
@ -1,4 +1,4 @@
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1')
|
||||
APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL')
|
||||
APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
|
||||
APPENDDEF(`conf_sendmail_LIBS', `-lsasl')
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/sasl1
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ODBC)
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cyrus-sasl
|
||||
PORTVERSION= 1.5.27
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
||||
http://www.surf.org.uk/downloads/ \
|
||||
@ -51,7 +51,7 @@ AUTOMAKE_ARGS= --add-missing --include-deps
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||
--with-plugindir=${PREFIX}/lib/sasl \
|
||||
--with-dbpath=${PREFIX}/etc/sasldb \
|
||||
--includedir=${PREFIX}/include/sasl \
|
||||
--includedir=${PREFIX}/include/sasl1 \
|
||||
--enable-static \
|
||||
--enable-login \
|
||||
--with-pwcheck=/var/pwcheck \
|
||||
|
@ -3,7 +3,7 @@ How to enable SMTP AUTH with FreeBSD default Sendmail
|
||||
1) Add the following to /etc/make.conf:
|
||||
|
||||
# Add SMTP AUTH support to Sendmail
|
||||
SENDMAIL_CFLAGS+= -I/usr/local/include/sasl -DSASL
|
||||
SENDMAIL_CFLAGS+= -I/usr/local/include/sasl1 -DSASL
|
||||
SENDMAIL_LDFLAGS+= -L/usr/local/lib
|
||||
SENDMAIL_LDADD+= -lsasl
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
@unexec if [ -f /var/run/pwcheck.pid ] ; then %D/etc/rc.d/pwcheck.sh stop ; echo " stopped." ; fi
|
||||
etc/rc.d/pwcheck.sh
|
||||
include/sasl/hmac-md5.h
|
||||
include/sasl/md5.h
|
||||
include/sasl/md5global.h
|
||||
include/sasl/sasl.h
|
||||
include/sasl/saslplug.h
|
||||
include/sasl/saslutil.h
|
||||
@dirrm include/sasl
|
||||
include/sasl1/hmac-md5.h
|
||||
include/sasl1/md5.h
|
||||
include/sasl1/md5global.h
|
||||
include/sasl1/sasl.h
|
||||
include/sasl1/saslplug.h
|
||||
include/sasl1/saslutil.h
|
||||
@dirrm include/sasl1
|
||||
%%JAVASASL%%lib/libjavasasl.a
|
||||
%%JAVASASL%%lib/libjavasasl.so
|
||||
%%JAVASASL%%lib/libjavasasl.so.1
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cyrus-sasl
|
||||
PORTVERSION= 1.5.27
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
||||
http://www.surf.org.uk/downloads/ \
|
||||
@ -51,7 +51,7 @@ AUTOMAKE_ARGS= --add-missing --include-deps
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||
--with-plugindir=${PREFIX}/lib/sasl \
|
||||
--with-dbpath=${PREFIX}/etc/sasldb \
|
||||
--includedir=${PREFIX}/include/sasl \
|
||||
--includedir=${PREFIX}/include/sasl1 \
|
||||
--enable-static \
|
||||
--enable-login \
|
||||
--with-pwcheck=/var/pwcheck \
|
||||
|
@ -3,7 +3,7 @@ How to enable SMTP AUTH with FreeBSD default Sendmail
|
||||
1) Add the following to /etc/make.conf:
|
||||
|
||||
# Add SMTP AUTH support to Sendmail
|
||||
SENDMAIL_CFLAGS+= -I/usr/local/include/sasl -DSASL
|
||||
SENDMAIL_CFLAGS+= -I/usr/local/include/sasl1 -DSASL
|
||||
SENDMAIL_LDFLAGS+= -L/usr/local/lib
|
||||
SENDMAIL_LDADD+= -lsasl
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
@unexec if [ -f /var/run/pwcheck.pid ] ; then %D/etc/rc.d/pwcheck.sh stop ; echo " stopped." ; fi
|
||||
etc/rc.d/pwcheck.sh
|
||||
include/sasl/hmac-md5.h
|
||||
include/sasl/md5.h
|
||||
include/sasl/md5global.h
|
||||
include/sasl/sasl.h
|
||||
include/sasl/saslplug.h
|
||||
include/sasl/saslutil.h
|
||||
@dirrm include/sasl
|
||||
include/sasl1/hmac-md5.h
|
||||
include/sasl1/md5.h
|
||||
include/sasl1/md5global.h
|
||||
include/sasl1/sasl.h
|
||||
include/sasl1/saslplug.h
|
||||
include/sasl1/saslutil.h
|
||||
@dirrm include/sasl1
|
||||
%%JAVASASL%%lib/libjavasasl.a
|
||||
%%JAVASASL%%lib/libjavasasl.so
|
||||
%%JAVASASL%%lib/libjavasasl.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user