GhostBSD/xconfig 9d4fa14bin xconfig

Merge pull request #48 from ghostbsd/vbox-cleanup

Remove VirtualBox service automation from `setup_virtualbox`
DeltaFile
+0-8bin/xconfig
+0-81 files

GhostBSD/xconfig 198c353bin xconfig

Remove VirtualBox service automation from `setup_virtualbox`

- Removed calls to `enable_rc_conf` and `start_service_safe` for `vboxguest` and `vboxservice` within `setup_virtualbox`.

Not supported with Xlibre at this moment.
DeltaFile
+0-8bin/xconfig
+0-81 files

GhostBSD/ports 4227857x11-drivers Makefile, x11-drivers/xlibre-xf86-video-vbox Makefile distinfo

Merge pull request #113 from ghostbsd/xlibre-xf86-video-vbox

x11-drivers/xlibre-xf86-video-vbox: New port 25.0.0
DeltaFile
+20-0x11-drivers/xlibre-xf86-video-vbox/Makefile
+3-0x11-drivers/xlibre-xf86-video-vbox/distinfo
+2-0x11-drivers/xlibre-xf86-video-vbox/pkg-descr
+2-0x11-drivers/xlibre-xf86-video-vbox/pkg-plist
+1-0x11-drivers/Makefile
+28-05 files

GhostBSD/ports 23b7be7x11-drivers/xlibre-xf86-video-vbox Makefile

x11-drivers/xlibre-xf86-video-vbox: simplify CONFLICTS_INSTALL definition
DeltaFile
+1-5x11-drivers/xlibre-xf86-video-vbox/Makefile
+1-51 files

GhostBSD/ports 163079fx11-drivers Makefile, x11-drivers/xlibre-xf86-video-vbox Makefile distinfo

x11-drivers/xlibre-xf86-video-vbox: New port 25.0.0
DeltaFile
+24-0x11-drivers/xlibre-xf86-video-vbox/Makefile
+3-0x11-drivers/xlibre-xf86-video-vbox/distinfo
+2-0x11-drivers/xlibre-xf86-video-vbox/pkg-plist
+2-0x11-drivers/xlibre-xf86-video-vbox/pkg-descr
+1-0x11-drivers/Makefile
+32-05 files

GhostBSD/ghostbsd 8564d30libexec/rc/rc.d os-release

Update os-release to reflect new codename "Twenty-Six"
DeltaFile
+1-1libexec/rc/rc.d/os-release
+1-11 files

GhostBSD/ghostbsd dc806cclibexec/rc/rc.d os-release

Merge pull request #381 from ghostbsd/#211

Update os-release to reflect new codename "Twenty-Six"
DeltaFile
+1-1libexec/rc/rc.d/os-release
+1-11 files

GhostBSD/ghostbsd 7af5a1dlibexec/rc/rc.d os-release

Update os-release to reflect new codename "Twenty-Six"
DeltaFile
+1-1libexec/rc/rc.d/os-release
+1-11 files

GhostBSD/build 2896669packages drivers

