virtualbox-ose — Commit History
showing 163 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
5.2.44
87ffb19323
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}{,-legacy,-70,-71,-72}: Fix build with custom USERS/GROUPS not in UIDs/GIDs
Sponsored by: UNIS Labs MFH: 2026Q2 |
|
5.2.44
3862afae6a
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-70,-71,-72,-legacy}: Improve port (non-functional)
- Replace ${PREFIX}/share/applications with ${DESKTOPDIR}.
- Replace "*" with . in COPYTREE_SHARE.
|
|
5.2.44
4f2ef91eed
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Add support of "Unattended Installation of Guest OS" feature
Install files required by Unattended Installation of Guest OS feature. These files were already prepared during the ports' build, so just add them to the installation. Details about this feature are here: https://www.virtualbox.org/manual/topics/create-vm.html#tk_create-vm-unattended-install Reported by: xin3qu via IRC (#freebsd-vbox @ Libera.Chat) |
|
5.2.44
c22c337cf0
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Exclude from extract bundled binary files of kBuild
Thes is ~430-640 files, ~30-55MB total for different platforms. We are using devel/kBuild for build VirtualBox ports. devel/kBuild is a newer version than the one included in the VirtualBox tarballs. |
|
5.2.44
939d8775e7
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.16.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.2..v1.16.0 Reported by: Repology |
|
5.2.44
8a712f4016
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-legacy}: Limit python to 3.10-3.11
This is temporary workaround for build error:
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/libs/xpcom18a4/python/src/VariantUtils.cpp:197:7: error: use of undeclared identifier 'PyUnicode_GET_SIZE'; did you mean 'PyDict_GET_SIZE'?
if (PyUnicode_GET_SIZE(val_use) == 0) {
^~~~~~~~~~~~~~~~~~
PyDict_GET_SIZE
/usr/local/include/python3.12/cpython/dictobject.h:53:26: note: 'PyDict_GET_SIZE' declared here
static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/libs/xpcom18a4/python/src/VariantUtils.cpp:501:38: error: use of undeclared identifier 'PyUnicode_AS_UNICODE'
FILL_SIMPLE_POINTER( PRUnichar, *PyUnicode_AS_UNICODE(val_use) );
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/libs/xpcom18a4/python/src/VariantUtils.cpp:829:8: error: use of undeclared identifier 'PyUnicode_GetSize'
if (PyUnicode_GetSize(ob) == 0) {
^
Support for the python 3.12+ was added in the VirtualBox 7.0.
Maybe I'll partially port this in older VirtualBox ports later.
PR: 292189 285957
|
|
5.2.44
53fd1bc993
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-additions-legacy: Fix path to VBoxClient in VBoxClient-all script
PR: 254049 MFH: 2025Q4 |
|
5.2.44
89de71b8c7
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-additions*: Fix "vboxmanage guestproperty" on host does not show interface name for FreeBSD guest
Upstream issue: https://github.com/VirtualBox/virtualbox/issues/403 Upstream commit: https://github.com/VirtualBox/virtualbox/commit/3cf64726847e2483c9539ca51c88862a0f1c7414 PR: 291128 MFH: 2025Q4 |
|
5.2.44
0dad99d889
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-71,-72,-legacy}: Fix description in rc script
Fix description for option vboxinit_start_delay. MFH: 2025Q4 |
|
5.2.44
64fb50b01e
files touched
|
Max Brazhnikov (makc) |
*/*: Fix Qt and LXQt spelling
|
|
5.2.44
bf21746ce0
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Fix vboxvfs build on 16-CURRENT
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-6.1.50/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c:1271:9: error: use of undeclared identifier 'NULLVP'
1271 | *vpp = NULLVP;
| ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-6.1.50/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c:1281:3: error: call to undeclared function 'VREF'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
1281 | VREF(dvp);
| ^
Commits that broke the build:
https://cgit.freebsd.org/src/commit/sys/sys/vnode.h?id=7e4c451c12aeb26cc1179221b8230c491b17cf00
https://cgit.freebsd.org/src/commit/sys/sys/vnode.h?id=01c8e2e33df81b242d73a23de49a6b61f33c24c1
PR: 289992
Reported by: pkg-fallout
MFH: 2025Q4
|
|
5.2.44
40fa372043
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}{,-70,-71,-72,-legacy}: Fix build with ftp/curl 8.16.0
kBuild: Compiling VBoxRT - /wrkdirs/usr/ports/emulators/virtualbox-ose-72/work/VirtualBox-7.2.0/src/VBox/Runtime/generic/http-curl.cpp
/wrkdirs/usr/ports/emulators/virtualbox-ose-72/work/VirtualBox-7.2.0/src/VBox/Runtime/generic/http-curl.cpp:702:27: error: assigning to 'curl_proxytype' from incompatible type 'long'
702 | pThis->enmProxyType = CURLPROXY_HTTP;
| ^~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:791:35: note: expanded from macro 'CURLPROXY_HTTP'
791 | #define CURLPROXY_HTTP 0L /* added in 7.10, new in 7.19.4 default is
| ^~
Upstream bug report:
https://github.com/curl/curl/issues/18054#issuecomment-3354156324
PR: 289924
|
|
5.2.44
cec1e153ef
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-70,-71,-legacy}: Update CONFLICTS_INSTALL before committing new ports with VirtualBox 7.2.x
PR: 289019 |
|
5.2.44
3068854dd0
files touched
|
Baptiste Daroussin (bapt) |
libxml2: chase libxml soversion bump
|
|
5.2.44
5ab3be27e7
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Improve rc script
- Add sort VMs by name during auto start and reverse sort during stop - with this user can control the order in which VMs are started and stopped. - Increase default delay between start VMs from 0 to 1 second - useful when automatically starting more than "2-3" VMs. |
|
5.2.44
2314a49511
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-legacy}: Fix patch for build with libxml2 2.12.6+
Remove RT_NOTHROW_DEF: it is defined in VirtualBox itself, but was only introduced in version 7.0. PR: 287284 279958 Fixes: 17271d3143c9 (Fix build with libxml2 2.12.6+) |
|
5.2.44
17271d3143
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}{,-legacy}: Fix build with libxml2 2.12.6+
Patch ported from VirtualBox 7.x. PR: 279958 |
|
5.2.44
137787be31
files touched
|
Takahiro Kurosawa (takahiro.kurosawa) |
emulators/virtualbox-ose-additions{,-legacy}: Fix build on 15-CURRENT OSVERSION>=1500038
PR: 286718 MFH: 2025Q2 |
|
5.2.44
37964f0e32
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-legacy: Backported patch from emulators/virtualbox-ose improve VGA/SVGA emulation
While here sort options. MFH: 2025Q2 |
|
5.2.44
806da99dc2
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-70,-legacy}: Update CONFLICTS_INSTALL before committing new ports with VirtualBox 7.1.x
PR: 284439 |
|
5.2.44
3a151cd44b
files touched
|
Mark Johnston (markj) |
emulators/virtualbox-ose{,-70,-legacy}: Fix release memory on VM exit on 15-CURRENT
PR: 286507 MFH: 2025Q2 |
|
5.2.44
271cb6e766
files touched
|
Mark Johnston (markj) |
emulators/virtualbox-ose-kmod{,-70,-legacy}: Fix the build after FreeBSD kernel changes in 1500038
Update to chase removal of vm_page_next() PR: 286206 286193 286204 Tested by: Graham Perrin <grahamperrin@gmail.com> MFH: 2025Q2 |
|
5.2.44
64f3a6bf7e
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.15.1
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.0..v1.15.1 Reported by: portscout |
|
5.2.44
a347a92e6e
files touched
|
Gleb Popov (arrowd) |
*: Bump revisions after dbus update
PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> |
|
5.2.44
06a08e69f3
files touched
|
Charlie Li (vishwin) |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details. |
|
5.2.44
179f17fc36
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-legacy}: Update CONFLICTS_INSTALL and PORTSCOUT before commit new ports with VirtualBox 7.0.x
PR: 271146 |
|
5.2.44
d23dace6ec
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-legacy}: Merge patches and unify patch names for src/VBox/Devices/PC/ipxe/Makefile.kmk
|
|
5.2.44
eed93fcb3b
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}-legacy: Unbreak build with PYTHON option with python 3.10+
MFH: 2025Q1 |
|
5.2.44
a21fa3ec07
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}-legacy: Add SLAVE_PORT definition
MFH: 2025Q1 |
|
5.2.44
8d2e646b54
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}-legacy: Fix PYTHON in DEFAULT_OPTIONS, return clearing of ENV
MFH: 2025Q1 |
|
5.2.44
abe3df235e
files touched
|
takahiro.kurosawa (takahiro.kurosawa) |
emulators/virtualbox-ose{,-additions}{,-nox11}-legacy: Fix vboxvfs bugs
This commit fixes vboxvfs (shared foler) kernel module bugs: * fix open file leaks on creating files that causes file descriptor leaks on host; * fix halfway lookups. PR: 245865 MFH: 2025Q1 |
|
5.2.44
c9b6fc0d29
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions}-legacy: Unification of patches with ports emulators/virtualbox-ose{,-additions}
Replace REINPLACE_CMD in Makefiles with patches in files/*. PR: 272991 279257 MFH: 2025Q1 |
|
5.2.44
ed48632461
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}{,-legacy}: Fix listen VNC on TCP port on IPv6 address
Four new options are available: - "VNCAddress4" -> IPv4 address to use - "VNCPort4" -> IPv4 Port to use - "VNCAddress6" -> IPv6 address to use - "VNCPort6" -> IPv6 port to use "TCP/Ports" is used for backward compatibility as IPv4 and IPv6 ports if "VNCPort4" or "VNCPort6" is not defined. Detailed description is here: https://www.virtualbox.org/browser/vbox/trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp#L361 PR: 193778 |
|
5.2.44
b60f7eb223
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-kmod}-legacy: Fix MASTER_SITES
Fixes: b4a6bc8744f4 (Improve ports) |
|
5.2.44
b4a6bc8744
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Improve ports
* Replace PORTVERSION with DISTVERSION. * Fix CONFLICTS_INSTALL. * Fix PYTHON in DEFAULT_OPTIONS in emulators/virtualbox-ose. * Pet portclippy and portlint. * Formatting and etc. PR: 258159 |
|
5.2.44
3528379355
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-kmod-legacy: Fix build error since 1500027 (struct ifnet is now hidden)
Based on patch from wulf. PR: 282780 Tested by: groenveld@acm.org |
|
5.2.44
5505c50fcc
files touched
|
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
|
5.2.44
888cea7dee
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.15.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0 Reported by: Repology |
|
5.2.44
4485bd8221
files touched
|
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601 |
|
5.2.44
c64a29abe5
files touched
|
Mark Johnston (markj) |
emulators/virtualbox-ose-kmod-legacy: Catch up with FreeBSD KPI changes
After 1500021, kick_proc0() doesn't exist. PR: 280495 Approved by: vvd (maintainer) |
|
5.2.44
4b9b21dfcd
files touched
|
Igor Malyshev (bsd) |
emulators/virtualbox-ose{,-nox11}-legacy: fix USB passthrough fails with: Failed to create a proxy device for the USB device
Failed to create a proxy device for the USB device. (Error: VERR_INVALID_PARAMETER)
00:00:24.961804 usbProxyConstruct: Failed to open '/dev/ugen0.6', rc=VERR_INVALID_PARAMETER
00:00:24.961881 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Failed to create a proxy device for the USB device. (Error: VERR_INVALID_PARAMETER)}, preserve=false aResultDetail=-2
In commit https://cgit.freebsd.org/src/commit/?id=9b077d72bcc313baea2b9283afc7f568739eaadc
+#define USB_FS_XFER_MAX 126
- if (fs_ep_ptr == NULL || ep_index_max > 127)
+ if (fs_ep_ptr == NULL || ep_index_max > USB_FS_XFER_MAX)
To fix VirtualBox decrease USBFBSD_MAXENDPOINTS from 127 to 126:
-#define USBFBSD_MAXENDPOINTS 127
+#define USBFBSD_MAXENDPOINTS 126
PR: 270900
Tested by: groenveld@acm.org, russo@bogodyn.org
Approved by: with hat of vbox (maintainer)
MFH: 2024Q3
|
|
5.2.44
6c6dcbf4e4
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-legacy: fix build emulators/virtualbox-ose-additions{,-nox11}-legacy on main: error: unknown type name 'uma_zone_t'
In file included from /wrkdirs/usr/ports/emulators/virtualbox-ose-additions-legacy/work/VirtualBox-5.2.44/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_prov.c:42:
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions-legacy/work/VirtualBox-5.2.44/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h:242:2: error: unknown type name 'uma_zone_t'
242 | uma_zone_t sf_node_pool;
| ^
Reported by: pkg-fallout
MFH: 2024Q3
|
|
5.2.44
b9b090f62a
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}-legacy: add vboxinit start/stop script for VMs which is controlled from phpvirtualbox
Set the "Startup Mode" to "Automatic" for the virtual machine in phpvirtualbox to automatically start the virtual machine during OS boot. This script also stops virtual machines during reboot even if vboxinit_enable="YES" is not present in /etc/rc.conf. phpvirtualbox uses the "Web Service" (WEBSERVICE) to configure and manage virtual machines, so we install the script only when the WEBSERVICE option is enabled. PR: 280062 |
|
5.2.44
19d68720f1
files touched
|
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked. Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde Differential Revision: https://reviews.freebsd.org/D45141 |
|
5.2.44
c9de267a35
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11,-kmod,-additions,-additions-nox11}-legacy: fix build with llvm15+, fix run with PAE on i386
* Fix build with llvm15+ from ports and from base: - ISO C++17 does not allow 'register' storage class specifier; - require -fPIC on i386. * Fix load kernel modules on host and guest i386 if kernel compiled with PAE option: add non-default option PAE to ports. Based on patches from mi@. PR: 279257 224616 Approved by: vbox (maintainer, timeout 1 month and 6 years) |
|
5.2.44
f156eebebf
files touched
|
Muhammad Moinur Rahman (bofh) |
emulators/virtualbox-ose-legacy: Refactor DOCS
Although the documentation builds fine currently however the doc UserManual.pdf fails to build from the docbook with pdflatex from TeX 2024. So decouple the documentation file from the builds as an additional DISTFILE. As this version is no longer supported by upstream it is highly unlikely that the build of the documentation will be fixed by upstream. Or unless someone has enough enthusiasm to fix the build of the documentation once TeX 2024 hits the tree. Approved by: portmgr (blanket) Sponsored by: Nepustil |
|
5.2.44
589aaaeb09
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.14.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.13.1..v1.14.0 Reported by: portscout |
|
5.2.44
b1ecad53b0
files touched
|
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713 |
|
5.2.44
537968d0fd
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11}-legacy: fix PORTREVISION and option MANUAL => DOCS
1. Fix PORTREVISION in master port emulators/virtualbox-ose-legacy for slave port emulators/virtualbox-ose-nox11-legacy. 2. Rename in slave port emulators/virtualbox-ose-nox11-legacy MANUAL to DOCS - in master port was renamed in https://cgit.freebsd.org/ports/commit?id=a0ef5898beb4c6a73e9d94aaa452c0eb37cbb14c. 3. Bump emulators/virtualbox-ose-nox11-legacy. Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D41071 MFH: 2023Q3 |
|
5.2.44
23eed6a753
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-legacy}: sort out options
Sort out options: order (portlint), convert to OPTION_*. Add entry in "Troubleshooting" about "VERR_NO_MEMORY". Force devel/llvm15 for emulators/virtualbox-ose-legacy on recent 14 with llvm16 in base. PR: 200764 252227 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D40751 |
|
5.2.44
8febe8bdd5
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-legacy: build fails on FreeBSD 12.4, 13.1 and 13.2 (all supported releases)
llvm 13 and 14 included in FreeBSD fails to compile, force llvm 15 on all versions of the FreeBSD except lastest 13 and 14 where the llvm 15 is included. Keep possibility to define different llvm via VBOX_LLVM_VER in make.conf. PR: 265539 Reported by: freebsd@charles.lecklider.org Tested by: grahamperrin Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D40408 |
|
5.2.44
a0ef5898be
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose[-legacy]: rename option MANUAL to DOCS and make it enabled by default
PR: 266992 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D40118 |
|
5.2.44
8b9f42573e
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose[-legacy]: VM VirtualBox Manager: Help menu: unable to open external browser
While here sort out LOCALBASE, PREFIX, VBOX_DIR, VBOX_ETC PR: 266778 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D40119 |
|
5.2.44
8d3e020ed0
files touched
|
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
|
5.2.44
17f6d799d7
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0 Reported by: portscout |
|
5.2.44
e3a7ac3248
files touched
|
Li-Wen Hsu (lwhsu) |
emulators/virtualbox-ose-additions*: Fix patch and build (for non-legacy)
PR: 268603 Fixes: c35a71080172 emulators/virtualbox-ose: fix builds on CURRENT |
|
5.2.44
c35a710801
files touched
|
Mateusz Guzik (mjg) |
emulators/virtualbox-ose: fix builds on CURRENT
SAVENAME was retired by D36542 https://reviews.freebsd.org/D36542
Bug 267079 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267079
involves failures to build four ports, for VirtualBox guest additions,
on FreeBSD-CURRENT:
emulators/virtualbox-ose-additions
emulators/virtualbox-ose-additions-legacy
emulators/virtualbox-ose-additions-nox11
emulators/virtualbox-ose-additions-nox11-legacy
Fix bug 267079 for CURRENT 1400068 and greater by hiding the use of
SAVENAME in patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c
for:
emulators/virtualbox-ose
emulators/virtualbox-ose-legacy
PR: : 267079
Author: : mjg
Approved by: : ports-committers (lwhsu), khng
Differential revision: https://reviews.freebsd.org/D37074
|
|
5.2.44
721e5776c9
files touched
|
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex - USE_TEX=yes is the old way of writing USES=tex which has been removed and replaced in all ports - Almost all of the USE_TEX features remains unchanged - Some consumers had the same variables defined both in the mk infrastructure and also in the ports which have been removed from the ports as those are redundant. In case any of the consumers are failing to build please make sure that the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no longer load the required VARS for tex and related dependencies. Reviewed by: portmgr Approved by: portmgr (blanket) |
|
5.2.44
ddae4e92d8
files touched
|
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349 |
|
5.2.44
fb16dfecae
files touched
|
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner) |
|
5.2.44
b7f05445c0
files touched
|
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
5.2.44
b1d42f867c
files touched
|
John Baldwin (jhb) |
emulators/virtualbox-ose-additions-legacy: Remove devclass from DRIVER_MODULE on recent main.
Reviewed by: madpilot Differential Revision: https://reviews.freebsd.org/D35953 |
|
5.2.44
27d033713d
files touched
|
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments
|
|
5.2.44
848b1627ba
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-legacy: Mark BROKEN on 13.1
The legacy version of virtualbox fails on 13.1 with this error: error: ran out of registers during register allocation Mark as broken there too. Reported by: VVD (IRC user), diizzy |
|
5.2.44
fd49aa5fb8
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-legacy: Mark as BROKEN on recent head
Fails to build on recent FreeBSD 14 due to missing symbols errors in new libc++ |
|
5.2.44
bc6d5725ed
files touched
|
John Baldwin (jhb) |
emulators/virtualbox-ose-kmod*: Tie to a specific release branch.
Use a more restricted range of supported __FreeBSD_version values for the virtualbox kernel module since it uses internal KPIs for which KBI stability is not guaranteed. DECLARE_MODULE_TIED would tie the module to a specific __FreeBSD_version which would cause the module to stop loading when an SA or EN is pushed on a release branch. Instead, use DECLARE_MODULE_MAXVER with an upper bound that is limited to the range of a releng branch so that a module built on X.Y will load on X.Y with SAs or ENs applied but will fail to load on X.Y-1 or X.Y+1. Reviewed by: kevans, imp, madpilot, lwhsu (earlier version) Differential Revision: https://reviews.freebsd.org/D16119 |
|
5.2.44
d63665f7cd
files touched
|
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor) |
|
5.2.44
247c7db751
files touched
|
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
|
5.2.44
c3c1502372
files touched
|
Neel Chauhan (nc) |
emulators/virtualbox-ose-kmod-legacy: Fix kernel panic in DHCP bridge mode
PR: 262656 |
|
5.2.44
a60dcd7125
files touched
|
Derek Schrock (dereks) |
emulators/virtualbox-ose(-legacy): Take advantage of ccache
This patch teaches the virtualbox ports to take advantage of ccache if the ports are configured to use it. PR: 254616 |
|
5.2.44
39f7031c79
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-legacy: Fix build on head
The legacy version of virtualbox fails to build on head with clang > 11, so force using clang 11 there. PR: 254616 (suggested in) |
|
5.2.44
2db7c87638
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-additions(-legacy): Fix build on recent head
On recent head, after src commit 66c5fbca7719dc, the insmntque1(9) function arguments changed. Adapt virtualbox code, following what has been done in base with other filesystems migrating to insmntque(9). |
|
5.2.44
5933ac0b09
files touched
|
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket) |
|
5.2.44
352af02b38
files touched
|
Graham Perrin (grahamperrin) |
emulators/virtualbox-ose: Update description and message files
- Add updated information about supported versions, installation commands and mitigation for a known issue. - Removed reference to the wiki page. Reviewed on github: https://github.com/freebsd/freebsd-ports/pull/115 PR: 254412 |
|
5.2.44
c43e12a46f
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-additions-legacy: Import improvements from non legacy port
Import changes from commit 1b2394551c0385 to legacy port: In the virtualbox virtual filesystem code we ship as a patch some code in an else block is commented out. This produces a code path in which a pointer variable is dereferenced in an unassigned state, causing random crashes. Lacking a better fix, give a default value of NULL to the pointer, which at least avoids the random pointer dereference issue. PR: 255386 Alsso import fix for building on recent head from cec55f41e10f13: Fix build after head commit b4a58fbf640409a1 (vfs: remove cn_thread) MFH: 2021Q4 |
|
5.2.44
2c672a4de9
files touched
|
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency) |
|
5.2.44
f16d8e5635
files touched
|
Jan Beich (jbeich) |
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology |
|
5.2.44
95ac4999a8
files touched
|
Tom Rushworth (tbr) |
emulators/virtualbox-ose(-legacy): Make VirtualBox limit AIO requests
Import patch to teach VirtualBox to check availability of AIO resources before trying to allocate more. This prevents crashes when using AIO in VirtualBox. PR: 168298 |
|
5.2.44
4792c8e65e
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-legacy: Fix additions build on recent HEAD
Apply same fix used for the main port in commit ef04eff33cf626: Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt virtualbox code to be able to compile there too. Reported by: koobs, dim MFH: 2021Q2 |
|
5.2.44
da3162c7c9
files touched
|
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824 |
|
5.2.44
354344ce8a
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time
After src commit e266a0f7f001 a module is not allowed to call kern_kldload while being loaded. The virtualbox module is doing exactly this though. virutalbox used to do this because the ng_ether netgraph node did not provide version information in the past and there was no way to properly depend on it. ng_ether has gained versioning information in base r238844 more than ten years ago, so we can now unconditionally properly depend on it, since this revision is now included in all supported FreeBSD versions. Thanks to Tomoaki AOKI for identifying the base commuit exposing the issue. Backport fix to legacy port. WHile here also merge a double patch for the smae file. PR: 256505 MFH: 2021Q2 |
|
5.2.44
9b02685c9c
files touched
|
Mathieu Arnold (mat) |
*: Three ports missed in the RESTRICTED removal.
|
|
5.2.44
f8e2a64baa
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-legacy: limit portscout reporting
The VirtualBox legacy ports track version 5.x, limit portscout reporting accordingly. |
|
5.2.44
135fdeebb9
files touched
|
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords.
|
|
5.2.44
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
5.2.44
14c1b5a740
files touched
|
Guido Falsi (madpilot) |
Add patch to fix OSS audio to virtualbox-ose-legacy
PR: 237472 Submitted by: Martin Birgmeier <d8zNeCFG@aon.at> |
|
5.2.44
42d8425b62
files touched
|
Guido Falsi (madpilot) |
- Update VirtualBox OSE to 6.1.18 - Old VirtualBox OSE 5.2.44 preserved as "-legacy" versions of the ports (repocopied) - Add back extra patch removed in r528258, actually required to build DEBUG kmod - Correctly define WITH_DEBUG when enabling the DEBUG option, so binaries are not stripped
Please note that this new version supports only amd64 CPUs. If you need to use older hardware please install the legacy ports. Note that moving VM snapshots across major updates is unsupported, it's strongly suggested to properly shutdown VMs before upgrading, please check UPDATING for further details. This update is the result of work from many people, and thanks to all who gave feedback and tested things. Patch based on work from: Mario Lobo <lobo@bsd.com.br> and jkim. PR: 234878 Submitted by: kunda <chitty_cloud@me.com> Approved by: vbox (implicit) Reviewed by: decke Tested by: jwb, martin ilavsky <ilavsky.martin@gmail.com>, Mario Lobo <lobo@bsd.com.br> Relnotes: https://www.virtualbox.org/wiki/Changelog-6.1 Differential Revision: https://reviews.freebsd.org/D28871 |
|
4.2.22
efd0d5fc6e
files touched
|
John Marino (marino) |
Remove virtualbox-*-legacy due to lack of staging
The virtualbox-ose-kmod-legacy port is staged, but it has no purpose without the unstaged virtualbox-ose-legacy port, so both ports have been removed at the same time. |
|
4.2.22
64620e9118
files touched
|
Baptiste Daroussin (bapt) |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
|
4.2.22
76c7f8fbe6
files touched
|
Jimmy Olgeni (olgeni) |
Remove indefinite articles and trailing periods from COMMENT, plus minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196 Approved by: portmgr (bapt) |
|
4.2.22
1547d9424d
files touched
|
Jung-uk Kim (jkim) |
Remove unused patches.
|
|
4.2.22
aca4e4135f
files touched
|
Jung-uk Kim (jkim) |
Prefer USES=tar:bzip2.
|
|
4.2.22
0806784e42
files touched
|
Jung-uk Kim (jkim) |
- Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. It has not been used for very long time. - Remove devel/yasm from BUILD_DEPENDS for kernel module. It is actually unnecessary for building kmod.
|
|
4.2.22
ed324c72dd
files touched
|
Jung-uk Kim (jkim) |
Fix build after re-appearance of converters/libiconv on 10+ (r341775).
Obtained from: svn.redports.org/virtualbox PR: ports/186847 |
|
4.2.22
4e32fe4224
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.2.22 - Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes - Add patch to fix building with new gsoap [1] - Add direct dependency on qt4-opengl [2]
PR: ports/185579 [2] Security: CVE-2013-5892 Submitted by: Jung-uk Kim <jkim@FreeBSD.org> [1] Jimmy Olgeni <olgeni@FreeBSD.org> [2] |
|
4.2.20
50f8eaece1
files touched
|
Rene Ladan (rene) |
Python cleanup: - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
|
|
4.2.20
c0d7b638ed
files touched
|
Baptiste Daroussin (bapt) |
Part 1 at removing now useless FETCH_ARGS redifition
|
|
4.2.20
1c4dea8571
files touched
|
Bernhard Froehlich (decke) |
- Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries.
This fixes the remaining compat9x problems because the virtualbox buildsystem did remove our RPATH on some binaries if hardening is enabled. The hardening is a collection of additional safety checks for all virtualbox suid binaries and is always enabled. Reported by: many FreeBSD 10 users |
|
4.2.20
4f9158aa44
files touched
|
Marcus von Appen (mva) |
- make lang/python an explicit dependency to get rid of the implicit one
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) |
|
4.2.20
a60eaff53f
files touched
|
Bernhard Froehlich (decke) |
- Update to virtualbox-ose 4.2.20_1 - This update pulls in many changes from the port and brings better support for FreeBSD 10 and GCC from ports. I am doing that in preparation of the upcoming VirtualBox 4.3 update that should land soon.
|
|
4.1.24
a2105d9f79
files touched
|
Dmitry Marakasov (amdmi3) |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
|
4.1.24
1089da7dcc
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
|
|
4.1.24
b57701ad36
files touched
|
Guido Falsi (madpilot) |
Fix build on head after iconv change.
Approved by: portmgr (bapt, implicit) |
|
4.1.24
8e7abd2285
files touched
|
Bernhard Froehlich (decke) |
Add explicit iconv dependency. The port requires variable ICONV_LIB defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree.
PR: ports/181854 Submitted by: Dave Hayes <dave@jetcafe.org> |
|
4.1.24
c7d6ee97c1
files touched
|
Baptiste Daroussin (bapt) |
Add an explicit dependency on pkgconf
|
|
4.1.24
c2d1a14c7c
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
- Update to 7.31.0 - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi |
|
4.1.24
f26b61f2f7
files touched
|
Eitan Adler (eadler) |
virtualbox-ose-* is incompatible with newer versions of python.
Approved by: decke |
|
4.1.24
dba80fffe4
files touched
|
Baptiste Daroussin (bapt) |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext |
|
4.1.24
c99eac3bb8
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.24 - Fix building with libxslt newer than 1.1.26
Obtained from: https://www.virtualbox.org/ticket/10940 |
|
4.0.16
a8693b8dee
files touched
|
Mark Linimon (linimon) |
Force numerous ports that fail to build with clang over to instead always rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. |
|
4.0.16
77ec5cb4ec
files touched
|
Bernhard Froehlich (decke) |
- Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with: beat (for chruetertee mirrors) |
|
4.0.16
9eaf125b04
files touched
|
Bernhard Froehlich (decke) |
- Add missing VNC IPv6 patch - Convert to optionsng [1]
Submitted by: bapt [1] |
|
4.0.16
cc3bc4ae35
files touched
|
Jason Helfman (jgh) |
- revert previous commit, index breakage
PR: ports/169224 |
|
4.0.16
0939ea8d31
files touched
|
Jason Helfman (jgh) |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced - pet portlint on placement of LICENSE
PR: ports/169224 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) |
|
4.0.16
9c2f65e395
files touched
|
Martin Wilke (miwi) |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
|
4.0.16
2b74a89bc8
files touched
|
Dirk Meyer (dinoex) |
- update png to 1.5.10
|
|
4.0.16
42f86b65d6
files touched
|
Bernhard Froehlich (decke) |
- Unbreak by disabling broken VMM testcase. It seems to be an incompatibility with recently updated yasm.
Submitted by: pointyhat (via pav) Feature safe: yes |
|
4.0.16
b182df0087
files touched
|
Bernhard Froehlich (decke) |
- Update Guest Additions Mirrorsite
PR: ports/165597 Submitted by: Seiji Ariga <freebsd@khaotic.net> |
|
4.0.16
207d706608
files touched
|
Bernhard Froehlich (decke) |
- Remove empty line at end of file
Reported by: Alex Kozlov <ak@FreeBSD.org> |
|
4.0.16
46f4d8752d
files touched
|
Pav Lucistnik (pav) |
- Mark BROKEN on amd64: fails to compile kmk: *** [/work/a/ports/emulators/virtualbox-ose-legacy/work/VirtualBox-4.0.16_OSE/out/freebsd.amd64/release/obj/VMM/tstAsmStructsAsm.mac] Error 1 kmk: *** Deleting file
Reported by: pointyhat |
|
4.0.16
f3865a976c
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.0.16 - Fix lib32 checks to use /usr/lib32/libc.so
Obtained from: redports.org/~virtualbox/ |
|
3.2.12
fbd0197639
files touched
|
Marcus von Appen (mva) |
- Update devel/sdl12 to 1.2.15 - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
|
3.2.12
83eb2c3700
files touched
|
Doug Barton (dougb) |
In the rc.d scripts, change assignments to rcvar to use the literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. |
|
3.2.12
7265cde226
files touched
|
Bernhard Froehlich (decke) |
- Fix build on 9-CURRENT with latest CAM changes [1] - Add stop command and delay parameter to vboxheadless rc script [2] - Bump PORTREVISION
Submitted by: Jung-uk Kim <jkim@FreeBSD.org> [1], Franco Ricci <franco.ricci@phys.uniroma1.it> [2] |
|
3.2.12
6fe0379a7b
files touched
|
Bernhard Froehlich (decke) |
- Introduce -legacy ports - Add vboxheadless startscript [1] - Add vboxwebsrv startscript [2] - Change CONFLICTS to CONFLICTS_INSTALL [3] - Remove stale mirror - Bump PORTREVISION
PR: ports/156699 (based on) [3] Submitted by: Stefan Tollkuehn <stefan.tollkuehn@editura.de>, [1][2] Raul Gigea <raul.gigea@editura.de>, [1] Tobias Oberstein <tobias.oberstein@tavendo.de>, [1] Emil <the_mix_room@hotmail.com> [3] Thanks to: dougb@, [1][2] Cr4zi3/EFNet, [2] crsd [2] |
|
3.2.12
15de8793d4
files touched
|
Baptiste Daroussin (bapt) |
Fix building with LOCALBASE != PREFIX
|
|
3.2.12
b454a3ee69
files touched
|
Bernhard Froehlich (decke) |
- Enable createrawvmdk -relative under FreeBSD - Bump PORTREVISION
PR: ports/155236 Submitted by: Dmitry Pryanishnikov <lynx.ripe@gmail.com> |
|
3.2.12
263516082f
files touched
|
Bernhard Froehlich (decke) |
- Fix build when compiling remotely and DISPLAY is set
PR: ports/153557 Submitted by: Julian Stacey <jhs at berklix dot com>, Anonymous <swell dot k at gmail dot com> Feature safe: yes |
|
3.2.12
88e2a9fd48
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.12 - Remove check for FreeBSD 6.x - Drop MD5 checksums
|
|
3.2.10
6121c39e60
files touched
|
Beat Gaetzi (beat) |
- Fix build after MFC of ACPICA 20101013
PR: ports/152710 Submitted by: Grzegorz Blach <magik AT roorback.net> |
|
3.2.10
c373ba2d53
files touched
|
Beat Gaetzi (beat) |
- Install EFI firmware - Bump PORTREVISION
PR: ports/152617 Submitted by: well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net> |
|
3.2.10
b044a8117b
files touched
|
Pav Lucistnik (pav) |
- Correct the instructions for ldconfig rescan on amd64 systems
PR: ports/149286 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (vbox@; 4 months) |
|
3.2.10
bb7792598c
files touched
|
Bernhard Froehlich (decke) |
- Add workaround for regression in acpica 20101015 [1] - Remove old patches not needed for newer VirtualBox versions anymore - Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2] - Bump PORTREVISION
PR: ports/144959 [2] Submitted by: Alexander Eichner [2], Anthony Jenkins <ajenkins at vtilt dot com> [2] Reported by: Michael Butler <imb at protected-networks dot net> [1], DomiX (irc on freenode) [2], Monty Hall <kungfu_disciple at sbcglobal dot net> [2], many others [2] |
|
3.2.10
186d341c11
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.10
|
|
3.2.8
b303c25df2
files touched
|
Bernhard Froehlich (decke) |
- Add 2D acceleration support for Windows Guests - Bump PORTREVISION
Submitted by: scf Approved by: beat (co-mentor) |
|
3.2.8
7cca3f6501
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.8
|
|
3.2.6
12b2fc2212
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.6 - Fix build on recent CURRENT - Don't abort if there is no default route interface while loading the network interfaces otherwise virtualbox can't find host-only interfaces. [1]
Feature safe: yes PR: ports/144305 [1] Reported by: Wietse Venema <wietse AT porcupine.org> [1] Submitted by: mtm@ [1] |
|
3.2.4
e3ffc46a02
files touched
|
Bernhard Froehlich (decke) |
- Update to 3.2.4 - Replace virtualbox.desktop with the one from the FreeBSD installer, chase rebranding and remove DocPath because we don't install the user manual. [1] - Fix icon location
Reported by: Mike Harding <mvh AT ix.netcom.com>, avg@, Warren Block <wblock AT wonkity.com> [1] Approved by: beat (co-mentor) |
|
3.2.2
804cd7e393
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.2 - Update guest additions to 3.2.2. - Add option to build with VNC support (Disabled by default) - Add option to build with VDE support (Disabled by default) [1] - Add option to build webservice (Disabled by default) [2] - Fix build with QT4 support disabled and X11 support enabled. [3] - Fix build with X11 support disabled. [4] - Replace custom pkg-install.in script with GROUPS framework. - Do not build Guest Additions in virtualbox-ose port. - Implement locking/unlocking of host DVD drive. [5] - Add LICENSE and LICENSE_FILE.
PR: ports/146752 [5] Submitted by: mtm@ [5] Requested by: Mario Lobo <lobo AT bsd.com.br> [1], Hubert Tournier <hubert AT frbsd.org> [2] Reported by: Emil Mikulic <emil AT dmr.ath.cx> [3], mm@ [4] Many thanks to the VirtualBox developers (especially Alexander Eichner for all his work and help), all tester and patch submitter and the whole vbox@ team especially decke@. |
|
3.1.8
0c481dd448
files touched
|
Beat Gaetzi (beat) |
- Fix build on CURRENT wit ACPICA 20100428.
Reported by: Michael Butler <imb AT protected-networks.net> Submitted by: jkim@ Reminded by: sylvio@, daichi@, rnoland@ |
|
3.1.8
19324dd072
files touched
|
Beat Gaetzi (beat) |
- Update to 3.1.8
|
|
3.1.6
ea1cd8839e
files touched
|
Beat Gaetzi (beat) |
- Fix VBoxManage after recent png update - Bump PORTREVISION
PR: ports/145457 Submitted by: Daisuke Aoyama <aoyama AT peach.ne.jp> on freebsd-emulation@ Tested by: Stacy Millions <stacy AT Millions.Ca>, Regis A. Despres <regis.despres AT businessinteractif.fr> |
|
3.1.6
29863648e3
files touched
|
Peter Pentchev (roam) |
Chase the ftp/curl shlib version bump.
|
|
3.1.6
de78af3ac5
files touched
|
Dirk Meyer (dinoex) |
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
|
|
3.1.6
afdffe57e9
files touched
|
Beat Gaetzi (beat) |
- Update to 3.1.6 - Fix ioctl warnings in /var/log/messages [1] - Fix build with QT4 support disabled [2]
Obtained from: http://www.virtualbox.org/changeset/25953 [1] Reported by: William DiNoia <william.dinoia AT gmail.com> [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.1.4
2a547baa1b
files touched
|
Martin Wilke (miwi) |
Presenting VirtualBox 3.1.4 for FreeBSD
Changelog from VirtualBox is available here:
http://www.virtualbox.org/wiki/Changelog
Changes in the port:
- VirtualBox and Guest Additions iso updated to 3.1.4
- Add UNIQUENAME to fix options file clashes between the virtualbox ports [0]
- Fixed vtophys problems on CURRENT and STABLE kernes newer than
January 23th [1]
- Fixed page double wiring issue in rtR0MemObjNativeAllocPage [2]
PR: ports/143361 [0]
Submitted by: Martin Birgmeier <martin.birgmeier AT aon.at> [0]
Alexander Eichner <Alexander.Eichner AT Sun.COM> [1]
Thanks To: All testers on emulation@ and current@ [1]
Giovanni Trematerra <giovanni.trematerra AT gmail.com> [1]
Ian Freislich <ianf AT clue.co.za> [1]
Reported by: Alan Cox <alc AT cs dot rice dot edu> [2]
|
|
3.1.2
fa348b7ce8
files touched
|
Beat Gaetzi (beat) |
- Add CONFLICT with virtualbox-ose-additions. - Re-apply fix for ports/140171: Disable testcases to fix possible breakage with non default options set. [1] - Removed inclusion of utmp.h to fix build on recent CURRENT. [2] - Bump PORTREVISION.
PR: ports/142855 [2] Reported by: Lanny Baron <lbaron AT servaris.com> [1] Submitted by: YAMAMOTO Shigeru <shigeru AT iij.ad.jp> [2], ed@ [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.1.2
078a314586
files touched
|
Beat Gaetzi (beat) |
emulators/virtualbox: - Remove emulators/virtualbox port. Renamed to emulators/virtualbox-ose and seperate port for the kernel modules created: emulators/virtualbox-ose-kmod.
emulators/virtualbox-ose: - Update to 3.1.2 - Update guest additions to 3.1.2 - Port has been renamed to virtualbox-ose to reflect that we are using the OSE version. [1] - Added proper PulseAudio support for FreeBSD [2] - procfs is not required anymore because vbox uses sysctl(3) now [3] - Update pkg-message to reflect recent changes - Add nox's FreeBSD host networking patches that are now also in the upstream vbox svn (modulo vbox variable naming style adjustments:) http://lists.freebsd.org/pipermail/freebsd-emulation/2010-January/007260.html http://www.virtualbox.org/changeset/25698 1. Allow direct tap networking again (for users that need the best network performance and/or need more complex network setups, like when they want to use routing instead of bridging to e.g. protect from guests messing with the lan's arp tables; a tap + routing + proxy arp example is in the above freebsd-emulation posting.) 2. Enable vbox' shared mac feature when using bridged mode on a wifi interface, together with the virtualbox-ose-kmod change this should fix bridged mode for wifi users. [4] emulators/virtualbox-ose-kmod: - Update to 3.1.2 - Add rc.d script to load kernel modules - Fix build with a non-standard location for the system source [5] - Merge aeichner's vboxnetflt fix committed to upstream vbox svn (thanks!) that makes the shared mac feature enabled above actually work on FreeBSD hosts. [6] Please see http://wiki.freebsd.org/VirtualBox for update instructions. Many thanks to the VirtualBox developers, all tester, patch submitter and the whole vbox@ team. PR: ports/141630 [2] Noticed by: mm@ [1] Submitted by: Noriyoshi Kawano <bowie AT nrik.jp> [2], Baptiste Daroussin <baptiste.daroussin AT gmail.com> [3] and Bernhard Froehlich <decke AT bluelife.at> [3], nox@ [4], scf@ [5] Obtained from: http://www.virtualbox.org/changeset/25699 [6] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.0.51r22902
5909b90a90
files touched
|
Beat Gaetzi (beat) |
- Fix loading of vboxnetadp.ko kernel module without loading vboxnetflt.ko kernel module first. - Bump PORTREVISION.
PR: ports/141013 Reported / tested by: Scot Hetzel <swhetzel AT gmail.com> Submitted by: Fredrik Lindberg <fli AT shapeshifter.se> |
|
3.0.51r22902
d262fe63c6
files touched
|
Beat Gaetzi (beat) |
- Disable testcases to fix possible build breakage with non default options set
PR: ports/140171 Submitted by: Hubert Tournier <hubert AT tournier.org> Reported by: Stanislav Dulis <stasd AT xnx.ru> (via private mail) |
|
3.0.51r22902
f9297d2f2b
files touched
|
Beat Gaetzi (beat) |
- Fix build if OpenSSL is installed from ports. [1] - Some options require other ones. Add check for them. [2]
PR: ports/139391 [1] Submitted by: "Y.A." <nexther0 AT gmail.com> [1] Tested by: Yuri Gorchakov <yuri.gorchakov AT point-group.ru> [1] Reported by: Maxim <maksims.k AT gmail.com> [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.0.51r22902
cb02e7670e
files touched
|
Beat Gaetzi (beat) |
- Fix build with custom LOCALBASE
Reported by: QATty Submitted by: Bernhard Froehlich <decke AT bluelife.at> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.0.51r22902
bee38bb86a
files touched
|
Martin Wilke (miwi) |
- Fix privilege escalation - Bump PORTREVISION
Security: http://www.vuxml.org/freebsd/ebeed063-b328-11de-b6a5-0030843d3802.html On behalf of: vbox@ (decke, dhn, itetcu, beat, nox) |
|
3.0.51r22902
89cfd3dec6
files touched
|
Juergen Lock (nox) |
Fix build on 7/amd64.
Approved by: vbox@ (miwi, beat) Feature safe: yes |
|
3.0.51r22902
972faa0f83
files touched
|
Beat Gaetzi (beat) |
- Improve error message if /usr/lib32 is not installed on amd64. [1] - Fix pkg-plist. Additions directory is only created with WITH_GUESTADDITIONS option. [2] - Add patch to fix panic with vboxnet driver. [3] - Bump PORTREVISION.
PR: ports/138935 [1] (based on) Reported by: scf@ [3] Submitted by: Julian H. Stacey <jhs AT berklix.com> [1], Bernhard Froehlich <decke AT bluelife.at> [2], Fredrik Lindberg <fli AT shapeshifter.se> [3] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Feature safe: yes |
|
3.0.51r22902
88d95ab6f9
files touched
|
Martin Wilke (miwi) |
- Update to 3.0.51r22902. This version enables host serial support and support for bridged and hostonly networking contributed by Fredrik Lindberg <fli AT shapeshifter.se>. - Install GuestAdditions in designated directory. [1] - Install NLS files in designated directory. - Add workaround for directory permission problem.
Reported by: Jonathan Chen <jonc AT chen.org.nz> [1] On behalf of: vbox@ (decke, dhn, beat, nox) |
|
3.0.51r22683
6bd419c4d0
files touched
|
Beat Gaetzi (beat) |
- Update to 3.0.51r22683. This version adds support for tap interface networking done by nox@, working VT-x, ACPI and Host DVD/CD access support and several FreeBSD related bugfixes. - Update Guest Additions to 3.0.6. - Respect CC and CXX variables. [1] - Add support for WITHOUT_X11 build. [2] - Fix pkg-plist for WITHOUT_NLS. [2] - Use LocalConfig.kmk to simplify configuration. [2] - Install vboxapi module and fix xpcom.vboxxpcom python api. [2]
PR: ports/138063 [1] Submitted by: Anonymous <swell dot k at gmail dot com> [1], Bernhard Froehlich <decke AT bluelife.at> [2] On behalf of: vbox@ (decke, dhn, miwi, nox) |
|
3.0.51r22226
d75f09543a
files touched
|
Beat Gaetzi (beat) |
- Update to 3.0.51r22226 - Update Guest Additions to 3.0.4 - Add wiki page link to pkg-message - Add missing libxslt dependency [1] - Add NLS support [2] - Installing C and Python bindings [3] - Add patch to pass a physical disk to vbox [4]
Submitted by: Guido Falsi <mad AT madpilot.net> [1], nork [2], Bernhard Froehlich <decke AT bluelife.at> [3], nox [4] Thanks to: All testers and patch submitters their patch already included upstream On behalf of: vbox@ (decke, dhn, miwi, nox) |
|
2.2.51.r20457
1b7af2702d
files touched
|
Beat Gaetzi (beat) |
- Add GID and UID for emulators/virtualbox. - Change virtualbox GID in port Makefile due to a conflict with databases/couchdb and add UPDATING note. - Bump PORTREVISION.
Reported by: Mike Harding <mvh AT ix.netcom.com> |
|
2.2.51.r20457
b7565cd7ca
files touched
|
Juergen Lock (nox) |
- Fix plist - Bump PORTREVISION
Submitted by: miwi |
|
2.2.51.r20457
d922455054
files touched
|
Juergen Lock (nox) |
- Actually install VBoxTestOGL (it was built, just not installed...) - Fix libGL.so.1 search so it isn't expected in / - Fix packaging for vboxdrv.ko - Bump PORTREVISION
Approved by: vbox@ (miwi) |
|
2.2.51.r20457
9c6ebea530
files touched
|
Martin Wilke (miwi) |
- Restore VBoxGuestAdditions
|
|
2.2.51.r20457
afbf09cc33
files touched
|
Martin Wilke (miwi) |
VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License.
WWW: http://www.virtualbox.org/ Note: Please READ pkg-messages carefully, also please take a look in the Wiki page (http://wiki.freebsd.org/VirtualBox) Thanks to: thank you to everyone who helped make this possible. |