From owner-svn-ports-head@freebsd.org Thu Nov 7 19:36:50 2019 Return-Path: Delivered-To: svn-ports-head@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 BD41B1BE6E7; Thu, 7 Nov 2019 19:36:50 +0000 (UTC) (envelope-from zeising@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) server-signature RSA-PSS (4096 bits) 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 478DDf4cnKz4Cj8; Thu, 7 Nov 2019 19:36:50 +0000 (UTC) (envelope-from zeising@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 823861ABB3; Thu, 7 Nov 2019 19:36:50 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA7Jao4l028623; Thu, 7 Nov 2019 19:36:50 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA7JaoZR028621; Thu, 7 Nov 2019 19:36:50 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201911071936.xA7JaoZR028621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 7 Nov 2019 19:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517004 - in head: devel/t1lib x11-toolkits/pango X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head: devel/t1lib x11-toolkits/pango X-SVN-Commit-Revision: 517004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2019 19:36:50 -0000 Author: zeising Date: Thu Nov 7 19:36:49 2019 New Revision: 517004 URL: https://svnweb.freebsd.org/changeset/ports/517004 Log: Sprinkle some more USES=xorg Modified: head/devel/t1lib/Makefile head/x11-toolkits/pango/Makefile Modified: head/devel/t1lib/Makefile ============================================================================== --- head/devel/t1lib/Makefile Thu Nov 7 18:56:36 2019 (r517003) +++ head/devel/t1lib/Makefile Thu Nov 7 19:36:49 2019 (r517004) @@ -21,6 +21,7 @@ OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=ice,sm,x11,xaw,xext,xmu,xpm,xt X11_CONFIGURE_WITH= x Modified: head/x11-toolkits/pango/Makefile ============================================================================== --- head/x11-toolkits/pango/Makefile Thu Nov 7 18:56:36 2019 (r517003) +++ head/x11-toolkits/pango/Makefile Thu Nov 7 19:36:49 2019 (r517004) @@ -43,6 +43,7 @@ DOCS_MESON_TRUE= enable_docs DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc X11_MESON_TRUE= xft +X11_USES= xorg X11_USE= XORG=x11,xft,xrender pre-configure: