Use UDEV by default on 14
PR: 253020 Reported by: Jakob Alvermark <jakob@alvermark.net> Approved by: manu
This commit is contained in:
parent
f7b6a1ef48
commit
3e2b3b9112
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562682
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME?= xorg-server
|
PORTNAME?= xorg-server
|
||||||
PORTVERSION?= 1.20.9
|
PORTVERSION?= 1.20.9
|
||||||
PORTREVISION?= 1
|
PORTREVISION?= 2
|
||||||
PORTEPOCH?= 1
|
PORTEPOCH?= 1
|
||||||
CATEGORIES= x11-servers
|
CATEGORIES= x11-servers
|
||||||
MASTER_SITES= XORG/individual/xserver
|
MASTER_SITES= XORG/individual/xserver
|
||||||
|
@ -31,6 +31,7 @@ OPTIONS_DEFAULT= SUID
|
||||||
OPTIONS_DEFAULT_FreeBSD_11= DEVD
|
OPTIONS_DEFAULT_FreeBSD_11= DEVD
|
||||||
OPTIONS_DEFAULT_FreeBSD_12= UDEV
|
OPTIONS_DEFAULT_FreeBSD_12= UDEV
|
||||||
OPTIONS_DEFAULT_FreeBSD_13= UDEV
|
OPTIONS_DEFAULT_FreeBSD_13= UDEV
|
||||||
|
OPTIONS_DEFAULT_FreeBSD_14= UDEV
|
||||||
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
|
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
|
||||||
|
|
||||||
SUID_DESC= Install setuid wrapper to allow startx as non-root
|
SUID_DESC= Install setuid wrapper to allow startx as non-root
|
||||||
|
|
Loading…
Reference in a new issue