From 26a04c16faf3b621803f23fde895457b117c406d Mon Sep 17 00:00:00 2001 From: David Naylor Date: Sat, 24 Nov 2018 11:47:52 +0000 Subject: [PATCH] devel/monodevelop: rather mark as BROKEN for openssl111 Reported by: mat@ --- devel/monodevelop/Makefile | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile index aee305fc29c8..ccce05a63162 100644 --- a/devel/monodevelop/Makefile +++ b/devel/monodevelop/Makefile @@ -15,16 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= msbuild:devel/msbuild \ fsharpc:lang/fsharp \ - cmake:devel/cmake \ - ${LOCALBASE}/lib/libcrypto.so:security/openssl + cmake:devel/cmake LIB_DEPENDS= libcurl.so:ftp/curl \ libssh2.so:security/libssh2 RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:x11-toolkits/libgdiplus \ exctags:devel/ctags \ git:devel/git \ svn:devel/subversion \ - fsharpc:lang/fsharp \ - ${LOCALBASE}/lib/libcrypto.so:security/openssl + fsharpc:lang/fsharp # main/external/fsharpbinding/paket.lock NUGET_FEEDS= NUGET ROSLYN ROSLYN_FOR_VS_FOR_MAC TEMPLATING VS_IMPL VS_EDITOR VSSDK VSTEST @@ -49,7 +47,7 @@ PAKET_DEPENDS= ExtCore=0.8.46 \ System.ValueTuple=4.4.0 PAKET_PACKAGEDIR=${WRKSRC}/external/fsharpbinding/packages -USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info +USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info ssl USE_GNOME= gtksharp20 gnomesharp20 INSTALLS_ICONS= yes @@ -73,12 +71,21 @@ GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/external/RefactoringEssent INSTALL_TARGET= install-strip MAKE_ENV= DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR= \ XDG_CACHE_HOME=${WRKDIR} \ - OPENSSL_ROOT_DIR=${LOCALBASE} + OPENSSL_ROOT_DIR=${OPENSSLBASE} MAKE_JOBS_UNSAFE=Build parallelization not implemented WRKSRC_SUBDIR= main PORTSCOUT= limit:^\d+\.\d+\.[1-9].* +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= fails to compile: incomplete definition of type 'struct bio_st' +BROKEN_FreeBSD_13= fails to compile: incomplete definition of type 'struct bio_st' +.elif ${SSL_DEFAULT} == openssl111 +BROKEN= fails to compile: incomplete definition of type 'struct bio_st' +.endif + post-patch: ${ECHO} "Release ID: ${PORTVERSION}" > ${WRKSRC}/buildinfo -.include +.include