Commit graph

106 commits

Author SHA1 Message Date
Jung-uk Kim
1563c9ac55 Update to 5.1.6. 2016-09-12 22:52:05 +00:00
Jung-uk Kim
e60871787d Update to 5.1.4. 2016-09-07 21:35:38 +00:00
Jung-uk Kim
d271b01c94 Disable TSC measurement thread. It causes a panic with INVARIANTS kernel
option.  In fact, I doubt that it works on FreeBSD.
2016-07-25 23:38:31 +00:00
Jung-uk Kim
3721902bc8 Update to 5.0.26. 2016-07-22 20:28:01 +00:00
Jung-uk Kim
aec8860ef3 Update to 4.3.38.
MFH:		2016Q2
2016-04-21 17:11:12 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jung-uk Kim
0e7f31a368 Update to 4.3.36. 2016-02-05 04:24:02 +00:00
Jung-uk Kim
034170d71e Update to 4.3.34.
MFH:		2015Q4
2015-11-12 22:15:00 +00:00
Jung-uk Kim
7393b3be86 Update to 4.3.32.
MFH:		2015Q4
2015-10-20 20:09:58 +00:00
Mathieu Arnold
21a283f3be 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
2015-08-17 14:20:40 +00:00
Jung-uk Kim
9ce8c1bf2d 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).
2015-07-13 21:15:50 +00:00
Jung-uk Kim
db7da50ecb Update to 4.3.30.
MFH:		2015Q3
2015-07-10 20:42:51 +00:00
Jung-uk Kim
3ddd0065cb Update to 4.3.28. 2015-05-13 22:20:43 +00:00
Jung-uk Kim
c2b05cbd68 Update to 4.3.26. 2015-03-16 23:04:40 +00:00
Jung-uk Kim
19a52b429c Update to 4.3.24. 2015-03-03 05:43:11 +00:00
Jung-uk Kim
d4c4b9a3af - Update to 4.3.22.
- Install a wrapper for executables as Linux and Solaris installers do.
2015-02-13 00:33:12 +00:00
Josh Paetzel
31960e4ee4 Bump PORTREVISION.
Needed by r378074
2015-01-28 17:31:45 +00:00
Josh Paetzel
63daeb1703 Fix circular dep issues so this script can DTRT at boot.
This script needs to run after ldconfig, however it's deps cause:

a) A circular dependancy in rcorder
b) It starts before ldconfig

This causes the VBoxManage command to bail out when it's run by
this script because it can't find it's required libs.  The consequence of
this is host only networks aren't set up properly at boot.

By removing the explicit dependancy on ldconfig we get rid of the circular
dependancy issues.  However since the VBoxManage command does actually need
libraries in /usr/local/lib we set that explicitly with LD_LIBRARY_PATH.

There's not really a good solution to this issue.  The real "problem" is that /usr
could be an NFS mount and you have to run ldconfig after /usr is mounted. While
LD_LIBRARY_PATH is kind of ugly, and removing an explicit dependancy is ugly,
the other alternatives are uglier. (Break NFS mounted /usr for example)

I'd also argue that having this just not work (which is the state of it before
this commit) is pretty ugly too.

Also, I apologize in advance for not discussing this on emulation@ and just doing
a drive by commit, however hopefully the fact that "This fixes obvious breakage"
makes up for the fact that I skipped peer review, proper approval, and most importantly
giving the community to bikeshed this ad naseum.
2015-01-28 17:28:58 +00:00
Jung-uk Kim
6bd8b4d7d0 - Update to 4.3.20.
- Fix MANUAL option. [1]

PR:		195272 [1]
2014-11-25 00:40:17 +00:00
Jung-uk Kim
a2535d9349 Update to 4.3.18. 2014-10-20 19:48:58 +00:00
Bernhard Froehlich
bead6e2747 - Add CPE information to virtualbox ports 2014-09-18 09:06:59 +00:00
Bernhard Froehlich
1a9f6e6f13 - 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
2014-09-17 09:26:25 +00:00
Jung-uk Kim
f40b7d81d5 Update to 4.3.12. 2014-05-22 23:10:51 +00:00
Jung-uk Kim
a8aa9b6328 Make sure to set --disable-docs and --disable-libvpx. 2014-05-09 23:38:06 +00:00
Jung-uk Kim
5470a075ae - 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.
2014-03-28 23:35:31 +00:00
Jung-uk Kim
aca4e4135f Prefer USES=tar:bzip2. 2014-03-20 18:15:06 +00:00
Jung-uk Kim
bb54ae20b3 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
2014-03-20 18:11:11 +00:00
Jung-uk Kim
0806784e42 - 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.
2014-03-05 20:31:02 +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
Rene Ladan
ebbd05ddc7 Stage support.
Reviewed by:	vbox@ (decke)
2014-01-26 20:03:06 +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
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +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
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +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
Rene Ladan
bfc52e7104 Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
2013-11-09 19:13:27 +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
Baptiste Daroussin
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Bernhard Froehlich
aa160f4740 - Update to 4.2.18
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
2013-09-08 14:40:54 +00:00
Bernhard Froehlich
3dc69257c2 - Update to 4.2.16
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
2013-07-07 15:53:21 +00:00
Bernhard Froehlich
68b99e5ead - Update to 4.2.14
- Fix VLAN trunking support in vboxnetflt [1]
- Fix panic in kmod when VIMAGE is disabled in the kernel and port [2]
- Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3]
- Pet portlint (WWW, Created by lines)

This update was mainly done by Mikhail Tsatsenko.

Submitted by:	Landon J Fuller <landonf at plausible.coop> [1],
		Gleb Kurtsou <gleb@freebsd.org> [2],
		Stefan Bethke <stb@FreeBSD.org> [3]
2013-06-24 06:07:53 +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
e75961dd5b - Fix VM_OBJECT patch to properly use WLOCK/WUNLOCK.
Reported by:	Ivan Klymenko <fidaj@ukr.net>
Thanks to:	Konstantin Belousov <kib@FreeBSD.org>
See:		http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082432.html
2013-03-25 08:02:47 +00:00
Glen Barber
1457d6274b Fix patch indexes. 2013-03-21 02:43:33 +00:00
Sean Bruno
4f0bd6fb09 Add wrapper FreeBSD_Version check at the break point for VM_OBJECT_RLOCK
name change so we still build on stable branches.

Suggested by: bdrewery
2013-03-21 02:29:17 +00:00
Glen Barber
10dc43b694 Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise.

PR:		ports/175684, ports/176288
Approved by:	vbox (maintainer timeout, nearly 2 months)
2013-03-21 01:59:22 +00:00
Sean Bruno
d600c214cc Fix port after breakage on src commit svn r248084 on
March 9th, 2013.

Patch kmod to include rwlock.h

Patch kmod to change VM_OBJECT_LOCK to VM_OBJECT_RLOCK

Patch kmod to change VM_OBJECT_UNLOCK to VM_OBJECT_RUNLOCK
2013-03-21 01:24:26 +00:00
Emanuel Haupt
a5b330652b Require ldconfig in vboxnet init script. Without it vboxnet fails to start on
9-STABLE with "VBoxRT.so misses libiconv.so".

While here pacify portlint by replacing a tab in the header with a single space.

Approved by:    decke
2013-01-24 08:24:16 +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
c2de5c9e7f - Update to 4.1.22 [1]
- Cleanup MASTER_SITES and use upstream mirror as primary

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
2012-09-12 20:15:53 +00:00