Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 22:20:35 +0200
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        "Sunpoet Po-Chuan Hsieh" <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r482244 - in head/net-mgmt/ettercap: . files
Message-ID:  <1539721235.3325884.1544335168.58635E44@webmail.messagingengine.com>
In-Reply-To: <201810162003.w9GK3kx5009762@repo.freebsd.org>
References:  <201810162003.w9GK3kx5009762@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 16, 2018, at 22:03, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Tue Oct 16 20:03:46 2018
> New Revision: 482244
> URL: https://svnweb.freebsd.org/changeset/ports/482244
> 
> Log:
>   Fix build with OpenSSL 1.1.x
>   
>   Obtained from:	
> https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc
>   		
> https://github.com/LocutusOfBorg/ettercap/commit/def7a62c542241367428223dc460906b0634dcd1
> 
> Added:
>   head/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c   
> (contents, props changed)
>   head/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c   (contents, props 
> changed)
> Modified:
>   head/net-mgmt/ettercap/Makefile
> 
> Modified: head/net-mgmt/ettercap/Makefile
> ==============================================================================
> --- head/net-mgmt/ettercap/Makefile	Tue Oct 16 20:03:38 2018	(r482243)
> +++ head/net-mgmt/ettercap/Makefile	Tue Oct 16 20:03:46 2018	(r482244)
> @@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
>  LIB_DEPENDS=	libnet.so:net/libnet
>  
>  OPTIONS_DEFINE=	DESKTOP DOCS GTK2 IPV6 NCURSES PCRE PLUGINS SSL UTF8
> -OPTIONS_DEFAULT=GTK2 NCURSES PCRE PLUGINS SSL UTF8
> +OPTIONS_DEFAULT=NCURSES PCRE PLUGINS SSL UTF8

Why does GTK2 need to be disabled by default to fix the build
with OpenSSL 1.1.x?



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