Page MenuHomeFreeBSD
Feed Advanced Search

Oct 10 2023

vishwin committed R11:230908387d47: graphics/inkscape: use in-tree commit addressing function clash (authored by vishwin).
graphics/inkscape: use in-tree commit addressing function clash
Oct 10 2023, 3:04 AM

Oct 9 2023

vishwin committed R11:bd11e0d8fc83: comms/qsstv: update WWW and MASTER_SITES (authored by vishwin).
comms/qsstv: update WWW and MASTER_SITES
Oct 9 2023, 4:25 PM
vishwin committed R11:f1c0a7cb3204: comms/qsstv: update WWW and MASTER_SITES (authored by vishwin).
comms/qsstv: update WWW and MASTER_SITES
Oct 9 2023, 4:18 PM
vishwin abandoned D39209: lang/rust: switch to USES=cargo.

No longer needed, especially after the openssl crates have finally been updated in Cargo.lock for the past couple releases now. Also the syncing process is rather involved.

Oct 9 2023, 3:39 PM
vishwin committed R11:60fafb924299: lang/rust: fix typo uncaught from previous commit (authored by vishwin).
lang/rust: fix typo uncaught from previous commit
Oct 9 2023, 3:35 PM
vishwin closed D32654: lang/rust: restore PORT_LLVM.
Oct 9 2023, 3:31 PM
vishwin committed R11:098de5bc2195: lang/rust: resurrect PORT_LLVM as a non-default OPTION (authored by vishwin).
lang/rust: resurrect PORT_LLVM as a non-default OPTION
Oct 9 2023, 3:31 PM
vishwin updated the diff for D32654: lang/rust: restore PORT_LLVM.

add comment to upstream patches noting LLVM 17 compatibility fixes

Oct 9 2023, 3:27 PM
vishwin committed R11:8548e6af41b9: devel/meson-python: update to 0.14.0 (authored by vishwin).
devel/meson-python: update to 0.14.0
Oct 9 2023, 2:45 PM

Oct 8 2023

vishwin updated the diff for D32654: lang/rust: restore PORT_LLVM.
  • silence REINPLACE_CMD and clean up _RUST_BUILD_WASM
Oct 8 2023, 6:08 PM

Oct 7 2023

vishwin added a comment to D32654: lang/rust: restore PORT_LLVM.

What's the real life approach with this change?

Saving cycles by using an external LLVM rather than compiling the entire bundled copy.

Are we going to stick to using default version in ports tree of LLVM?

The bundled LLVM remains the default option, this is merely a use-at-own-risk convenience for those who want/have to build themselves.

If doable is that supported by upstream and if not who is going to take care of fallouts? If not, are we going to track upstream instead and is it worth the effort of unbundling LLVM as there like will be a handful of ports depending on the same (recent) version of LLVM?

The situation has changed drastically when this option was removed. Back then, which was during the LLVM 6.0/7.0 era, rust tracked LLVM trunk and was thus more sensitive to interactions between them, as evidenced with the small API breakage that eventually lead to the option removal. Starting with LLVM 8.0 and the advent of llvm-wrapper, rust switched to tracking releases with cherry-picking existing bug fix commits, much like we do with our base LLVM. Concurrently and consequently, external LLVM support has improved, with upstream tracking which LLVM version ranges work with each rust release.

Oct 7 2023, 5:43 PM

Oct 5 2023

vishwin accepted D42094: x11/cinnamon: Drop ca_root_nss dependency..
Oct 5 2023, 7:45 PM
vishwin accepted D42093: security/gnome-keyring: Drop ca_root_nss dependency..
Oct 5 2023, 7:44 PM

Sep 28 2023

osa awarded D40098: wasi: update libc to sdk-20 and modularise LLVM bits a Love token.
Sep 28 2023, 4:24 PM

Sep 26 2023

vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.

update/add LLVM 17 support/pieces

Sep 26 2023, 3:24 AM

Sep 25 2023

vishwin committed R11:761dc8a9f4dd: net/py-urllib3: disable SSL by default (authored by vishwin).
net/py-urllib3: disable SSL by default
Sep 25 2023, 9:42 PM
vishwin updated the diff for D32654: lang/rust: restore PORT_LLVM.

rename back to PORT_LLVM, not least because USES=llvm claims the variable name. Per upstream, minimum external LLVM supported is 14; next major Rust version (1.73) bumps to 15. For this version (1.72), two upstream commits included to fix LLVM 17 API compatibility.

Sep 25 2023, 8:09 PM
vishwin reclaimed D32654: lang/rust: restore PORT_LLVM.
Sep 25 2023, 7:48 PM
vishwin commandeered D32654: lang/rust: restore PORT_LLVM.

got it to work (consumers included), incoming

Sep 25 2023, 7:47 PM

Sep 17 2023

vishwin committed R11:9c77ef5e7bc3: graphics/inkscape: update upstream patch (authored by vishwin).
graphics/inkscape: update upstream patch
Sep 17 2023, 9:24 PM

Sep 14 2023

vishwin added a reverting change for R11:6ca002d89c86: textproc/UCD: downgrade to 15.0.0: R11:0750606fdf95: textproc/UCD and deskutils/gucharmap: update to 15.1.0.
Sep 14 2023, 10:02 PM
vishwin committed R11:0750606fdf95: textproc/UCD and deskutils/gucharmap: update to 15.1.0 (authored by vishwin).
textproc/UCD and deskutils/gucharmap: update to 15.1.0
Sep 14 2023, 10:02 PM

Sep 12 2023

vishwin committed R11:47cfdc33848c: security/sequoia-sq: update openssl-sys crate, needed for LibreSSL 3.8.1 (authored by vishwin).
security/sequoia-sq: update openssl-sys crate, needed for LibreSSL 3.8.1
Sep 12 2023, 5:57 AM
vishwin committed R11:7d95fb6093df: net-im/fractal: update openssl-sys crate, needed for LibreSSL 3.8.1 (authored by vishwin).
net-im/fractal: update openssl-sys crate, needed for LibreSSL 3.8.1
Sep 12 2023, 5:57 AM

Sep 4 2023

vishwin committed R11:10ef92d14386: x11/alacritty: remove unnecessary USES=ssl:build and update WWW (authored by vishwin).
x11/alacritty: remove unnecessary USES=ssl:build and update WWW
Sep 4 2023, 9:14 PM
vishwin committed R11:73399cf9165d: x11/alacritty: take maintainership (authored by vishwin).
x11/alacritty: take maintainership
Sep 4 2023, 3:13 AM

Sep 3 2023

vishwin committed R11:3a4218bc1002: security/libressl-devel: unbreak USES=ssl (authored by vishwin).
security/libressl-devel: unbreak USES=ssl
Sep 3 2023, 10:30 PM

Aug 31 2023

vishwin added inline comments to D41611: net-mgmt/net-snmp: Temporarily fix build on FreeBSD 15.
Aug 31 2023, 10:55 PM

Aug 26 2023

vishwin closed D41503: graphics/inkscape: update to 1.3.
Aug 26 2023, 5:44 PM
vishwin committed R11:c41b45f3bfa8: graphics/inkscape: update to 1.3 (authored by vishwin).
graphics/inkscape: update to 1.3
Aug 26 2023, 5:44 PM

Aug 24 2023

vishwin updated the diff for D41503: graphics/inkscape: update to 1.3.

use merge request patch + missed spot

Aug 24 2023, 3:53 PM

Aug 18 2023

vishwin requested review of D41503: graphics/inkscape: update to 1.3.
Aug 18 2023, 10:44 AM

Aug 5 2023

vishwin committed R11:8296db9b12f4: devel/meson-python: update to 0.13.2 (authored by vishwin).
devel/meson-python: update to 0.13.2
Aug 5 2023, 3:48 PM

Aug 1 2023

vishwin committed R11:8da17ebe1488: comms/chirp: update to 20230731 (authored by vishwin).
comms/chirp: update to 20230731
Aug 1 2023, 5:09 AM

Jul 25 2023

vishwin committed R11:07d9f6c8b910: multimedia/mlt7: mark RTAUDIO option BROKEN (authored by vishwin).
multimedia/mlt7: mark RTAUDIO option BROKEN
Jul 25 2023, 12:13 AM

Jul 18 2023

vishwin committed R11:9a80a6ee5e8e: devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS} (authored by vishwin).
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Jul 18 2023, 12:56 AM

Jul 13 2023

vishwin committed R11:4f3b2050b10e: security/sequoia-sq: update to 0.31.0 (authored by vishwin).
security/sequoia-sq: update to 0.31.0
Jul 13 2023, 8:51 PM

