Date: Tue, 24 Apr 2007 12:28:04 +0200 (CEST) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112076: maintainer-update of mail/mutt Message-ID: <200704241028.l3OAS4xR088379@alaska.cert.siemens.com> Resent-Message-ID: <200704241030.l3OAU5xn003982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112076 >Category: ports >Synopsis: maintainer-update of mail/mutt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 24 10:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: >Description: Maintainer update of mail/mutt: - Remove deprecated SASL1 support Hint: mutt-1.4.x only supports SASL1 not SASL2, thus the SASL-support had to be removed. Users needing SASL support can switch to the mutt-devel port. The removal of the SASL1 support has been requested by one of the ports-managers (Gabor Kovesdan <gabor@FreeBSD.org>). >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt/Makefile ./Makefile --- /usr/ports/mail/mutt/Makefile Fri Apr 6 06:08:51 2007 +++ ./Makefile Tue Apr 24 12:23:56 2007 @@ -65,7 +65,7 @@ .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 @@ -116,9 +116,6 @@ .elif defined(WITH_NCURSES_PORT) 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) diff -ru /usr/ports/mail/mutt/files/patch-configure.in ./files/patch-configure.in --- /usr/ports/mail/mutt/files/patch-configure.in Mon Nov 11 15:29:03 2002 +++ ./files/patch-configure.in Tue Apr 24 12:23:56 2007 @@ -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]) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704241028.l3OAS4xR088379>