Date: Sun, 16 Jun 2019 08:57:27 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504285 - head/graphics/linux-c7-glx-utils Message-ID: <201906160857.x5G8vReH029141@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Jun 16 08:57:26 2019 New Revision: 504285 URL: https://svnweb.freebsd.org/changeset/ports/504285 Log: Also install glxinfo32 on amd64 so information can be obtained about the 32-bit graphics stack. Modified: head/graphics/linux-c7-glx-utils/Makefile head/graphics/linux-c7-glx-utils/pkg-plist.amd64 Modified: head/graphics/linux-c7-glx-utils/Makefile ============================================================================== --- head/graphics/linux-c7-glx-utils/Makefile Sun Jun 16 08:56:03 2019 (r504284) +++ head/graphics/linux-c7-glx-utils/Makefile Sun Jun 16 08:57:26 2019 (r504285) @@ -4,6 +4,7 @@ PORTNAME= glx-utils PORTVERSION= 8.3.0 DISTVERSIONSUFFIX= -10.el7 +PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -12,7 +13,7 @@ COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dri xorglibs -USE_LINUX_RPM= nolib +USE_LINUX_RPM= yes SRC_DISTFILES= mesa-demos-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE Modified: head/graphics/linux-c7-glx-utils/pkg-plist.amd64 ============================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.amd64 Sun Jun 16 08:56:03 2019 (r504284) +++ head/graphics/linux-c7-glx-utils/pkg-plist.amd64 Sun Jun 16 08:57:26 2019 (r504285) @@ -1,5 +1,6 @@ usr/bin/glxgears usr/bin/glxinfo +usr/bin/glxinfo32 usr/bin/glxinfo64 usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906160857.x5G8vReH029141>