git: 357c4f7eaaf6 - main - x11/virtualgl: Add vglusers GROUP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 08:25:09 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=357c4f7eaaf66721b7761baf45f80820a9f01d4a commit 357c4f7eaaf66721b7761baf45f80820a9f01d4a Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-07 08:20:14 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-07 08:24:58 +0000 x11/virtualgl: Add vglusers GROUP PR: 251062 Reported by: Duane <parakleta@darkreality.org> --- GIDs | 2 +- x11/virtualgl/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GIDs b/GIDs index 141d231797f1..8fb4f413b3d2 100644 --- a/GIDs +++ b/GIDs @@ -807,7 +807,7 @@ plocate:*:860: # free: 863 # free: 864 # free: 865 -# free: 866 +vglusers:*:866: sqlpage:*:867: jellyfin:*:868: keyd:*:869: diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile index 69f43da5a3ad..34df151f34a3 100644 --- a/x11/virtualgl/Makefile +++ b/x11/virtualgl/Makefile @@ -1,5 +1,6 @@ PORTNAME= virtualgl DISTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= x11 graphics MASTER_SITES= https://github.com/VirtualGL/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= VirtualGL-${DISTVERSION} @@ -38,6 +39,7 @@ CMAKE_INSTALL_PREFIX= ${LOCALBASE}/VirtualGL LDFLAGS+= -Wl,--undefined-version DOCSDIR= ${LOCALBASE}/VirtualGL/doc +GROUPS= vglusers PORTDOCS= * OPTIONS_DEFINE= DOCS OPENCL OPENSSL XVIDEO