mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Remove SASL1 support
PR: 112076 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
This commit is contained in:
parent
540302c1cb
commit
80b3ea3af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190828
@ -65,7 +65,7 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
.endif
|
||||
.if !defined (MUTT_LITE)
|
||||
.if defined(WITH_MUTT_CYRUS_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
IGNORE= The SASL support for mutt has been withdrawn. Please use the mutt-devel port instead
|
||||
.endif
|
||||
.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no"
|
||||
BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
|
||||
@ -117,9 +117,6 @@ CONFIGURE_ARGS+= --with-slang=${PREFIX}
|
||||
CONFIGURE_ARGS+= --with-curses=${PREFIX}
|
||||
CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
|
||||
.endif
|
||||
.if defined(WITH_MUTT_CYRUS_SASL)
|
||||
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
||||
.endif
|
||||
.if !defined(WITHOUT_GSSAPI)
|
||||
.if exists(${LOCALBASE}/bin/krb5-config)
|
||||
LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5
|
||||
|
@ -1,23 +1,5 @@
|
||||
--- configure.in.orig Mon Nov 11 14:11:26 2002
|
||||
+++ configure.in Mon Nov 11 14:12:09 2002
|
||||
@@ -515,7 +515,7 @@
|
||||
AC_MSG_ERROR([SSL support is only useful with POP or IMAP support])
|
||||
fi
|
||||
|
||||
- if test "$with_ssl" != "yes"
|
||||
+ if test "$with_ssl" != "yes" && x$withval != x/usr
|
||||
then
|
||||
LDFLAGS="$LDFLAGS -L$withval/lib"
|
||||
CPPFLAGS="$CPPFLAGS -I$withval/include"
|
||||
@@ -572,7 +572,7 @@
|
||||
then
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
@@ -625,7 +625,7 @@
|
||||
fi])
|
||||
|
||||
|
@ -65,7 +65,7 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
.endif
|
||||
.if !defined (MUTT_LITE)
|
||||
.if defined(WITH_MUTT_CYRUS_SASL)
|
||||
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
||||
IGNORE= The SASL support for mutt has been withdrawn. Please use the mutt-devel port instead
|
||||
.endif
|
||||
.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no"
|
||||
BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
|
||||
@ -117,9 +117,6 @@ CONFIGURE_ARGS+= --with-slang=${PREFIX}
|
||||
CONFIGURE_ARGS+= --with-curses=${PREFIX}
|
||||
CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
|
||||
.endif
|
||||
.if defined(WITH_MUTT_CYRUS_SASL)
|
||||
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
||||
.endif
|
||||
.if !defined(WITHOUT_GSSAPI)
|
||||
.if exists(${LOCALBASE}/bin/krb5-config)
|
||||
LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5
|
||||
|
@ -1,23 +1,5 @@
|
||||
--- configure.in.orig Mon Nov 11 14:11:26 2002
|
||||
+++ configure.in Mon Nov 11 14:12:09 2002
|
||||
@@ -515,7 +515,7 @@
|
||||
AC_MSG_ERROR([SSL support is only useful with POP or IMAP support])
|
||||
fi
|
||||
|
||||
- if test "$with_ssl" != "yes"
|
||||
+ if test "$with_ssl" != "yes" && x$withval != x/usr
|
||||
then
|
||||
LDFLAGS="$LDFLAGS -L$withval/lib"
|
||||
CPPFLAGS="$CPPFLAGS -I$withval/include"
|
||||
@@ -572,7 +572,7 @@
|
||||
then
|
||||
if test "$with_sasl" != "yes"
|
||||
then
|
||||
- CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
|
||||
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
|
||||
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
|
||||
fi
|
||||
|
||||
@@ -625,7 +625,7 @@
|
||||
fi])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user