non port: emulators/virtualbox-ose-legacy/Makefile |
SVNWeb
|
Number of commits found: 65 |
Mon, 7 Aug 2023
|
[ 16:34 Gleb Popov (arrowd) ] b1ecad5 (Only the first 10 of 201 ports in this commit are shown above. )
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
|
Wed, 19 Jul 2023
|
[ 10:12 Vladimir Druzenko (vvd) ] 537968d
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
|
Wed, 28 Jun 2023
|
[ 12:02 Vladimir Druzenko (vvd) ] 23eed6a
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
|
Tue, 6 Jun 2023
|
[ 10:03 Vladimir Druzenko (vvd) ] 8febe8b
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
|
Fri, 19 May 2023
|
[ 15:50 Vladimir Druzenko (vvd) ] a0ef589
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
|
Thu, 18 May 2023
|
[ 19:48 Vladimir Druzenko (vvd) ] 8b9f425
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
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Sat, 11 Feb 2023
|
[ 08:46 Jan Beich (jbeich) ] 17f6d79 (Only the first 10 of 43 ports in this commit are shown above. )
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by: portscout
|
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
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)
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Jul 2022
|
[ 17:51 Bernhard Froehlich (decke) ] 27d0337 (Only the first 10 of 19 ports in this commit are shown above. )
*/*: Release my babies from my "created by" comments
|
Mon, 4 Jul 2022
|
[ 19:35 Guido Falsi (madpilot) ] 848b162
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
|
Tue, 31 May 2022
|
[ 08:22 Guido Falsi (madpilot) ] fd49aa5
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++
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Wed, 9 Feb 2022
|
[ 14:24 Guido Falsi (madpilot) Author: Derek Schrock ] a60dcd7
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
|
[ 14:20 Guido Falsi (madpilot) ] 39f7031
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)
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: 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)
|
Sun, 17 Oct 2021
|
[ 09:32 Guido Falsi (madpilot) ] c43e12a
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
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Sat, 9 Oct 2021
|
[ 00:45 Jan Beich (jbeich) ] f16d8e5 (Only the first 10 of 41 ports in this commit are shown above. )
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology
|
Sat, 4 Sep 2021
|
[ 16:22 Guido Falsi (madpilot) Author: Tom Rushworth ] 95ac499
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
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Thu, 6 May 2021
|
[ 12:15 Mathieu Arnold (mat) ] 9b02685
*: Three ports missed in the RESTRICTED removal.
|
Fri, 30 Apr 2021
|
[ 11:11 Guido Falsi (madpilot) ] f8e2a64
emulators/virtualbox-ose-legacy: limit portscout reporting
The VirtualBox legacy ports track version 5.x, limit portscout
reporting accordingly.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 14 Mar 2021
|
[ 21:44 madpilot ]
Add patch to fix OSS audio to virtualbox-ose-legacy
PR: 237472
Submitted by: Martin Birgmeier <d8zNeCFG@aon.at>
|
Tue, 9 Mar 2021
|
[ 18:27 madpilot ] (Only the first 10 of 131 ports in this commit are shown above. )
- 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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 23 Jul 2014
|
[ 16:44 bapt ] (Only the first 10 of 55 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
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)
|
Thu, 20 Mar 2014
|
[ 18:15 jkim ]
Prefer USES=tar:bzip2.
|
Wed, 5 Mar 2014
|
[ 20:31 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.
|
Fri, 21 Feb 2014
|
[ 21:22 jkim ]
Fix build after re-appearance of converters/libiconv on 10+ (r341775).
Obtained from: svn.redports.org/virtualbox
PR: ports/186847
|
Thu, 16 Jan 2014
|
[ 16:45 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]
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Fri, 3 Jan 2014
|
[ 00:46 bapt ] (Only the first 10 of 65 ports in this commit are shown above. )
Part 1 at removing now useless FETCH_ARGS redifition
|
Tue, 17 Dec 2013
|
[ 21:44 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
|
Sat, 14 Dec 2013
|
[ 18:39 mva ]
- make lang/python an explicit dependency to get rid of the
implicit one
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
Fri, 13 Dec 2013
|
[ 11:17 decke ] (Only the first 10 of 45 ports in this commit are shown above. )
- 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.
|
Tue, 22 Oct 2013
|
[ 13:57 amdmi3 ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Fri, 6 Sep 2013
|
[ 15:06 madpilot ]
Fix build on head after iconv change.
Approved by: portmgr (bapt, implicit)
|
[ 08:37 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>
|
Tue, 3 Sep 2013
|
[ 10:23 bapt ] (Only the first 10 of 29 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- 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
|
Sun, 2 Jun 2013
|
[ 18:55 eadler ]
virtualbox-ose-* is incompatible with newer versions of python.
Approved by: decke
|
Fri, 26 Apr 2013
|
[ 12:35 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
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
|
Thu, 3 Jan 2013
|
[ 13:37 decke ] (Only the first 10 of 30 ports in this commit are shown above. )
- Update to 4.1.24
- Fix building with libxslt newer than 1.1.26
Obtained from: https://www.virtualbox.org/ticket/10940
|
Tue, 9 Oct 2012
|
[ 22:12 linimon ] (Only the first 10 of 95 ports in this commit are shown above. )
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.
|
Wed, 12 Sep 2012
|
[ 20:13 decke ]
- Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with: beat (for chruetertee mirrors)
|
Sat, 4 Aug 2012
|
[ 07:54 decke ]
- Add missing VNC IPv6 patch
- Convert to optionsng [1]
Submitted by: bapt [1]
|
Sun, 1 Jul 2012
|
[ 23:43 jgh ]
- revert previous commit, index breakage
PR: ports/169224
|
[ 23:08 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 )
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 9 Mar 2012
|
[ 21:57 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
|
Thu, 8 Mar 2012
|
[ 15:23 decke ]
- Update Guest Additions Mirrorsite
PR: ports/165597
Submitted by: Seiji Ariga <freebsd@khaotic.net>
|
[ 14:20 decke ]
- Remove empty line at end of file
Reported by: Alex Kozlov <ak@FreeBSD.org>
|
Mon, 5 Mar 2012
|
[ 22:08 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
|
Tue, 21 Feb 2012
|
[ 12:43 decke ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so
Obtained from: redports.org/~virtualbox/
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
Fri, 1 Jul 2011
|
[ 13:24 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]
|
Sun, 22 May 2011
|
[ 09:15 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]
|
[ 09:01 decke ] (Only the first 10 of 23 ports in this commit are shown above. )
Force commit to note the repocopy: emulators/virtualbox-ose to
emulators/virtualbox-ose-legacy and emulators/virtualbox-ose-kmod to
emulators/virtualbox-ose-kmod-legacy
PR: ports/156843
Repocopy by: marcus@
|
Number of commits found: 65 |