Removed virtualbox-ose-additions from drivers package list. (#261)

DeltaFile
+0-1packages/drivers
+0-11 files

GhostBSD/build 4178e21packages drivers

Removed virtualbox-ose-additions from drivers package list.
DeltaFile
+0-1packages/drivers
+0-11 files

GhostBSD/build 35fda61packages mate mate_oem, packages/vital mate_oem

Removed `xconfig`, and `xorg-minimal` duplicate from package list (#260)

Also remove evolution. I will let users show their email software.
DeltaFile
+0-2packages/vital/mate_oem
+0-1packages/mate
+0-1packages/mate_oem
+0-1packages/xfce
+0-54 files

GhostBSD/build 84b09ecpackages mate mate_oem, packages/vital mate_oem

Removed `xconfig`, and `xorg-minimal` duplicate from package list

Also remove evolution. I will let users show their email software.
DeltaFile
+0-2packages/vital/mate_oem
+0-1packages/mate
+0-1packages/mate_oem
+0-1packages/xfce
+0-54 files

GhostBSD/build 8008c9a. build.sh, packages drivers common

Default GhostBSD to XLibre (#259)

* Update build and packages for xlibre transition

- Replace xorg-minimal with xlibre-minimal in common packages.
- Adjust build script for xlibre driver handling.
- Change xf86 input and video drivers to xlibre equivalents.

* Update vital packages and simplify version

- Replace `xorg-minimal` with `xlibre-minimal` in common packages.
- Simplify version setting logic in `build.sh`.
DeltaFile
+8-8packages/drivers
+2-4build.sh
+1-1packages/vital/common
+1-1packages/common
+12-144 files

GhostBSD/build 318194dcommon_config autologin.sh, desktop_config plasma.sh mate_oem.sh

Merge branch 'master' into xlibre
DeltaFile
+95-30desktop_config/plasma.sh
+3-14packages/vital/plasma
+1-14packages/plasma
+6-7common_config/autologin.sh
+2-2desktop_config/mate_oem.sh
+2-1packages/vital/mate
+109-684 files not shown
+114-6910 files

GhostBSD/build 2a591fadesktop_config plasma.sh, packages xfce

Added missing `gbi` to the XFCE package list. (#258)

* Added missing `gbi` to the XFCE package list.

* Fixed ShellCheck warning
DeltaFile
+10-6desktop_config/plasma.sh
+1-0packages/xfce
+11-62 files

GhostBSD/build 6bf8e65desktop_config plasma.sh

Fixed ShellCheck warning
DeltaFile
+10-6desktop_config/plasma.sh
+10-61 files

GhostBSD/build 5280773packages xfce

Added missing `gbi` to the XFCE package list.
DeltaFile
+1-0packages/xfce
+1-01 files

GhostBSD/networkmgr e2b3a3b. setup.py, src link-up.py auto-switch.py

Merge pull request #123 from ghostbsd/devd

Improve devd scripts and bump version to 6.8
DeltaFile
+17-39src/link-up.py
+21-23src/auto-switch.py
+12-14src/setup-nic.py
+4-4src/networkmgr.conf
+1-1setup.py
+55-815 files

GhostBSD/networkmgr 7289d2dsrc link-up.py

Add PIPE to subprocess.run in link-up.py for stdout capture

- Updated subprocess.run with `stdout=PIPE` for capturing output
- Removed unnecessary `close_fds` parameter (default True in Python 3)
DeltaFile
+2-2src/link-up.py
+2-21 files

GhostBSD/networkmgr ccd165b. setup.py, src link-up.py auto-switch.py

Improve devd scripts and bump version to 6.8

- Replace Popen with subprocess.run() for cleaner code and better resource handling across all devd scripts
- Use proper raw string prefix (r"") for regex patterns
- Remove deprecated close_fds parameter (default True in Python 3)
- Change devd priority from 100 to 5 for faster event handling

auto-switch.py:
- Create marker file /tmp/link-down-{nic} for coordination with link-up.py
- Replace os.system() calls with subprocess.run()

link-up.py:
- Simplify logic using marker file from auto-switch.py
- Remove complex /tmp/network-{nic} state tracking
- Use explicit service calls instead of shell command strings

setup-nic.py:
- Use sysrc command instead of manual rc.conf file writing
- Fix wlan configuration logic to check wlans_{nic} only once
- Use appropriate pccard_ether action (startchildren for WiFi, start forEthernet)
DeltaFile
+17-39src/link-up.py
+21-23src/auto-switch.py
+12-14src/setup-nic.py
+4-4src/networkmgr.conf
+1-1setup.py
+55-815 files

GhostBSD/ports ffd2c9bmail/thunderbird/files patch-libwebrtc-generated, multimedia/navidrome/files/packagejsons package-lock.json

Merge remote-tracking branch 'freebsd/main'
DeltaFile
+7,240-17,081www/firefox/files/patch-libwebrtc-generated
+7,240-17,081mail/thunderbird/files/patch-libwebrtc-generated
+7,240-17,081www/librewolf/files/patch-libwebrtc-generated
+15,936-0www/firefox-esr/files/patch-bug1962139-c27-ffmpeg8
+15,936-0www/waterfox/files/patch-bug1962139-c27-ffmpeg8
+11,718-0multimedia/navidrome/files/packagejsons/package-lock.json
+65,310-51,2439,795 files not shown
+210,380-202,6999,801 files

GhostBSD/ports 05881e7emulators/wine-devel Makefile

emulators/wine-devel: Streamline things a bit

Set BINARY_ALIAS and EXTRA_PATCHES using plain assignment (=) instead
of := since we do not have child ports any longer.

This forward ports most of commit 0535ec4919 for emulators/wine.
DeltaFile
+2-2emulators/wine-devel/Makefile
+2-21 files

GhostBSD/ports b54d81fx11/polybar Makefile, x11/polybar/files patch-cmake_libpoly.cmake

x11/polybar: Unbreak on FreeBSD 15+

Don't utilize libinotify module in upsteam's build framework on 15+

Approved by:    blanket (just fix it)
DeltaFile
+8-1x11/polybar/Makefile
+9-0x11/polybar/files/patch-cmake_libpoly.cmake
+17-12 files

GhostBSD/ports 8f0c591science/afni distinfo Makefile

science/afni: Update to 26.0.03
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

GhostBSD/ports f05d251astro/osmium-tool Makefile distinfo

astro/osmium-tool: Upgrade to v1.19.0

ChangeLog: https://github.com/osmcode/osmium-tool/blob/master/CHANGELOG.md

Added

 * Add integration tests for show command output formats.

Changed

 * Switch to C++17 as minimum requirement.
 * Use std::back_inserter instead of boost::function_output_iterator removing
   one dependency on Boost.
 * Various small fixes and code cleanups.

Fixed

 * Fix ID comparison in osmium merge to match osmium sort behavior.
 * Extract in "simple" mode: Check all nodes in a way for overlap with the

    [3 lines not shown]
DeltaFile
+5-6astro/osmium-tool/Makefile
+3-3astro/osmium-tool/distinfo
+8-92 files

GhostBSD/ports 2603e0adevel/nextpnr Makefile

devel/nextpnr: Update GUI from Qt5 to Qt6
DeltaFile
+3-3devel/nextpnr/Makefile
+3-31 files

GhostBSD/ports 85263a5textproc/py-jq distinfo Makefile

textproc/py-jq: update to 1.11.0

Changelog: https://github.com/mwilliamson/jq.py/compare/1.10.2...1.11.0
DeltaFile
+5-5textproc/py-jq/distinfo
+1-1textproc/py-jq/Makefile
+6-62 files

GhostBSD/ports 113a37bmisc/dotenv-linter Makefile

misc/dotenv-linter: unbreak on powerpc64*
DeltaFile
+0-3misc/dotenv-linter/Makefile
+0-31 files

GhostBSD/ports 355f49fgames/openclonk Makefile

games/openclank: unbreak on powerpc64

Also remove unnecessary powerpc64le fix.
DeltaFile
+0-3games/openclonk/Makefile
+0-31 files

GhostBSD/ports 90f8979devel/spr Makefile

devel/spr: unbreak on powerpc64le
DeltaFile
+0-2devel/spr/Makefile
+0-21 files