From owner-svn-ports-head@freebsd.org Thu Nov 22 18:00:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B6411027B2; Thu, 22 Nov 2018 18:00:29 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16F337F70C; Thu, 22 Nov 2018 18:00:29 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E65E0132C7; Thu, 22 Nov 2018 18:00:28 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAMI0SsG021392; Thu, 22 Nov 2018 18:00:28 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAMI0SMY021391; Thu, 22 Nov 2018 18:00:28 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201811221800.wAMI0SMY021391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 22 Nov 2018 18:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485604 - head/devel/monodevelop X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/devel/monodevelop X-SVN-Commit-Revision: 485604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 16F337F70C X-Spamd-Result: default: False [1.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.40)[0.400,0]; NEURAL_SPAM_SHORT(0.23)[0.235,0]; NEURAL_SPAM_MEDIUM(0.49)[0.489,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 18:00:29 -0000 Author: dbn Date: Thu Nov 22 18:00:28 2018 New Revision: 485604 URL: https://svnweb.freebsd.org/changeset/ports/485604 Log: devel/monodevelop: fix build of FreeBSD12+ With the introduction of OpenSSL 1.1 in base MonoDevelop is no longer able to build. The bundled libgit2 library does not support OpenSSL 1.1. Unfortunately MonoDevelop uses a modified version of libget2 (and libgit2sharp) making updating difficult [1]. [1] https://github.com/mono/monodevelop/issues/4651 Modified: head/devel/monodevelop/Makefile Modified: head/devel/monodevelop/Makefile ============================================================================== --- head/devel/monodevelop/Makefile Thu Nov 22 15:49:46 2018 (r485603) +++ head/devel/monodevelop/Makefile Thu Nov 22 18:00:28 2018 (r485604) @@ -4,6 +4,7 @@ PORTNAME= monodevelop PORTVERSION= 7.6.11.7 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mono@FreeBSD.org @@ -14,14 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= msbuild:devel/msbuild \ fsharpc:lang/fsharp \ - cmake:devel/cmake + cmake:devel/cmake \ + ${LOCALBASE}/lib/libcrypto.so:security/openssl 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 + fsharpc:lang/fsharp \ + ${LOCALBASE}/lib/libcrypto.so:security/openssl # main/external/fsharpbinding/paket.lock NUGET_FEEDS= NUGET ROSLYN ROSLYN_FOR_VS_FOR_MAC TEMPLATING VS_IMPL VS_EDITOR VSSDK VSTEST @@ -46,7 +49,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 ssl +USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info USE_GNOME= gtksharp20 gnomesharp20 INSTALLS_ICONS= yes @@ -69,7 +72,8 @@ GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/ INSTALL_TARGET= install-strip MAKE_ENV= DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR= \ - XDG_CACHE_HOME=${WRKDIR} + XDG_CACHE_HOME=${WRKDIR} \ + OPENSSL_ROOT_DIR=${LOCALBASE} MAKE_JOBS_UNSAFE=Build parallelization not implemented WRKSRC_SUBDIR= main PORTSCOUT= limit:^\d+\.\d+\.[1-9].*