From owner-svn-ports-all@freebsd.org Mon Oct 1 14:23:48 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 7E69110BE67D; Mon, 1 Oct 2018 14:23:48 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11136788BB; Mon, 1 Oct 2018 14:23:47 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id 4C87148B18; Mon, 1 Oct 2018 16:23:38 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 8F7FB3CFADE; Mon, 1 Oct 2018 16:23:37 +0200 (CEST) Date: Mon, 1 Oct 2018 16:23:37 +0200 From: Thierry Thomas To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r481010 - head/textproc/ibus Message-ID: <20181001142337.GI87273@graf.pompo.net> Mail-Followup-To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201810010824.w918Ou84038795@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <201810010824.w918Ou84038795@repo.freebsd.org> X-Operating-System: FreeBSD 11.2-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.10.1 (2018-07-13) 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: Mon, 01 Oct 2018 14:23:48 -0000 Le lun. 1 oct. 18 =E0 10:24:56 +0200, Antoine Brodin =E9crivait=A0: > Author: antoine > Date: Mon Oct 1 08:24:56 2018 > New Revision: 481010 > URL: https://svnweb.freebsd.org/changeset/ports/481010 >=20 > Log: > ibus doesn't work with python3 Yes, it does! The latest version even has a configure flag --disable-python2, but the problem is that it depends on devel/py-notify, which is outdated and stuck with Python 2.7. --=20 Th. Thomas.