svn commit: r418194 - head/mail/dovecot2-pigeonhole

Adam Weinberger adamw at FreeBSD.org
Thu Jul 7 19:12:12 UTC 2016


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


More information about the svn-ports-all mailing list