Commit graph

31 commits

Author SHA1 Message Date
Jung-uk Kim
48eabde9b0 Belatedly catch up with r433892.
libGL.so from graphics/mesa-libs is installed on ${LOCALBASE}/lib now.
2017-11-17 22:04:43 +00:00
Jung-uk Kim
f68519cd3b Do not override libGL.so.1 for libglx.so to let X server load it properly. 2016-09-13 05:33:11 +00:00
Jung-uk Kim
1563c9ac55 Update to 5.1.6. 2016-09-12 22:52:05 +00:00
Jung-uk Kim
e1f246dff3 Remove fake DRM and install OpenGL wrappers. 2016-07-26 21:49:12 +00:00
Jung-uk Kim
3721902bc8 Update to 5.0.26. 2016-07-22 20:28:01 +00:00
Jung-uk Kim
b8592bbae4 - Reduce diff from Linux OpenGL support. Note we do not have to manually
turn off AIGLX any more.
- Do not install vboxvideo.ko when OPENGL is disabled.  It is only required
for OpenGL support.
- Install vboxvideo.ko.symbols when both DEBUG and OPENGL are enabled.
- Do not try to load vboxvideo.ko if it does not exist.
2014-12-23 00:05:04 +00:00
Jung-uk Kim
71b986b697 Update to 4.3.8.
Obtained from:	svn.redports.org/virtualbox
2014-03-04 00:45:37 +00:00
Jung-uk Kim
ed324c72dd Fix build after re-appearance of converters/libiconv on 10+ (r341775).
Obtained from:	svn.redports.org/virtualbox
PR:		ports/186847
2014-02-21 21:22:56 +00:00
Bernhard Froehlich
580dc0dd08 - Update to 4.3.6
Obtained from:	svn.redports.org/virtualbox
Thanks to:	all testers of the 3 CFTs
2014-01-23 17:18:42 +00:00
Bernhard Froehlich
fbda6889d4 - Update to 4.2.22
- Remove 3D crOpenGl patches that are already included in the new release
- 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]
2014-01-16 16:38:18 +00:00
Bernhard Froehlich
c5ddc04682 - Update to 4.2.20 [1]
- Add $_GCC_RUNTIME to vbox runpath when building with gcc from ports [2]
- Add vboxwatchdog rc.d script
- Fix building with gcc 4.6 from ports and remove FreeBSD specific -mno-align-long-strings
- Remove checks for EoL FreeBSD versions
- Support staging
- Convert LIB_DEPENDS to new shlib format
- Adopt OPTIONS_SUB and new OPTION_CONFIGURE_ON|OFF

PR:		ports/182468 [2]
Submitted by:	Mikhail Tsatsenko [1]
2013-12-10 20:42:40 +00:00
Bernhard Froehlich
90903a7bb7 - Fix calls of vm_map_find() after r255426 broke it and added
a mmap flag.

PR:		ports/181971,
		ports/182121
Submitted by:	Lawrence Stewart <lstewart@FreeBSD.org>,
		Dan McGregor <dan.mcgregor@usask.ca>
2013-09-21 18:41:53 +00:00
Bernhard Froehlich
2931f65e37 - Add proper 3D acceleration support for FreeBSD guests
Submitted by:	John Clark <clarkjc@runbox.com>
2013-05-15 21:22:21 +00:00
Bernhard Froehlich
f211bc094c - Update to 4.2.12
- Add missing patch to additions to fix building after r248084
which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch
was already included in the kmod port but additions also need
it.
2013-05-02 20:54:04 +00:00
Bernhard Froehlich
1feafdfaa6 - Update to 4.2.6
- Remove custom FreeBSD compiler flags that are only supported by our old
  base GCC 4.2 [1]
- Fix building with ports GCC 4.6 [1]
- Fix build on 10-CURRENT after removal of vm_page_lock_queues() in r242941 [2]
- Improve waits for periods shorter than a single tick [1]
- Fix dependency check when building with custom KMODDIR [3]
- Fix recording with OSS Audio backend to record at a proper volume [4]
- Initialize host-only interfaces at boot time so that other scripts and
  daemons can properly use them [2]
- Fix build if $ENV not ash-compatible [5]
- Fix ich9 bios to correctly configure pci bridge1 and pci bridge2 [6]
- Add VLAN trunking support to vboxnetflt [7]

PR:		ports/171730 [1], ports/167521 [5]
Submitted by:	Andriy Gapon <avg@FreeBSD.org> [1]
Submitted by:	Ed Maste <emaste@FreeBSD.org> [2]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> [5]
Submitted by:	Gustau Perez i Querol <gperez@entel.upc.edu> [6]
Submitted by:	Landon J Fuller <landonf at plausible.coop> [7]
Reported by:	Daniel Braniss <danny@cs.huji.ac.il> [3]
Obtained from:	https://www.virtualbox.org/ticket/10695 [4]
See:		http://article.gmane.org/gmane.os.freebsd.devel.emulation/10438 [6]
2013-01-03 13:40:28 +00:00
Bernhard Froehlich
09b600e31e - Use correct modulname for kldstat
- Bump PORTREVISION