Jul 7 2023

vishwin committed R11:b4fe869292e6: science/py-scipy: bump minimum Python to 3.9 (authored by vishwin).
science/py-scipy: bump minimum Python to 3.9
Jul 7 2023, 6:46 AM

Jun 28 2023

vishwin committed R11:85eecee4aa99: comms/chirp: remove conditional for Python < 3.8 after 3.7 removal (authored by vishwin).
comms/chirp: remove conditional for Python < 3.8 after 3.7 removal
Jun 28 2023, 2:50 AM

Jun 27 2023

vishwin committed R11:c82c038e2d10: Revert "devel/py-typing-extensions: unbreak circular dependency" (authored by vishwin).
Revert "devel/py-typing-extensions: unbreak circular dependency"
Jun 27 2023, 9:42 PM
vishwin added a reverting change for R11:e7a9ba1fecd9: devel/py-typing-extensions: unbreak circular dependency: R11:c82c038e2d10: Revert "devel/py-typing-extensions: unbreak circular dependency".
Jun 27 2023, 9:42 PM
vishwin added a reverting change for R11:022d383b0e70: devel/py-typing-extensions: Add comment about…: R11:c82c038e2d10: Revert "devel/py-typing-extensions: unbreak circular dependency".
Jun 27 2023, 9:42 PM
vishwin committed R11:98161b5e43b6: net-im/purple-hangouts: deprecate and expire (authored by vishwin).
net-im/purple-hangouts: deprecate and expire
Jun 27 2023, 8:19 PM

Jun 26 2023

vishwin added a comment to D40759: python.mk: Introduce PEP517_PKGNAME.

And PORTNAME should match that, without deviation.

Jun 26 2023, 5:33 PM
vishwin requested changes to D40759: python.mk: Introduce PEP517_PKGNAME.

Not a good idea. I deliberately left something like this out for conformance and security/integrity reasons.

Jun 26 2023, 4:46 PM

Jun 25 2023

vishwin committed R11:58b5fdee521e: comms/chirp: update to 20230621 (authored by vishwin).
comms/chirp: update to 20230621
Jun 25 2023, 4:15 PM
vishwin committed R11:fe6320a394de: graphics/inkscape: partially pull in two upstream changes (authored by vishwin).
graphics/inkscape: partially pull in two upstream changes
Jun 25 2023, 5:19 AM

Jun 24 2023

vishwin committed R11:c57cd4390a27: lang/vala: disable incompatible function pointer type error (authored by vishwin).
lang/vala: disable incompatible function pointer type error
Jun 24 2023, 4:02 AM
vishwin committed R11:3349708da950: textproc/exempi: fix LICENSE_FILE (authored by vishwin).
textproc/exempi: fix LICENSE_FILE
Jun 24 2023, 3:21 AM
vishwin committed R11:c49f3dc89b7a: lang/vala: update to 0.56.8 (authored by vishwin).
lang/vala: update to 0.56.8
Jun 24 2023, 3:16 AM
vishwin committed R11:ecce5a22a377: deskutils/gnome-maps: update to 43.5 (authored by vishwin).
deskutils/gnome-maps: update to 43.5
Jun 24 2023, 2:14 AM
vishwin committed R11:0b49beedf31a: accessibility/caribou: disable incompatible function pointer type error on… (authored by vishwin).
accessibility/caribou: disable incompatible function pointer type error on…
Jun 24 2023, 12:46 AM
vishwin committed R11:aee82b5bb539: textproc/exempi: update to 2.6.3 (authored by vishwin).
textproc/exempi: update to 2.6.3
Jun 24 2023, 12:46 AM

Jun 19 2023

vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.

bad arc bad

Jun 19 2023, 11:19 PM
vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
  • devel/wasi-{compiler-rt,libcxx}16: sync with devel/llvm16 16.0.6
Jun 19 2023, 11:19 PM
vishwin added a comment to D40568: First cut at bumping Python dependencies to 3.8+.
In D40568#924210, @rene wrote:

The fact that USES=python skips 2.7 is a bit of inside knowledge.

Jun 19 2023, 10:55 PM

Jun 18 2023

vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
  • gecko-esr: limit to LLVM 15 due to old proc-macro2 crate
