From owner-svn-ports-head@freebsd.org Tue Sep 10 19:37:16 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 F0489E1FAE; Tue, 10 Sep 2019 19:37:16 +0000 (UTC) (envelope-from tijl@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 46SZzw62czz3QNZ; Tue, 10 Sep 2019 19:37:16 +0000 (UTC) (envelope-from tijl@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 B2A892AED6; Tue, 10 Sep 2019 19:37:16 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8AJbGdh027803; Tue, 10 Sep 2019 19:37:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8AJbGwf027801; Tue, 10 Sep 2019 19:37:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201909101937.x8AJbGwf027801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 10 Sep 2019 19:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511773 - in head: Mk/Uses games/linux-dwarffortress X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses games/linux-dwarffortress X-SVN-Commit-Revision: 511773 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: Tue, 10 Sep 2019 19:37:17 -0000 Author: tijl Date: Tue Sep 10 19:37:16 2019 New Revision: 511773 URL: https://svnweb.freebsd.org/changeset/ports/511773 Log: Create USE_LINUX sdlttf keyword and use it in games/linux-dwarffortress. Modified: head/Mk/Uses/linux.mk head/games/linux-dwarffortress/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Tue Sep 10 19:30:09 2019 (r511772) +++ head/Mk/Uses/linux.mk Tue Sep 10 19:37:16 2019 (r511773) @@ -135,6 +135,7 @@ _linux_c7_qtwebkit= linux-c7-qtwebkit>0:www/linux-c7 _linux_${linux_ARGS}_sdl12= linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12 _linux_${linux_ARGS}_sdlimage= linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image _linux_${linux_ARGS}_sdlmixer= linux-${linux_ARGS}-sdl_mixer>0:audio/linux-${linux_ARGS}-sdl_mixer +_linux_${linux_ARGS}_sdlttf= linux-${linux_ARGS}-sdl_ttf>0:audio/linux-${linux_ARGS}-sdl_ttf _linux_${linux_ARGS}_sqlite3= linux-${linux_ARGS}-sqlite>0:databases/linux-${linux_ARGS}-sqlite3 _linux_c7_systemd-libs= linux-c7-systemd-libs>0:devel/linux-c7-systemd-libs _linux_${linux_ARGS}_tcl85= linux-${linux_ARGS}-tcl85>0:lang/linux-${linux_ARGS}-tcl85 Modified: head/games/linux-dwarffortress/Makefile ============================================================================== --- head/games/linux-dwarffortress/Makefile Tue Sep 10 19:30:09 2019 (r511772) +++ head/games/linux-dwarffortress/Makefile Tue Sep 10 19:37:16 2019 (r511773) @@ -28,10 +28,8 @@ LICENSE_TEXT= Copyright (c) 2002-2016. All rights are contact Tarn Adams at toadyone@bay12games.com. LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -RUN_DEPENDS= linux-${linux_ARGS}-sdl_ttf>0:graphics/linux-${linux_ARGS}-sdl_ttf - USES= linux tar:bzip2 -USE_LINUX= dri gtk2 libsndfile openal-soft sdlimage xorglibs +USE_LINUX= dri gtk2 libsndfile openal-soft sdlimage sdlttf xorglibs SUB_FILES= dwarffortress NO_BUILD= yes