From owner-svn-ports-all@freebsd.org Tue Jun 9 07:11:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B1DF34BF38; Tue, 9 Jun 2020 07:11:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49h1WC0Nt4z3c7l; Tue, 9 Jun 2020 07:11:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07FED11F12; Tue, 9 Jun 2020 07:11:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0597BIVw052911; Tue, 9 Jun 2020 07:11:18 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0597BIpb052910; Tue, 9 Jun 2020 07:11:18 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202006090711.0597BIpb052910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 9 Jun 2020 07:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538294 - head/x11/xapps X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/x11/xapps X-SVN-Commit-Revision: 538294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 09 Jun 2020 07:11:19 -0000 Author: danfe Date: Tue Jun 9 07:11:18 2020 New Revision: 538294 URL: https://svnweb.freebsd.org/changeset/ports/538294 Log: USE_GNOME+=introspection:build is required if `x11-toolkits/gtk30' is built without CUPS or CLOUDPRINT options which indirectly pull it via their own dependencies. Modified: head/x11/xapps/Makefile Modified: head/x11/xapps/Makefile ============================================================================== --- head/x11/xapps/Makefile Tue Jun 9 07:07:08 2020 (r538293) +++ head/x11/xapps/Makefile Tue Jun 9 07:11:18 2020 (r538294) @@ -19,7 +19,7 @@ LIB_DEPENDS= libgnomekbdui.so:x11/libgnomekbd USES= gettext gnome meson pkgconfig python:build shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_GNOME= cairo gdkpixbuf2 gtk30 +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes USE_XORG= x11 GLIB_SCHEMAS= org.x.apps.gschema.xml