Jun 18 2023, 2:50 PM
vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
  • MOVED: remove stray conflict mark
Jun 18 2023, 3:30 AM
vishwin retitled D40098: wasi: update libc to sdk-20 and modularise LLVM bits from wasi: update libc to sdk-19 and modularise LLVM bits to wasi: update libc to sdk-20 and modularise LLVM bits.
Jun 18 2023, 3:29 AM
vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
  • devel/wasi-libc: update to wasi-sdk-20
  • devel/wasi-{compiler-rt,libcxx}16: sync with devel/llvm16
  • devel/wasi-libcxx: fix LICENSE_FILE location
  • bsd.gecko.mk: remove LLVM version restriction
Jun 18 2023, 3:28 AM

Jun 15 2023

vishwin added a comment to D40568: First cut at bumping Python dependencies to 3.8+.

For stuff that is declared compatible (upstream that is) with at least our (soon-to) minimum Python version, we may be better off discarding the explicit USES=python:3.8+ etc, since it will have already been defined in python.mk.

Jun 15 2023, 9:33 PM

Jun 10 2023

vishwin committed R11:fd7812aa548b: sysutils/pacman: restore WWW (authored by vishwin).
sysutils/pacman: restore WWW
Jun 10 2023, 7:23 AM
vishwin committed R11:a024aab9679c: security/archlinux-keyring: remove redundant pkg-message (authored by vishwin).
security/archlinux-keyring: remove redundant pkg-message
Jun 10 2023, 7:19 AM
vishwin committed R11:cc5b590ab296: security/archlinux-keyring: update to 20230504 (authored by vishwin).
security/archlinux-keyring: update to 20230504
Jun 10 2023, 7:12 AM
vishwin closed D33652: sysutils/pacman: update to 6.0.1, add archlinux FLAVOR.
Jun 10 2023, 7:12 AM
vishwin committed R11:9e436cd0e537: sysutils/pacman: update to 6.0.2 (authored by vishwin).
sysutils/pacman: update to 6.0.2
Jun 10 2023, 7:12 AM
vishwin removed a reviewer for D33652: sysutils/pacman: update to 6.0.1, add archlinux FLAVOR: portmgr.
Jun 10 2023, 7:06 AM
vishwin updated the diff for D33652: sysutils/pacman: update to 6.0.1, add archlinux FLAVOR.

bad arcanist bad

Jun 10 2023, 6:53 AM
vishwin updated the diff for D33652: sysutils/pacman: update to 6.0.1, add archlinux FLAVOR.

update to 6.0.2, update messages and comments

Jun 10 2023, 6:52 AM

Jun 9 2023

vishwin committed R11:3835bb252e91: security/sequoia: convert to meta-port and update (authored by vishwin).
security/sequoia: convert to meta-port and update
Jun 9 2023, 5:34 AM
vishwin committed R11:bc106728715d: security/py-sequoia: remove (authored by vishwin).
security/py-sequoia: remove
Jun 9 2023, 5:34 AM

Jun 7 2023

vishwin committed R11:89c6765d5cab: net-im/fractal: update openssl crates (authored by vishwin).
net-im/fractal: update openssl crates
Jun 7 2023, 11:56 AM

Jun 3 2023

vishwin committed R11:85f2c29c66b2: security/libressl-devel: unbreak USES=ssl (authored by vishwin).
security/libressl-devel: unbreak USES=ssl
Jun 3 2023, 6:57 PM

May 26 2023

vishwin committed R11:4b38d6c0dcde: devel/bazel5: switch build consumers (authored by vishwin).
devel/bazel5: switch build consumers
May 26 2023, 12:57 AM
vishwin committed R11:7f48ca529ce0: devel/bazel029: update CONFLICTS_INSTALL (authored by vishwin).
devel/bazel029: update CONFLICTS_INSTALL
May 26 2023, 12:57 AM
vishwin committed R11:abc5ed39ba22: devel/bazel5: split from devel/bazel (authored by vishwin).
devel/bazel5: split from devel/bazel
May 26 2023, 12:57 AM
vishwin committed R11:ecc3c569d89d: devel/bazel: update to 6.2.0 (authored by vishwin).
devel/bazel: update to 6.2.0
May 26 2023, 12:57 AM

May 25 2023

