Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2016 19:12:11 +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: r418194 - head/mail/dovecot2-pigeonhole
Message-ID:  <201607071912.u67JCBAa088058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Jul  7 19:12:11 2016
New Revision: 418194
URL: https://svnweb.freebsd.org/changeset/ports/418194

Log:
  Add USES=compiler:c11 to fix build on 9.x.
  
  While altering USES, switch from USE_OPENSSL to USES=ssl.
  
  Approved by:	maintainer (Larry Rosenman)

Modified:
  head/mail/dovecot2-pigeonhole/Makefile

Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile	Thu Jul  7 18:31:17 2016	(r418193)
+++ head/mail/dovecot2-pigeonhole/Makefile	Thu Jul  7 19:12:11 2016	(r418194)
@@ -25,9 +25,8 @@ CONFIGURE_ARGS=	--exec-prefix=${PREFIX} 
 		--with-dovecot="${LOCALBASE}/lib/dovecot"
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		libtool
+USES=		compiler:c11 libtool ssl
 USE_LDCONFIG=	${PREFIX}/lib/dovecot
-USE_OPENSSL=	yes
 
 OPTIONS_DEFINE=	DOCS LDAP MANAGESIEVE
 OPTIONS_DEFAULT=MANAGESIEVE



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