Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 15:04:38 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Olli Hauer <ohauer@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r405746 - head/net/openldap24-server
Message-ID:  <569329D6.6080503@FreeBSD.org>
In-Reply-To: <201601102046.u0AKkbd6052728@repo.freebsd.org>
References:  <201601102046.u0AKkbd6052728@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/01/2016 7:46 AM, Olli Hauer wrote:
> 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}
> 

MFH?



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