svn commit: r467561 - head/mail/mutt

Mathieu Arnold mat at FreeBSD.org
Tue Apr 17 08:14:09 UTC 2018


On Tue, Apr 17, 2018 at 08:06:19AM +0000, Jochen Neumeister wrote:
> 
> 
> On 17.04.2018 09:59, Kirill Ponomarev wrote:
> > On 04/17, Jochen Neumeister wrote:
> > > > > Log:
> > > > >     mail/mutt: Update to 1.9.5
> > > > ===>  Applying distribution patches for mutt-1.9.5
> > > > 1 out of 2 hunks failed--saving rejects to Makefile.am.rej
> > > > 1 out of 3 hunks failed--saving rejects to Makefile.in.rej
> > > > 1 out of 12 hunks failed--saving rejects to doc/Muttrc.rej
> > > Installing mutt-1.9.5...
> > > ===>  Cleaning for gpgme-1.10.0_1
> > > ===>  Cleaning for gnupg-2.2.6
> > > ===>  Cleaning for libassuan-2.5.1
> > > ===>  Cleaning for libksba-1.3.5
> > > ===>  Cleaning for npth-1.5
> > > ===>  Cleaning for pinentry-1.1.0
> > > ===>  Cleaning for pinentry-tty-1.1.0
> > > ===>  Cleaning for cyrus-sasl-2.1.26_13
> > > ===>  Cleaning for mime-support-3.60
> > > ===>  Cleaning for urlview-0.9.20131021_1
> > > ===>  Cleaning for mutt-1.9.5
> > I'm building it with:
> > OPTIONS_FILE_SET+=NNTP
> Next time say directly ;-)
> 
> I will fix it, thanks for the hint

You can abuse flavors to test build your ports for different options
set, for the BIND9 ports, I have a Makefile.local with this:

FLAVORS=	normal small huge mysql ${OPTIONS_SINGLE_GSSAPI:NGSSAPI_NONE:tl}
.if empty(FLAVOR)
FLAVOR=	normal
.endif

.if ${FLAVOR} != normal
PKGNAMESUFFIX:=	${PKGNAMESUFFIX}-${FLAVOR}
.endif

.if ${FLAVOR} == mysql
OPTIONS_SET_FORCE=	DLZ_MYSQL
OPTIONS_UNSET_FORCE=	THREADS DNSTAP
.elif ${FLAVOR} == small
OPTIONS_UNSET_FORCE=	SSL ${OPTIONS_DEFINE} ${OPTIONS_GROUP_DLZ}
.elif ${FLAVOR} == huge
OPTIONS_SET_FORCE=	${OPTIONS_DEFINE} ${OPTIONS_GROUP_DLZ:NDLZ_MYSQL}
.elif ${FLAVOR:Mgssapi*}
OPTIONS_UNSET_FORCE=	GSSAPI_NONE
OPTIONS_SET_FORCE=	${FLAVOR:tu}
.endif

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180417/883db108/attachment.sig>


More information about the svn-ports-head mailing list