Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2020 13:42:43 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540893 - head/games/linux-steam-utils
Message-ID:  <202006301342.05UDgidY035806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Tue Jun 30 13:42:43 2020
New Revision: 540893
URL: https://svnweb.freebsd.org/changeset/ports/540893

Log:
  Add some dependencies which are not always satisfied implicitely,
  and add info to the pkg-message for users with NVIDIA cards.
  
  Approved by:	maintainer

Modified:
  head/games/linux-steam-utils/Makefile
  head/games/linux-steam-utils/pkg-message

Modified: head/games/linux-steam-utils/Makefile
==============================================================================
--- head/games/linux-steam-utils/Makefile	Tue Jun 30 12:53:24 2020	(r540892)
+++ head/games/linux-steam-utils/Makefile	Tue Jun 30 13:42:43 2020	(r540893)
@@ -2,6 +2,7 @@
 
 PORTNAME=	steam-utils
 DISTVERSION=	20200525
+PORTREVISION=	1
 CATEGORIES=	games linux
 PKGNAMEPREFIX=	linux-
 
@@ -14,10 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 IGNORE_FreeBSD_11=not tested at all
 ONLY_FOR_ARCHS=	amd64
 
-RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
+RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
+		liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
 
 USES=		linux
-USE_LINUX=	devtools:build dbuslibs gtk2 dri nss openal-soft
+USE_LINUX=	devtools:build dbuslibs gtk2 dri nss openal-soft alsa-plugins-oss
 USE_RUBY=	yes
 
 RUBY_NO_BUILD_DEPENDS=	yes

Modified: head/games/linux-steam-utils/pkg-message
==============================================================================
--- head/games/linux-steam-utils/pkg-message	Tue Jun 30 12:53:24 2020	(r540892)
+++ head/games/linux-steam-utils/pkg-message	Tue Jun 30 13:42:43 2020	(r540893)
@@ -4,6 +4,10 @@
 Please note, this is an unofficial wrapper for the Steam client
 and as such it is supported on a best effort basis.
 
+Additional dependencies:
+- If you use a NVIDIA card, you need to install a suitable
+  x11/linux-nvidia-libs(-xxx) port.
+
 Setup:
 
 1. Create a dedicated FreeBSD non-wheel user account for Steam. Switch to it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006301342.05UDgidY035806>