PR:		ports/168897
Submitted by:	VVD <vvd@unislabs.com>
2012-08-04 06:41:24 +00:00
Bernhard Froehlich
379ce3f230 - Update to 4.1.8
- Mark broken on FreeBSD < 8.0
- Fix lib32 checks to use /usr/lib32/libc.so
- R0 memobj rewrite [1]
- Fix INVARIANTS warning: acquiring duplicate lock of same type: "IPRT Fast Mutex Semaphore" [1]

Submitted by:	Andriy Gapon <avg@FreeBSD.org> [1]
Obtained from:	redports.org/~virtualbox/
2012-02-21 14:31:55 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Bernhard Froehlich
f79d5901a5 - Add fix for build failure on FreeBSD 10-CURRENT after r228444
include/iprt/types.h:174: error: redefinition of typedef 'bool'
@/sys/types.h:271: error: previous declaration of 'bool' was here

Submitted by:	Daichi GOTO <daichi@freebsd.org>
2011-12-23 10:03:42 +00:00
Bernhard Froehlich
a9293b1e11 - Fix PG_UNMANAGED compile problem on HEAD after r224746.
Remove explicit initialization of m->flags and m->oflags because per
default vm_phys_alloc_contig() already initializes the page as unmanaged.
Chase move of PG_UNMANAGED flag from m->flags to m->oflags and renaming
to VPO_UNMANAGED for an additional assert.

PR:		ports/159675
Reported by:	Kyryll A Mirnenko <xmirya@gmail.com>,
		Michael Butler <imb@protected-networks.net>
Thanks to:	beat
2011-08-12 14:45:17 +00:00
Bernhard Froehlich
6cf371bb44 - Fix build on 9-CURRENT after removal of cpumask_t
- Bump PORTREVISION

Submitted by:	Jung-uk Kim <jkim@FreeBSD.org>
Reported by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-07-09 14:07:05 +00:00
Bernhard Froehlich
8b594ba785 - Update to 4.0.8
- Remove stale mirror
- Add pkg-message
- Change CONFLICTS to CONFLICTS_INSTALL [1]

PR:		ports/156699 (based on) [1]
Submitted by:	Emil <the_mix_room@hotmail.com> [1]
2011-05-22 14:08:53 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Bernhard Froehlich
ea0fb1e524 - Fix build on current after removal of uio_yield()
Submitted by:	Michael Butler <imb@protected-networks.net>
Reported by:	pointyhat (via pav)
2011-03-18 13:31:05 +00:00
Bernhard Froehlich
4b7c4dd1fd - Properly add VBoxClient glue to autostart in X11 [1]
- Add vboxservice startscript
- Fix VBoxClient install location
- Bump PORTREVISION

Thanks to:	tombsd (FreeBSD Forums) [1]
Feature safe:	yes
2011-01-31 23:06:45 +00:00
Beat Gaetzi
54b1c3236b - Fix build with X11 support disabled
PR:		ports/148263
Reported by:	Vivek Khera <vivek AT khera.org>
Feature safe:	yes
2010-07-02 11:06:27 +00:00
Beat Gaetzi
d7f4297614 - Update to 3.2.6
- Fix build on recent CURRENT
- Mark MAKE_JOBS_UNSAFE [1]

Feature safe:	yes
Reported by:	pointyhat via pav [1]
2010-06-29 19:01:46 +00:00
Beat Gaetzi
5356235f5d - Update to 3.2.2
- Execute kldxref in do-install target. [1]
- Set SYSDIR to SRC_BASE to fix build if the FreeBSD sources are not
  installed in /usr/src. [2]
- Set SRC_BASE to /usr/src if SRC_BASE is not set and not rely on the
  /sys symlink. [2]

Reported by:	scf@ [1]
Submitted by:	imp@ [2]

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@.
2010-06-07 16:32:55 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Beat Gaetzi
e472a1d51d - Add CONFLICT with virtualbox-ose.
- Removed inclusion of utmp.h to fix build on recent CURRENT. [1]
- Add OPTION to install HAL policy file. [2]
- Add kldxref to plist. [3]
- Bump PORTREVISION.

PR:		ports/142855 [1]
Submitted by:	YAMAMOTO Shigeru <shigeru AT iij.ad.jp> [1], ed@ [1]
Reported by:	Alexander Kabaev <kabaev AT gmail.com> [2],
		Rainer Hurling <rhurlin AT gwdg.de> [3],
		Nakata Maho <chat95 AT mac.com> [3],
		Andrzej Tobola <ato AT iem.pw.edu.pl> [3]
On behalf of:   vbox@ (decke, dhn, itetcu, miwi, nox)
2010-01-24 23:20:41 +00:00
Beat Gaetzi
070446e682 These additions are for installation inside a FreeBSD guest.
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/

Please see http://wiki.freebsd.org/VirtualBox for installation
instructions.

Many thanks to the VirtualBox developers, all tester, patch submitter and
the whole vbox@ team.

On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
2010-01-13 08:10:34 +00:00