pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib18



Module Name:    pkgsrc
Committed By:   sevan
Date:           Mon Dec 24 02:30:45 UTC 2018

Modified Files:
        pkgsrc/graphics/MesaLib18: options.mk

Log Message:
Exclude nouveau on FreeBSD, period.
Update comment why.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/MesaLib18/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib18/options.mk
diff -u pkgsrc/graphics/MesaLib18/options.mk:1.1 pkgsrc/graphics/MesaLib18/options.mk:1.2
--- pkgsrc/graphics/MesaLib18/options.mk:1.1    Sun Oct  7 23:49:31 2018
+++ pkgsrc/graphics/MesaLib18/options.mk        Mon Dec 24 02:30:45 2018
@@ -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 @@ GALLIUM_DRIVERS+=   r600
 # 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 @@ DRI_DRIVERS+=               radeon
 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