Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 00:28:43 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440608 - head/mail/dovecot2
Message-ID:  <201705110028.v4B0Sh52028158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu May 11 00:28:43 2017
New Revision: 440608
URL: https://svnweb.freebsd.org/changeset/ports/440608

Log:
  Control lz4 support from a configure knob. Previously, if liblz4.so was
  present, the port would pick it up, without registering a proper dependency.
  
  PORTREVISION bump for the potential product change.
  
  Reported by:	Melissa Pilgrim

Modified:
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Wed May 10 23:39:36 2017	(r440607)
+++ head/mail/dovecot2/Makefile	Thu May 11 00:28:43 2017	(r440608)
@@ -14,7 +14,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.2.29.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	https://www.dovecot.org/releases/${PORTVERSION:R:R}/
 PKGNAMESUFFIX=	2
@@ -78,6 +78,7 @@ KQUEUE_CONFIGURE_ON=	--with-ioloop=kqueu
 
 LIBWRAP_CONFIGURE_WITH=	libwrap
 
+LZ4_CONFIGURE_WITH=	lz4
 LZ4_LIB_DEPENDS=	liblz4.so:archivers/liblz4
 
 VPOPMAIL_BUILD_DEPENDS=	vpopmail>=0:mail/vpopmail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705110028.v4B0Sh52028158>