From owner-freebsd-ports@freebsd.org Sun Oct 22 00:56:29 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3809EE3F28E for ; Sun, 22 Oct 2017 00:56:29 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9F7B717C7 for ; Sun, 22 Oct 2017 00:56:28 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id v9M0YX3d074101 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 22 Oct 2017 00:34:34 GMT (envelope-from list1@gjunka.com) To: freebsd-ports@freebsd.org From: Grzegorz Junka Subject: no-x11 support broken for qbittorrent-nox11? Message-ID: <4310b968-4315-6aa0-c862-ca42f431de7a@gjunka.com> Date: Sun, 22 Oct 2017 00:34:33 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB-large X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2017 00:56:29 -0000 qbittorrent-nox11 doesn't compile because: [01:24:43] ====>> [01][00:00:00] Starting build of graphics/gtk-update-icon-cache [01:25:44] ====>> [01][00:01:01] Finished build of graphics/gtk-update-icon-cache: Failed: configure [01:25:44] ====>> [01][00:01:01] Skipping build of net-p2p/qbittorrent-nox11: Dependent port graphics/gtk-update-icon-cache failed In gtk-update-icon-cache logs I see: ===>  Configuring for gtk-update-icon-cache-2.24.29 gtk-update-icon-cache-2.24.29: Needs cairo with X11 support enabled. *** Error code 1 Stop. make: stopped in /usr/ports/graphics/gtk-update-icon-cache ====>> Cleaning up wrkdir ===>  Cleaning for gtk-update-icon-cache-2.24.29 build of graphics/gtk-update-icon-cache ended at Sat Oct 21 14:01:53 UTC 2017 build time: 00:01:01 !!! build failure encountered !!! So, why do I need to enable X11 in cairo when compiling nox11 version of qbittorent? There are no configurable options for gtk-update-icon-cache. Perhaps it's missing a nox11 option? GrzegorzJ