svn commit: r433260 - head/mail/neomutt
Pietro Cerutti
gahr at FreeBSD.org
Fri Feb 3 19:03:44 UTC 2017
Author: gahr
Date: Fri Feb 3 19:03:43 2017
New Revision: 433260
URL: https://svnweb.freebsd.org/changeset/ports/433260
Log:
mail/neomutt: isprint causes issues on 11.0, enable the locales fix
While at it, remove --enable-hcache, as it's no more used.
Approved by: bapt (implicit)
Modified:
head/mail/neomutt/Makefile
Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile Fri Feb 3 18:51:53 2017 (r433259)
+++ head/mail/neomutt/Makefile Fri Feb 3 19:03:43 2017 (r433260)
@@ -3,6 +3,7 @@
PORTNAME= neomutt
PORTVERSION= 20170128
DISTVERSIONPREFIX= ${PORTNAME}-
+PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= bapt at FreeBSD.org
@@ -44,9 +45,9 @@ CONFIGURE_ARGS= --disable-dependency-tra
--enable-pop \
--enable-nntp \
--enable-compressed \
- --enable-hcache \
--enable-sidebar \
--disable-fcntl \
+ --enable-locales-fix \
--enable-external-dotlock
# Header cache
More information about the svn-ports-head
mailing list