Date: Wed, 17 Oct 2018 21:18:10 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Tobias Kortkamp <tobik@freebsd.org> Cc: 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: <CAMHz58RYBO4YAT8eWqeSPUQapvHqRX-vPb3zp_Eet1B0dyep1Q@mail.gmail.com> In-Reply-To: <1539721235.3325884.1544335168.58635E44@webmail.messagingengine.com> References: <201810162003.w9GK3kx5009762@repo.freebsd.org> <1539721235.3325884.1544335168.58635E44@webmail.messagingengine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 17, 2018 at 4:20 AM Tobias Kortkamp <tobik@freebsd.org> wrote: > 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? > Thanks! It's fixed in r482293.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RYBO4YAT8eWqeSPUQapvHqRX-vPb3zp_Eet1B0dyep1Q>