Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 20:46:37 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405746 - head/net/openldap24-server
Message-ID:  <201601102046.u0AKkbd6052728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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