svn commit: r405746 - head/net/openldap24-server

Olli Hauer ohauer at FreeBSD.org
Sun Jan 10 20:46:38 UTC 2016


Author: ohauer
Date: Sun Jan 10 20:46:36 2016
New Revision: 405746
URL: https://svnweb.freebsd.org/changeset/ports/405746

Log:
  - mark broken if build with FETCH=on agains OpenSSL from ports
  
  PR:		201372
  Submitted by:	Michelle Sullivan
  Reviewed by:	delphij@

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Sun Jan 10 20:33:01 2016	(r405745)
+++ head/net/openldap24-server/Makefile	Sun Jan 10 20:46:36 2016	(r405746)
@@ -191,6 +191,10 @@ CFLAGS+=		-DMDB_DSYNC=O_SYNC -Dfdatasync
 
 .if !${PORT_OPTIONS:MFETCH}
 CONFIGURE_ARGS+=	--without-fetch
+.else
+. if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || defined(WITH_OPENSSL_PORT)
+BROKEN=	using OpenSSL from ports and OPTION FETCH together is not supported
+. endif
 .endif
 
 .if ${PORT_OPTIONS:MSASL}


More information about the svn-ports-head mailing list