svn commit: r504285 - head/graphics/linux-c7-glx-utils

Tijl Coosemans tijl at FreeBSD.org
Sun Jun 16 08:57:28 UTC 2019


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 at 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


More information about the svn-ports-all mailing list