mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
benchmarks/vkmark: unbreak --winsys kms by reverting a8f179d5f2
VT_PROCESS fails with EPERM because open(2) with a terminal device
on BSDs (unlike Linux/Solaris) implies O_NOCTTY.
$ vidcontrol -s 1 </dev/ttyv0
$ vkmark
Error: Failed to set VT process control mode: Operation not permitted
This reverts commit a8f179d5f2
.
This commit is contained in:
parent
ec99e4dbba
commit
7caa50929b
@ -1,11 +1,11 @@
|
||||
PORTNAME= vkmark
|
||||
DISTVERSION= 2017.08-29
|
||||
DISTVERSIONSUFFIX= -gd872846
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 16514ab6c65f.patch:-p1 # https://github.com/vkmark/vkmark/pull/29
|
||||
PATCHFILES+= 27fa846e34ed.patch:-p1 # https://github.com/vkmark/vkmark/pull/29
|
||||
PATCHFILES+= 7bbe275e4904.patch:-p1 # https://github.com/vkmark/vkmark/pull/47
|
||||
PATCHFILES+= 6395c5621fb8.patch:-p1 # https://github.com/vkmark/vkmark/pull/47
|
||||
PATCHFILES+= dd75130a7ddf.patch:-p1 # https://github.com/vkmark/vkmark/pull/47
|
||||
|
@ -1,8 +1,8 @@
|
||||
TIMESTAMP = 1652699223
|
||||
SHA256 (vkmark-vkmark-2017.08-29-gd872846_GH0.tar.gz) = cec2bd4aab462e188a80fedccb8c454dc8b1d2bca3c8b411e0788f1c45f3d112
|
||||
SIZE (vkmark-vkmark-2017.08-29-gd872846_GH0.tar.gz) = 769259
|
||||
SHA256 (16514ab6c65f.patch) = a072aea65cd778c34d56567236b2617972c579b772370cf3607b86585c7e60e3
|
||||
SIZE (16514ab6c65f.patch) = 2511
|
||||
SHA256 (27fa846e34ed.patch) = 794580167aa2839b5410a7e4e48f38bd6c75a9f675f454dc3ae088fea6a1277a
|
||||
SIZE (27fa846e34ed.patch) = 2028
|
||||
SHA256 (7bbe275e4904.patch) = 44dcb14a99137f3928289b7ca6526d31c10ee84626b9f0f8965cb05fecee2afe
|
||||
SIZE (7bbe275e4904.patch) = 2781
|
||||
SHA256 (6395c5621fb8.patch) = d82b4211356051c5a33489d78b0d2ea60ed2d1272dc11321aeec655071741524
|
||||
|
Loading…
Reference in New Issue
Block a user