From owner-svn-ports-all@freebsd.org Wed Oct 17 13:18:49 2018 Return-Path: Delivered-To: svn-ports-all@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 43A6910D5104 for ; Wed, 17 Oct 2018 13:18:49 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4A6B800ED for ; Wed, 17 Oct 2018 13:18:48 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id BC92BB5FD for ; Wed, 17 Oct 2018 13:18:48 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-io1-f51.google.com with SMTP id y10-v6so18722329ioa.10 for ; Wed, 17 Oct 2018 06:18:48 -0700 (PDT) X-Gm-Message-State: ABuFfojbtg+ZOnmu83w1VaHYLcXaY8CxAXpr1Ne0TQKRw7qXCxct3eA3 twpUshDD1f2fCDWk/j2UBKCzRYY7lQDGBOSjXNiU6A== X-Google-Smtp-Source: AJdET5dKml58xUAxubJ2a7z0VIA5O5Q6PwDSD2/n/34R4N9FC0br1HP6wStprVEeWJv/wJ5YM3hv+rcsqrdu3nvaae8= X-Received: by 2002:a6b:9357:: with SMTP id v84-v6mr2897479iod.148.1539782327925; Wed, 17 Oct 2018 06:18:47 -0700 (PDT) MIME-Version: 1.0 References: <201810162003.w9GK3kx5009762@repo.freebsd.org> <1539721235.3325884.1544335168.58635E44@webmail.messagingengine.com> In-Reply-To: <1539721235.3325884.1544335168.58635E44@webmail.messagingengine.com> From: Po-Chuan Hsieh Date: Wed, 17 Oct 2018 21:18:10 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r482244 - in head/net-mgmt/ettercap: . files To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 13:18:49 -0000 On Wed, Oct 17, 2018 at 4:20 AM Tobias Kortkamp 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.