svn commit: r482244 - in head/net-mgmt/ettercap: . files

Po-Chuan Hsieh sunpoet at freebsd.org
Wed Oct 17 13:18:49 UTC 2018


On Wed, Oct 17, 2018 at 4:20 AM Tobias Kortkamp <tobik at 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.


More information about the svn-ports-head mailing list