pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib18 Exclude nouveau on FreeBSD, period.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f916d3405c1
branches:  trunk
changeset: 316999:6f916d3405c1
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Mon Dec 24 02:30:45 2018 +0000

description:
Exclude nouveau on FreeBSD, period.
Update comment why.

diffstat:

 graphics/MesaLib18/options.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 227ab8f538b1 -r 6f916d3405c1 graphics/MesaLib18/options.mk
--- a/graphics/MesaLib18/options.mk     Mon Dec 24 02:06:59 2018 +0000
+++ b/graphics/MesaLib18/options.mk     Mon Dec 24 02:30:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/10/07 23:49:31 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2018/12/24 02:30:45 sevan Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=         llvm dri
@@ -197,8 +197,8 @@
 # FULL_OS_VERSION_CMD= ${UNAME} -r
 # FULL_OS_VERSION=     ${FULL_OS_VERSION_CMD:sh}
 
-# FreeBSD base llvm 3.9+ has problems building nouveau support
-.if ${OPSYS} != "FreeBSD" || (empty(OS_VERSION:M11.*) && empty(OS_VERSION:M12.*))
+# FreeBSD lacks nouveau support (there are official binaries from Nvidia)
+.if ${OPSYS} != "FreeBSD"
 # nVidia
 PLIST.nouveau=         yes
 GALLIUM_DRIVERS+=      nouveau
@@ -212,8 +212,8 @@
 PLIST.r200_dri=                yes
 DRI_DRIVERS+=          r200
 
-# FreeBSD base llvm 3.9+ has problems building nouveau support
-.if ${OPSYS} != "FreeBSD" || (empty(OS_VERSION:M11.*) && empty(OS_VERSION:M12.*))
+# FreeBSD lacks nouveau support (there are official binaries from Nvidia)
+.if ${OPSYS} != "FreeBSD"
 # classic DRI nouveau
 PLIST.nouveau_dri=     yes
 DRI_DRIVERS+=          nouveau



Home | Main Index | Thread Index | Old Index