diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-10-07 08:20:14 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-10-07 08:24:58 +0000 |
| commit | 357c4f7eaaf66721b7761baf45f80820a9f01d4a (patch) | |
| tree | e5e6b1f69b260b586d98e2ae6638b323f483df3c | |
| parent | 858917c7c36f2926c3c935945f8e1c38a8a80941 (diff) | |
x11/virtualgl: Add vglusers GROUP
PR: 251062
Reported by: Duane <parakleta@darkreality.org>
| -rw-r--r-- | GIDs | 2 | ||||
| -rw-r--r-- | x11/virtualgl/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |
