notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: emulators/virtualbox-ose-kmod/Makefile

Number of commits found: 151 (showing only 100 on this page)

1 | 2  »  

Friday, 19 Jan 2024
15:24 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose{,-kmod,-additions}: update to 6.1.50

Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v50

PR:			276437
Approved by:		arrowd (mentor), olce
Differential Revision:	https://reviews.freebsd.org/D43510
MFH:			2024Q1
commit hash: 9e318d649a9b1eb79f8b7a97b5436974d7e426f9 commit hash: 9e318d649a9b1eb79f8b7a97b5436974d7e426f9 commit hash: 9e318d649a9b1eb79f8b7a97b5436974d7e426f9 commit hash: 9e318d649a9b1eb79f8b7a97b5436974d7e426f9 9e318d6
Sunday, 22 Oct 2023
10:18 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose{,-kmod,-additions}: update to 6.1.48

Based on patch from Sergey V. Dyatko <sergey.dyatko@gmail.com>.
Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v48

PR:			274555
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D42322
MFH:			2023Q4
commit hash: ae6b467526ab9fe639b577e0bd5cd9e151427932 commit hash: ae6b467526ab9fe639b577e0bd5cd9e151427932 commit hash: ae6b467526ab9fe639b577e0bd5cd9e151427932 commit hash: ae6b467526ab9fe639b577e0bd5cd9e151427932 ae6b467
Thursday, 20 Jul 2023
13:53 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose{,-nox11,-kmod,-additions,-additions-nox11}: update to
6.1.46

Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v46
Also fixed PORTREVISION in master/slave ports.

PR:			272572
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D41110
MFH:			2023Q3
commit hash: 5dd9c30f7dcbeaa352132553cd86e4171d89f2ed commit hash: 5dd9c30f7dcbeaa352132553cd86e4171d89f2ed commit hash: 5dd9c30f7dcbeaa352132553cd86e4171d89f2ed commit hash: 5dd9c30f7dcbeaa352132553cd86e4171d89f2ed 5dd9c30
Monday, 15 May 2023
17:46 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose{-*}: Update to 6.1.44

Changes:		https://www.virtualbox.org/wiki/Changelog-6.1#v44
Author:			lwhsu@FreeBSD.org
Note:			BROKEN on 14

PR:			266907
Reported by:		Ian Dickens <ian@south-border.com>
Approved by:		arrowd (mentor), joneum (ports-secteam)
Differential Revision:	https://reviews.freebsd.org/D40088
commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd 1d37fcd
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 21 Jul 2022
08:59 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose: Update to 6.1.36

Changelog: https://www.virtualbox.org/wiki/Changelog

PR:		265351
commit hash: 99d29ee89f6962d13422b337386219898f3a090e commit hash: 99d29ee89f6962d13422b337386219898f3a090e commit hash: 99d29ee89f6962d13422b337386219898f3a090e commit hash: 99d29ee89f6962d13422b337386219898f3a090e 99d29ee
Tuesday, 5 Jul 2022
17:51 Bernhard Froehlich (decke) search for other commits by this committer
*/*: Release my babies from my "created by" comments
commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f 27d0337
Tuesday, 10 May 2022
20:48 John Baldwin (jhb) search for other commits by this committer
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
commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 bc6d572
Thursday, 21 Apr 2022
20:55 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose*: Update to 6.1.34

PR:		263439
commit hash: 4017132e11c08c28fe9a2a2fcad418b24726ee93 commit hash: 4017132e11c08c28fe9a2a2fcad418b24726ee93 commit hash: 4017132e11c08c28fe9a2a2fcad418b24726ee93 commit hash: 4017132e11c08c28fe9a2a2fcad418b24726ee93 4017132
Saturday, 19 Mar 2022
19:19 Neel Chauhan (nc) search for other commits by this committer
emulators/virtualbox-ose-kmod: Fix kernel panic in DHCP bridge mode

PR:		262656
Approved by:	madpilot
commit hash: b1d24b891bbadf165edf477b98d61d407144208c commit hash: b1d24b891bbadf165edf477b98d61d407144208c commit hash: b1d24b891bbadf165edf477b98d61d407144208c commit hash: b1d24b891bbadf165edf477b98d61d407144208c b1d24b8
Thursday, 20 Jan 2022
15:44 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose*: Update to 6.1.32

Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v32
commit hash: 6348afa6983147beb3d46f9afdd72c9fbc46ca49 commit hash: 6348afa6983147beb3d46f9afdd72c9fbc46ca49 commit hash: 6348afa6983147beb3d46f9afdd72c9fbc46ca49 commit hash: 6348afa6983147beb3d46f9afdd72c9fbc46ca49 6348afa6
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

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)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Tuesday, 23 Nov 2021
20:31 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose: Update to 6.1.30
commit hash: 28c743aa5d7271c01593f8361ff812412af092c0 commit hash: 28c743aa5d7271c01593f8361ff812412af092c0 commit hash: 28c743aa5d7271c01593f8361ff812412af092c0 commit hash: 28c743aa5d7271c01593f8361ff812412af092c0 28c743a
Monday, 25 Oct 2021
10:57 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose*: Fix mistake in patch

In the commit to update virtualbox-ose to 6.1.28 I made a one line
mistake when reapplying a patch which failed to apply as is.

In the patch
files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c
I did not replay a part removing the line:

rc = copyout(pHdr, pvUser, cbOut);

which was rewriting some data that it should not. The correct code
was anyway present after this leftover statement.

This error made virtualbox log a lot of warnings about Bad CPU
context like this:

vboxdrv: Bad CPU context error at line 373 in SUPDrv-freebsd.c:
ulCmd=0x2000568a: 0x282->0x287!

These seem to be unharmful, but anyway indicate a problem that this
commit fixes.

Reported by:		Kevin Oberman <rkoberman@gmail.com> (via mailing list)
Fixes:			a3db7da59f9498
commit hash: 32c43c505242463fb127845d0208ecf345124d13 commit hash: 32c43c505242463fb127845d0208ecf345124d13 commit hash: 32c43c505242463fb127845d0208ecf345124d13 commit hash: 32c43c505242463fb127845d0208ecf345124d13 32c43c5
Wednesday, 20 Oct 2021
21:03 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose*: Update to 6.1.28

Changelog: https://www.virtualbox.org/wiki/Changelog
commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 a3db7da
Friday, 13 Aug 2021
08:52 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose: Update to 6.1.26

This new version has a regression in the pulseaudio host audio
driver. If enabled any VMs configured to use it fails to start.

Since no fix has been found the PULSEAUDIO option is forcibly
disabled. If you have any VM configured to use pulseaudio for audio
input/output, please reconfigure them to use a different driver.

Upstream ticket:	https://www.virtualbox.org/ticket/20484

Other changes:

- Remove old patches that don't apply, the audio system has been
  reworked upstream and the behavior of these patches is included in
  the new code
- Add upgrading pkg-message note about the PULSEAUDIO option issue
  described above

Reviewed by:		koobs
Differential Revision:	https://reviews.freebsd.org/D31264
commit hash: 416b34d584e26823e403618b02419dbad40e50eb commit hash: 416b34d584e26823e403618b02419dbad40e50eb commit hash: 416b34d584e26823e403618b02419dbad40e50eb commit hash: 416b34d584e26823e403618b02419dbad40e50eb 416b34d
Monday, 14 Jun 2021
18:55 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose-kmod: 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.
PR:			256505
Tested by:		Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
MFH:			2021Q2
Differential Revision:	https://reviews.freebsd.org/D30722
commit hash: 082999790a64a5e64a3faa133e8d2d06bf2aff61 commit hash: 082999790a64a5e64a3faa133e8d2d06bf2aff61 commit hash: 082999790a64a5e64a3faa133e8d2d06bf2aff61 commit hash: 082999790a64a5e64a3faa133e8d2d06bf2aff61 0829997
Saturday, 1 May 2021
13:19 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose: Update to 6.1.22
commit hash: 5224c9f5d7db9da95dc94df18ed515654cace5a2 commit hash: 5224c9f5d7db9da95dc94df18ed515654cace5a2 commit hash: 5224c9f5d7db9da95dc94df18ed515654cace5a2 commit hash: 5224c9f5d7db9da95dc94df18ed515654cace5a2 5224c9f
Friday, 23 Apr 2021
12:56 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose: Update to 6.1.20

- Also update related kmod and additions ports
- In additions, use INSTALL_LIB to install X11 modules, so binaries
  get stripped
- Trim some `#if __FreeBSD_version` checks for unsupported FreeBSD
  versions from patches

PR:		255301
commit hash: d2441db781c717b17fafc2a9980b0cfa97b7ba9b commit hash: d2441db781c717b17fafc2a9980b0cfa97b7ba9b commit hash: d2441db781c717b17fafc2a9980b0cfa97b7ba9b commit hash: d2441db781c717b17fafc2a9980b0cfa97b7ba9b d2441db
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 18 Mar 2021
20:01 tobik search for other commits by this committer
emulators/virtualbox-ose-kmod: Spell PORTREVISION correctly
Original commitRevision:568758 
15:51 nc search for other commits by this committer
emulators/virtualbox-ose-kmod: Fix kernel panic on 13/14 with bridge mode by
adding EPOCH support

In r560502, I added a patch to support EPOCH to VirtualBox 5. When we upgraded
to VirtualBox 6, that patch was (unintentionally) removed, making it impossible
to use bridge move without this current patch.

Approved by:	jkim, madpilot
Differential Revision:	https://reviews.freebsd.org/D29319
Original commitRevision:568745 
Tuesday, 9 Mar 2021
18:27 madpilot search for other commits by this committer
- 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
Original commitRevision:567950 
Wednesday, 6 Jan 2021
11:54 nc search for other commits by this committer
emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and
bridge mode.

Reviewed by:		kp, jkim (previous version)
Approved by:		kp, jkim (previous version), 0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D26359
Original commitRevision:560502 
Thursday, 24 Sep 2020
14:59 adridg search for other commits by this committer
emulators/virtualbox-ose-kmod: Fix a pair of VM bugs

- Use vm_pager_allocate() to allocate OBJT_PHYS objects.  This ensures
  that they're initialized properly.
- Don't assume that user wiring will succeed.

This had been a team effort, with multiple independent reports,
a wide variety of experiments, and patches written by kib@
and refined by markj@.

I'm bumping PORTREVISION and aligning the revision of both kmod and
application; it's possible the application bump isn't actually
needed but let's make sure they both get rebuilt with this
important (because of changed kernel assumptions) fix.

PR:		249326
Submitted by:	kib, markj
Reported by:	adridg, Rainer Hurling
Reviewed by:	adridg
Approved by:	koobs (vbox)
MFH:		2020Q3
Original commitRevision:549922 
Sunday, 16 Aug 2020
07:38 jkim search for other commits by this committer
Belatedly update PORTREVISION.  It had to be done with r544898.
Original commitRevision:545087 
Sunday, 19 Jul 2020
09:19 madpilot search for other commits by this committer
- Update VirtualBox ports to 5.2.44
- Adapt and regenerate patches
- Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1]

Patch based on one provided by Mario Lobo <lobo@bsd.com.br>.

Many thanks to people who provided ideas and suggetions in the
PR and review.

PR:			244212
Submitted by:		Nikita Stepanov <nikitastepan0v@bk.ru>
Reviewed by:		kevans [1]
Tested by:		lwshu
Approved by:		ports-secteam (joneum)
MFH:			2020Q3
Security:		1e7b316b-c6a8-11ea-a7d5-001999f8d30b
Differential Revision:	https://reviews.freebsd.org/D25496
Original commitRevision:542551 
Saturday, 4 Apr 2020
19:01 kevans search for other commits by this committer
emulators/virtualbox-ose-{additions,kmod}: Remove missing patch

extrapatch-Config.kmk was merged in ports r528258 into the standard
Config.kmk patch out of necessity, but inadvertently missed that it was also
referenced in two other spots.

No PORTREVISION bump, as these are build-only fixes to fix the entirety of
virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod.

PR:		245239
Approved by:	koobs (mentor)
Approved by:	portmgr (blanket: build fix, just-fix-it)
MFH:		2020Q2 (blanket: build fix)
Differential Revision:	https://reviews.freebsd.org/D24260
Original commitRevision:530709 
Thursday, 17 Oct 2019
03:02 jkim search for other commits by this committer
Update to 5.2.34.

https://www.virtualbox.org/wiki/Changelog-5.2#v34
Original commitRevision:514643 
Monday, 9 Sep 2019
11:01 tobik search for other commits by this committer
emulators/virtualbox-ose*: Use ECHO_CMD not ECHO per bsd.commands.mk

- Unbreak `make -s` builds

PR:		240433, 240426
Submitted by:	Franco Fichtner <franco@opnsense.org> (based on)
Original commitRevision:511620 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 16 Jul 2019
23:02 jkim search for other commits by this committer
Update to 5.2.32.

https://www.virtualbox.org/wiki/Changelog-5.2#v32
Original commitRevision:506783 
Thursday, 16 May 2019
22:16 jkim search for other commits by this committer
Update to 5.2.30.

https://www.virtualbox.org/wiki/Changelog-5.2#v30
Original commitRevision:501807 
Saturday, 27 Apr 2019
13:13 cmt search for other commits by this committer
set VirtualBox MASTER_SITES to download.oracle.com

The SSL certificate of the host does not have download.virtualbox.org
in it's SubjectAltName anymore (download.virtualbox.org points to the
same CDN and is the same host as download.oracle.com, and checksums still
match).

Reported by:	Duncan Young
Original commitRevision:500209 
Tuesday, 23 Apr 2019
19:20 jkim search for other commits by this committer
Update to 5.2.28.

https://www.virtualbox.org/wiki/Changelog-5.2#v28
Original commitRevision:499787 
Tuesday, 29 Jan 2019
19:24 jkim search for other commits by this committer
Prefer HTTPS for MASTER_SITES.
Original commitRevision:491592 
19:12 jkim search for other commits by this committer
Update to 5.2.26.

https://www.virtualbox.org/wiki/Changelog-5.2#v26
Original commitRevision:491591 
Wednesday, 16 Jan 2019
15:19 jkim search for other commits by this committer
Update to 5.2.24.

https://www.virtualbox.org/wiki/Changelog-5.2#v24
Original commitRevision:490486 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Friday, 9 Nov 2018
23:54 jkim search for other commits by this committer
Update to 5.2.22.

https://www.virtualbox.org/wiki/Changelog#22
Original commitRevision:484559 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Saturday, 20 Oct 2018
04:42 jkim search for other commits by this committer
Support SMAP for amd64.

This should stop kernel panics on SMAP supported CPUs after r336876.

PR:		230460
MFH:		2018Q4
Original commitRevision:482464 
Wednesday, 17 Oct 2018
06:49 jkim search for other commits by this committer
Update to 5.2.20.

https://www.virtualbox.org/wiki/Changelog#20
Original commitRevision:482272 
Wednesday, 15 Aug 2018
19:38 jkim search for other commits by this committer
Update to 5.2.18.

https://www.virtualbox.org/wiki/Changelog#18
Original commitRevision:477280 
Tuesday, 17 Jul 2018
19:19 jkim search for other commits by this committer
Update to 5.2.16.

https://www.virtualbox.org/wiki/Changelog#16
Original commitRevision:474823 
Monday, 2 Jul 2018
22:13 jkim search for other commits by this committer
Update to 5.2.14.

https://www.virtualbox.org/wiki/ChangeLog#14
Original commitRevision:473773 
Thursday, 10 May 2018
18:41 jkim search for other commits by this committer
Update to 5.2.12.

https://www.virtualbox.org/wiki/Changelog#12
Original commitRevision:469570 
Tuesday, 17 Apr 2018
21:17 jkim search for other commits by this committer
Update to 5.2.10.

https://www.virtualbox.org/wiki/Changelog#v10
Original commitRevision:467659 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Wednesday, 28 Feb 2018
23:36 jkim search for other commits by this committer
Update to 5.2.8.

https://www.virtualbox.org/wiki/Changelog#v8
Original commitRevision:463272 
Wednesday, 17 Jan 2018
04:37 jkim search for other commits by this committer
Update to 5.2.6.
Original commitRevision:459219 
Wednesday, 27 Dec 2017
21:01 jkim search for other commits by this committer
Update to 5.2.4.

https://www.virtualbox.org/wiki/Changelog#v4
Original commitRevision:457424 
Thursday, 30 Nov 2017
23:45 jkim search for other commits by this committer
Update to 5.2.2.
Original commitRevision:455237 
Tuesday, 24 Oct 2017
20:06 jkim search for other commits by this committer
Turn on VIMAGE option by default.

VIMAGE is enabled in GENERIC kernels on head now.
Original commitRevision:452816 
Monday, 23 Oct 2017
16:49 jkim search for other commits by this committer
Update to 5.2.0.
Original commitRevision:452715 
Tuesday, 17 Oct 2017
00:53 jkim search for other commits by this committer
Update to 5.1.30.
Original commitRevision:452255 
Friday, 15 Sep 2017
06:34 jkim search for other commits by this committer
Update to 5.1.28.
Original commitRevision:449889 
Friday, 28 Jul 2017
17:08 jkim search for other commits by this committer
Update to 5.1.26.
Original commitRevision:446841 
Wednesday, 19 Jul 2017
00:03 jkim search for other commits by this committer
Update to 5.1.24.
Original commitRevision:446181 
Monday, 1 May 2017
18:49 jkim search for other commits by this committer
Update to 5.1.22.
Original commitRevision:439904 
Tuesday, 18 Apr 2017
20:56 jkim search for other commits by this committer
Update to 5.1.20.
Original commitRevision:438815 
Wednesday, 15 Mar 2017
22:22 jkim search for other commits by this committer
Update to 5.1.18.
Original commitRevision:436259 
Thursday, 9 Mar 2017
00:25 jkim search for other commits by this committer
Update to 5.1.16.
Original commitRevision:435738 
Wednesday, 18 Jan 2017
19:09 jkim search for other commits by this committer
Update to 5.1.14.
Original commitRevision:431821 
Wednesday, 21 Dec 2016
14:01 jkim search for other commits by this committer
Update to 5.1.12.
Original commitRevision:429084 
Thursday, 24 Nov 2016
20:37 jkim search for other commits by this committer
Update to 5.1.10.
Original commitRevision:427059 
Wednesday, 2 Nov 2016
05:05 lwhsu search for other commits by this committer
- Fix plist when DEBUG enabled on 11

Reviewed by:	jkim
Differential Revision:	https://reviews.freebsd.org/D5071
Original commitRevision:425106 
Sunday, 23 Oct 2016
19:32 jkim search for other commits by this committer
Update to 5.1.8.

PR:		213683
Differential Revision:	https://reviews.freebsd.org/D8292
Original commitRevision:424537 
Monday, 12 Sep 2016
22:52 jkim search for other commits by this committer
Update to 5.1.6.
Original commitRevision:421965 
Wednesday, 7 Sep 2016
21:35 jkim search for other commits by this committer
Update to 5.1.4.
Original commitRevision:421521 
Monday, 25 Jul 2016
23:38 jkim search for other commits by this committer
Disable TSC measurement thread.  It causes a panic with INVARIANTS kernel
option.  In fact, I doubt that it works on FreeBSD.
Original commitRevision:419083 
Friday, 22 Jul 2016
20:28 jkim search for other commits by this committer
Update to 5.0.26.
Original commitRevision:418931 
Thursday, 21 Apr 2016
17:11 jkim search for other commits by this committer
Update to 4.3.38.

MFH:		2016Q2
Original commitRevision:413748 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 5 Feb 2016
04:24 jkim search for other commits by this committer
Update to 4.3.36.
Original commitRevision:408130 
Thursday, 12 Nov 2015
22:15 jkim search for other commits by this committer
Update to 4.3.34.

MFH:		2015Q4
Original commitRevision:401462 
Tuesday, 20 Oct 2015
20:09 jkim search for other commits by this committer
Update to 4.3.32.

MFH:		2015Q4
Original commitRevision:399877 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Monday, 13 Jul 2015
21:15 jkim search for other commits by this committer
Fix pre-build target to properly set environment variables.  Note there is
no functional change but it is done for correctness.  Also, note the change
is merged from emulators/virtualbox-ose (r355732).
Original commitRevision:391963 
Friday, 10 Jul 2015
20:42 jkim search for other commits by this committer
Update to 4.3.30.

MFH:		2015Q3
Original commitRevision:391720 
Wednesday, 13 May 2015
22:20 jkim search for other commits by this committer
Update to 4.3.28.
Original commitRevision:386272 
Monday, 16 Mar 2015
23:04 jkim search for other commits by this committer
Update to 4.3.26.
Original commitRevision:381456 
Tuesday, 3 Mar 2015
05:43 jkim search for other commits by this committer
Update to 4.3.24.
Original commitRevision:380340 
Friday, 13 Feb 2015
00:33 jkim search for other commits by this committer
- Update to 4.3.22.
- Install a wrapper for executables as Linux and Solaris installers do.
Original commitRevision:378904 
Wednesday, 28 Jan 2015
17:31 jpaetzel search for other commits by this committer
Bump PORTREVISION.

Needed by r378074
Original commitRevision:378075 
Tuesday, 25 Nov 2014
00:40 jkim search for other commits by this committer
- Update to 4.3.20.
- Fix MANUAL option. [1]

PR:		195272 [1]
Original commitRevision:373388 
Monday, 20 Oct 2014
19:48 jkim search for other commits by this committer
Update to 4.3.18.
Original commitRevision:371294 
Thursday, 18 Sep 2014
09:06 decke search for other commits by this committer
- Add CPE information to virtualbox ports
Original commitRevision:368433 
Wednesday, 17 Sep 2014
09:26 decke search for other commits by this committer
- Update to 4.3.16

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
		Jung-uk Kim <jkim@FreeBSD.org>
Obtained from:	svn.redports.org/virtualbox
Original commitRevision:368359 
Thursday, 22 May 2014
23:10 jkim search for other commits by this committer
Update to 4.3.12.
Original commitRevision:354896 
Friday, 9 May 2014
23:38 jkim search for other commits by this committer
Make sure to set --disable-docs and --disable-libvpx.
Original commitRevision:353540 
Friday, 28 Mar 2014
23:35 jkim search for other commits by this committer
- Update to 4.3.10.
- Build with base C/C++ compiler, i.e., clang on 10.0+, as much as we can
to remove GCC run-time dependency and to reduce possible C++ ABI conflicts.
Original commitRevision:349473 
Thursday, 20 Mar 2014
18:15 jkim search for other commits by this committer
Prefer USES=tar:bzip2.
Original commitRevision:348712 
18:11 jkim search for other commits by this committer
Fix panic for stable/9.  Use vm_page_alloc_contig() as it is now available.

Tested by:	Douglas Berry (doug at bitnix dot ca)
PR:		ports/187580
Original commitRevision:348711 
Wednesday, 5 Mar 2014
20:31 jkim search for other commits by this committer
- 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.
Original commitRevision:347141 
Tuesday, 4 Mar 2014
00:45 jkim search for other commits by this committer
Update to 4.3.8.

Obtained from:	svn.redports.org/virtualbox
Original commitRevision:346981 
Sunday, 26 Jan 2014
20:03 rene search for other commits by this committer
Stage support.

Reviewed by:	vbox@ (decke)
Original commitRevision:341267 
Thursday, 23 Jan 2014
17:18 decke search for other commits by this committer
- Update to 4.3.6

Obtained from:	svn.redports.org/virtualbox
Thanks to:	all testers of the 3 CFTs
Original commitRevision:340840 

Number of commits found: 151 (showing only 100 on this page)

1 | 2  »