From owner-svn-ports-all@freebsd.org Sun Dec 1 07:54:51 2019 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 90C851C28E8; Sun, 1 Dec 2019 07:54:51 +0000 (UTC) (envelope-from tobik@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 47QgWb3Dnqz4Ydh; Sun, 1 Dec 2019 07:54:51 +0000 (UTC) (envelope-from tobik@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 52757B9DA; Sun, 1 Dec 2019 07:54:51 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB17sps4067664; Sun, 1 Dec 2019 07:54:51 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB17spmx067663; Sun, 1 Dec 2019 07:54:51 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201912010754.xB17spmx067663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 1 Dec 2019 07:54:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518754 - head/x11/alacritty X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/alacritty X-SVN-Commit-Revision: 518754 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.29 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: Sun, 01 Dec 2019 07:54:51 -0000 Author: tobik Date: Sun Dec 1 07:54:50 2019 New Revision: 518754 URL: https://svnweb.freebsd.org/changeset/ports/518754 Log: x11/alacritty: Unbreak tests - Add x11-fonts/dejavu as a test dependency. This allows the "font" crate tests to find a font that matches "monospace". - The test build cannot find libxcb. It is unclear why the link failure is not triggered during the normal build. Add USES=localbase for now. error: linking with `cc` failed: exit code: 1 [...] = note: /usr/bin/ld: error: unable to find library -lxcb /usr/bin/ld: error: unable to find library -lxcb /usr/bin/ld: error: unable to find library -lxcb /usr/bin/ld: error: unable to find library -lxcb /usr/bin/ld: error: unable to find library -lxcb-render /usr/bin/ld: error: unable to find library -lxcb-shape /usr/bin/ld: error: unable to find library -lxcb-xfixes error: aborting due to previous error error: could not compile `copypasta`. Modified: head/x11/alacritty/Makefile Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Sun Dec 1 07:01:17 2019 (r518753) +++ head/x11/alacritty/Makefile Sun Dec 1 07:54:50 2019 (r518754) @@ -13,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +TEST_DEPENDS= dejavu>0:x11-fonts/dejavu -USES= cargo python:3.6+,build ssl:build xorg +USES= cargo localbase:ldflags python:3.6+,build ssl:build xorg USE_GITHUB= yes GH_ACCOUNT= jwilm GH_TUPLE= chrisduerr:glutin:7e479dca8be6244b96e2a080714fc4babf7fe30d:glutin \