Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 00:25:49 -0700
From:      Jason Helfman <jgh@FreeBSD.org>
To:        Dirk Meyer <dinoex@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r318576 - head/mail/sendmail-sasl
Message-ID:  <CAMuy=%2BhxQ3RX6qFZcBHK9mn4%2B92SPq2LMnzSOHdg46i4YTAJaQ@mail.gmail.com>
In-Reply-To: <201305200715.r4K7FYmS057791@svn.freebsd.org>
References:  <201305200715.r4K7FYmS057791@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 20, 2013 at 12:15 AM, Dirk Meyer <dinoex@freebsd.org> wrote:

> Author: dinoex
> Date: Mon May 20 07:15:33 2013
> New Revision: 318576
> URL: http://svnweb.freebsd.org/changeset/ports/318576
>
> Log:
>   - fix option name
>   PR:           178776  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=178776
>   Submitted by: Lawrence Chen
>
>   - fix option SASLAUTHD
>
> Modified:
>   head/mail/sendmail-sasl/Makefile
>
> Modified: head/mail/sendmail-sasl/Makefile
>
> ==============================================================================
> --- head/mail/sendmail-sasl/Makefile    Mon May 20 06:20:28 2013
>  (r318575)
> +++ head/mail/sendmail-sasl/Makefile    Mon May 20 07:15:33 2013
>  (r318576)
> @@ -5,7 +5,8 @@ CATEGORIES=     mail ipv6
>  MAINTAINER=    dinoex@FreeBSD.org
>
>  WITH_TLS=      yes
> -WITH_SASL2=    yes
> +WITH_SASL=     yes
> +WITH_SASLAUTHD=        yes
>  SENDMAIL_PORT?=                sendmail
>  MASTERDIR?=    ${.CURDIR}/../${SENDMAIL_PORT}
>
>
>
Since mail/sendmail was converted to optionsNG, shouldn't these options be
defined similarly with the new framework?

OPTIONS_SET= TLS SASL2 SASL SASLAUTHD

-jgh

--
Jason Helfman          | FreeBSD Committer
jgh@FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMuy=%2BhxQ3RX6qFZcBHK9mn4%2B92SPq2LMnzSOHdg46i4YTAJaQ>