vishwin added inline comments to D40258: handbook: remove portmaster et al.
May 25 2023, 7:37 PM
vishwin committed R11:959a6156f4fc: devel/py-termcolor: update to 2.3.0 (authored by vishwin).
devel/py-termcolor: update to 2.3.0
May 25 2023, 7:22 PM

May 24 2023

vishwin requested review of D40258: handbook: remove portmaster et al.
May 24 2023, 7:11 PM

May 23 2023

vishwin committed R11:10896145b514: x11-toolkits/libhandy0: disable glade (authored by vishwin).
x11-toolkits/libhandy0: disable glade
May 23 2023, 6:38 PM
vishwin committed R11:922f645e558f: comms/chirp: banish PORTSCOUT (authored by vishwin).
comms/chirp: banish PORTSCOUT
May 23 2023, 6:17 PM

May 20 2023

vishwin committed R11:32e521bbe059: comms/chirp: add forgotten wheel (authored by vishwin).
comms/chirp: add forgotten wheel
May 20 2023, 5:33 PM
vishwin committed R11:0ceb67a27a99: comms/chirp: welcome back (authored by vishwin).
comms/chirp: welcome back
May 20 2023, 5:14 PM

May 18 2023

vishwin committed R11:2e0d3fa0bcca: net-im/fractal: update to 4.4.2 (authored by vishwin).
net-im/fractal: update to 4.4.2
May 18 2023, 2:09 AM

May 14 2023

vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
  • www/librewolf: adjust WASI dependencies
May 14 2023, 10:25 PM
vishwin abandoned D35289: www/firefox: update/rework WASI logic.

Superseded by D40098

May 14 2023, 10:16 PM
vishwin abandoned D35287: devel/wasi-libcxx: update to 14.0.6.

Superseded by D40098

May 14 2023, 10:15 PM
vishwin abandoned D35288: devel/wasi-compiler-rt14: new port.

Superseded by D40098

May 14 2023, 10:14 PM
vishwin abandoned D35286: devel/wasi-libc: update to g20220509.

Superseded by D40098

May 14 2023, 10:14 PM
vishwin updated the diff for D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
  • MOVED: add forgotten devel/wasi-compiler-rt11

12 is the minimum supported LLVM version.

May 14 2023, 10:12 PM
vishwin requested review of D40098: wasi: update libc to sdk-20 and modularise LLVM bits.
May 14 2023, 10:08 PM

May 7 2023

vishwin added a comment to D39886: x11-servers/xorg-server: add missing features for PRIME.

Also works with Intel/modesetting only on the PRIME-capable machine after updating libudev-devd. Still need to see about actually configuring PRIME on it, but that's a separate thread.

May 7 2023, 4:33 PM
vishwin added a comment to D39886: x11-servers/xorg-server: add missing features for PRIME.

Yeah I was indeed using a libudev-devd from a revision newer than 0.5.0 but not 0.5.1. The single Intel GPU machine, a Seeedstudio Odyssey, which has HDMI as its only video out, works after updating. Still need to test the other machine.

May 7 2023, 12:33 PM

May 6 2023

vishwin added a comment to D39886: x11-servers/xorg-server: add missing features for PRIME.

Even on Linux there were no files in xorg.conf.d (or xorg.conf for that matter) necessary for modesetting to work by default on an Intel GPU. Back when I ran Linux on the PRIME-capable machine, I had a very skeleton xorg.conf like so to enable PRIME offloading:

Section "Module"
        Load "modesetting"
EndSection
May 6 2023, 4:41 PM
vishwin added a comment to D39886: x11-servers/xorg-server: add missing features for PRIME.

Neither of these systems have xorg.conf, and should never have one if only using modesetting on the Intel GPU. Nothing in xorg.conf.d either. Shipping 20-intel.conf may be a good idea, but users should not be creating files for a default configuration that has worked for time.

May 6 2023, 4:27 PM
vishwin committed R9:ba1567988437: pgpkeys: replace my key (authored by vishwin).
pgpkeys: replace my key
May 6 2023, 12:38 AM

May 5 2023

vishwin added a comment to D39886: x11-servers/xorg-server: add missing features for PRIME.

Also fails on a system with only one GPU, an Intel integrated:

[    76.839]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    76.839] Current Operating System: FreeBSD lehman 14.0-CURRENT FreeBSD 14.0-CURRENT #4 main-n262658-b347c2284603: Sat Apr 29 09:15:44 EDT 2023     root@lehman:/usr/obj/usr/src/amd64.amd64/sys/ODYSSEY amd64
[    76.839]
[    76.839] Current version of pixman: 0.42.2
[    76.839]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    76.840] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    76.841] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May  5 18:03:36 2023
[    76.841] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[    76.842] (==) No Layout section.  Using the first Screen section.
[    76.842] (==) No screen section available. Using defaults.
[    76.842] (**) |-->Screen "Default Screen Section" (0)
[    76.842] (**) |   |-->Monitor "<default monitor>"
[    76.843] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    76.843] (==) Automatically adding devices
[    76.843] (==) Automatically enabling devices
[    76.844] (==) Automatically adding GPU devices
[    76.844] (==) Automatically binding GPU devices
[    76.844] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    76.844] (==) FontPath set to:
        /usr/local/share/fonts/misc/,
        /usr/local/share/fonts/TTF/,
        /usr/local/share/fonts/OTF/,
        /usr/local/share/fonts/Type1/,
        /usr/local/share/fonts/100dpi/,
        /usr/local/share/fonts/75dpi/,
        catalogue:/usr/local/etc/X11/fontpath.d
[    76.844] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[    76.844] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    76.844] (II) Module ABI versions:
[    76.844]    X.Org ANSI C Emulation: 0.4
[    76.844]    X.Org Video Driver: 25.2
[    76.844]    X.Org XInput driver : 24.4
[    76.845]    X.Org Server Extension : 10.0
[    76.856] (II) xfree86: Adding drm device (/dev/dri/card0)
[    76.856] (II) Platform probe for /dev/dri/card0
[    76.868] (--) PCI:*(0@0:2:0) 8086:3185:8086:2212 rev 3, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
[    76.868] (II) LoadModule: "glx"
[    76.869] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    76.872] (II) Module glx: vendor="X.Org Foundation"
[    76.872]    compiled for 1.21.1.8, module version = 1.0.0
[    76.872]    ABI class: X.Org Server Extension, version 10.0
[    76.872] (==) Matched intel as autoconfigured driver 0
[    76.872] (==) Matched modesetting as autoconfigured driver 1
[    76.872] (==) Matched scfb as autoconfigured driver 2
[    76.872] (==) Matched vesa as autoconfigured driver 3
[    76.872] (==) Assigned the driver to the xf86ConfigLayout
[    76.872] (II) LoadModule: "intel"
[    76.874] (WW) Warning, couldn't open module intel
[    76.874] (EE) Failed to load module "intel" (module does not exist, 0)
[    76.874] (II) LoadModule: "modesetting"
[    76.874] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[    76.876] (II) Module modesetting: vendor="X.Org Foundation"
[    76.876]    compiled for 1.21.1.8, module version = 1.21.1
[    76.876]    Module class: X.Org Video Driver
[    76.876]    ABI class: X.Org Video Driver, version 25.2
[    76.876] (II) LoadModule: "scfb"
[    76.877] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[    76.877] (II) Module scfb: vendor="X.Org Foundation"
[    76.877]    compiled for 1.21.1.8, module version = 0.0.5
[    76.877]    ABI class: X.Org Video Driver, version 25.2
[    76.877] (II) LoadModule: "vesa"
[    76.878] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[    76.878] (II) Module vesa: vendor="X.Org Foundation"
[    76.878]    compiled for 1.21.1.8, module version = 2.5.0
[    76.878]    Module class: X.Org Video Driver
[    76.878]    ABI class: X.Org Video Driver, version 25.2
[    76.879] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    76.879] (II) scfb: driver for wsdisplay framebuffer: scfb
[    76.879] (II) VESA: driver for VESA chipsets: vesa
[    76.879] (--) Using syscons driver with X support (version 2.0)
[    76.879] (--) using VT number 9
May 5 2023, 11:03 PM
vishwin added a comment to D39886: x11-servers/xorg-server: add missing features for PRIME.

This seems to break setups with an additional video card designed for but not yet configured for PRIME:

(EE) Fatal server error:
(EE) AddScreen/ScreenInit failed for gpu driver 0 -1

All without any xorg.conf.

May 5 2023, 10:24 PM

Apr 29 2023

vishwin accepted D39878: Mk/bsd.gcc.mk: Add GCC 14.
Apr 29 2023, 9:29 PM