Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.6 13 Sep 2016 05:33:11 |
jkim |
Do not override libGL.so.1 for libglx.so to let X server load it properly. |
5.1.6 12 Sep 2016 22:52:05 |
jkim |
Update to 5.1.6. |
5.1.4 07 Sep 2016 21:35:38 |
jkim |
Update to 5.1.4. |
5.0.26 04 Aug 2016 17:22:47 |
bdrewery |
Remove PORTSDIR from dependency |
5.0.26 27 Jul 2016 03:51:19 |
jkim |
Allow X server to load GLX extension. |
5.0.26 26 Jul 2016 21:49:13 |
jkim |
Remove fake DRM and install OpenGL wrappers. |
5.0.26 25 Jul 2016 23:15:09 |
jkim |
Add a missing file for OPENGL option. |
5.0.26 25 Jul 2016 22:34:21 |
jkim |
Do not load vboxvideo.ko from vboxguest script. DRI support was removed
from the X.Org vboxvideo driver.
https://www.virtualbox.org/changeset/59194
PR: 211373 |
5.0.26 22 Jul 2016 20:28:01 |
jkim |
Update to 5.0.26. |
4.3.38 21 Apr 2016 17:11:13 |
jkim |
Update to 4.3.38.
MFH: 2016Q2 |
4.3.36 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.3.36 05 Feb 2016 04:24:02 |
jkim |
Update to 4.3.36. |
4.3.34 12 Nov 2015 22:15:00 |
jkim |
Update to 4.3.34.
MFH: 2015Q4 |
4.3.32 20 Oct 2015 20:09:58 |
jkim |
Update to 4.3.32.
MFH: 2015Q4 |
4.3.30_1 13 Oct 2015 07:45:09 |
kwm |
Xorg-server update to 1.17.2 with related driver updates and bumps.
Update fontproto to 2.1.3.
Update libXfont to 1.5.1.
Update xf86-input-keyboard 1.8.1.
Update xf86-input-vmmouse to 13.1.0.
Update xf86-input-void to 1.4.1.
Update xf86-video-chips to 1.2.6.
Update xf86-video-cirrus to 1.5.3.
Update xf86-video-mach64 to 6.9.5.
Update xf86-video-neomagic to 1.2.9.
Update xf86-video-r128 to 6.10.0.
Update xf86-video-s3virge to 1.10.7.
Update xf86-video-savage to 2.3.8.
Update xf86-video-siliconmotion to 1.7.8. (Only the first 15 lines of the commit message are shown above ) |
4.3.30 17 Aug 2015 14:20:41 |
mat |
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 |
4.3.30 13 Jul 2015 21:15:50 |
jkim |
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). |
4.3.30 10 Jul 2015 20:42:52 |
jkim |
Update to 4.3.30.
MFH: 2015Q3 |
4.3.28 13 May 2015 22:20:44 |
jkim |
Update to 4.3.28. |
4.3.26 16 Mar 2015 23:04:41 |
jkim |
Update to 4.3.26. |
4.3.24_3 13 Mar 2015 21:21:11 |
jkim |
Fix several bugs found by Clang. Note few patches were obtained from
upstream. Other patches were submitted to upstream. |
4.3.24_2 12 Mar 2015 06:52:26 |
jkim |
- Enable drag and drop from host to guest.
- Make UDPTUNNEL option actually work. |
4.3.24_1 09 Mar 2015 23:31:43 |
jkim |
Fix zero-sized ioctl request, e.g., VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS,
and remove unused code. |
4.3.24 03 Mar 2015 05:43:12 |
jkim |
Update to 4.3.24. |
4.3.22 19 Feb 2015 00:25:58 |
jkim |
Make the previous patch conditional as we always did. |
4.3.22 13 Feb 2015 00:33:13 |
jkim |
- Update to 4.3.22.
- Install a wrapper for executables as Linux and Solaris installers do. |
4.3.20_3 23 Dec 2014 00:05:05 |
jkim |
- 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. |
4.3.20_2 19 Dec 2014 23:03:55 |
dumbbell |
x11-servers/xorg-server: Update to 1.14
The X.Org server has been updated to 1.14. The changes it brings are described
in a post on the Graphics team blog:
http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/
The most noticable change is the DEVD input device autodetection backend
which is enabled by default, replacing the HAL backend. The keyboard
layout configuration must be migrated from HAL's .fdi files to X.Org
files. The procedure is explained in the post mentionned above.
Several ports were removed with this update, mainly because they are not
compatible with the X.Org server anymore:
o nvidia-driver-71
o nvidia-driver-96 (Only the first 15 lines of the commit message are shown above ) |
4.3.20_1 10 Dec 2014 20:22:54 |
jkim |
- Use pkgconf to detect X server version. [1]
- Allow building vboxmouse for newer X servers.
Submitted by: dumbbell (initial version) [1] |
4.3.20_1 26 Nov 2014 19:55:53 |
jkim |
Do not use DRI2 as we did not port vboxvideo.ko for DRM2/KMS yet.
PR: 194324 |
4.3.20 25 Nov 2014 00:40:18 |
jkim |
- Update to 4.3.20.
- Fix MANUAL option. [1]
PR: 195272 [1] |
4.3.18 20 Oct 2014 19:48:59 |
jkim |
Update to 4.3.18. |
4.3.16_1 19 Oct 2014 15:43:33 |
mva |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit) |
4.3.16_1 24 Sep 2014 17:28:31 |
decke |
- Fix missing symbol RTTermRegisterCallback in virtualbox-ose-additions kernel
module
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Reported by: Mike Harding <mvharding@gmail.com> |
4.3.16 18 Sep 2014 09:06:59 |
decke |
- Add CPE information to virtualbox ports |
4.3.16 17 Sep 2014 09:26:25 |
decke |
- 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 |
4.3.12_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
4.3.12 22 May 2014 23:10:51 |
jkim |
Update to 4.3.12. |
4.3.10_2 09 May 2014 23:38:06 |
jkim |
Make sure to set --disable-docs and --disable-libvpx. |
4.3.10_2 07 May 2014 19:48:34 |
jkim |
Work around build failures when x11-servers/xorg-server is not installed.
${XSERVER_VER} requires ${LOCALBASE}/bin/X to find its version number. |
4.3.10_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
4.3.10_1 01 Apr 2014 17:52:14 |
jkim |
Fix VBoxClient-all to properly set VBoxClient path.
PR: ports/188048 |
4.3.10 28 Mar 2014 23:35:32 |
jkim |
- 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. |
4.3.8_1 20 Mar 2014 18:15:07 |
jkim |
Prefer USES=tar:bzip2. |
4.3.8_1 20 Mar 2014 18:11:12 |
jkim |
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 |
4.3.8 05 Mar 2014 20:31:03 |
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.3.8 04 Mar 2014 00:45:37 |
jkim |
Update to 4.3.8.
Obtained from: svn.redports.org/virtualbox |
4.3.6 21 Feb 2014 21:22:57 |
jkim |
Fix build after re-appearance of converters/libiconv on 10+ (r341775).
Obtained from: svn.redports.org/virtualbox
PR: ports/186847 |
4.3.6 26 Jan 2014 19:53:08 |
rene |
- Add stage support
- Do not install non-existant vboxvideo.ko.symbols when DEBUG is selected
Reviewed by: vbox@ (decke) |
4.3.6 23 Jan 2014 17:18:42 |
decke |
- Update to 4.3.6
Obtained from: svn.redports.org/virtualbox
Thanks to: all testers of the 3 CFTs |
4.2.22 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.2.22 16 Jan 2014 16:38:18 |
decke |
- 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] |
4.2.20_1 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
4.2.20_1 16 Dec 2013 11:11:10 |
zeising |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
4.2.20 10 Dec 2013 20:42:40 |
decke |
- 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] |
4.2.18 09 Nov 2013 19:13:28 |
rene |
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 |
4.2.18 21 Sep 2013 18:41:54 |
decke |
- 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> |
4.2.18 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
4.2.18 10 Sep 2013 23:09:24 |
madpilot |
Fix build on head after iconv change.
Reported by: Walter Hurry <walterhurry@gmail.com>
Approved by: portmgr (bapt, implicit) |
4.2.18 08 Sep 2013 14:40:55 |
decke |
- Update to 4.2.18
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
4.2.16 07 Jul 2013 15:53:21 |
decke |
- Update to 4.2.16
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
4.2.14 24 Jun 2013 06:07:53 |
decke |
- 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] |
4.2.12_2 24 May 2013 09:47:12 |
decke |
- Install DEBUG symbols for kernel modules
- Fix pkg-plist for vboxvideo.ko when build without X11
Reported by: Jimmy Olgeni <olgeni@freebsd.org> |
4.2.12_1 15 May 2013 21:22:22 |
decke |
- Add proper 3D acceleration support for FreeBSD guests
Submitted by: John Clark <clarkjc@runbox.com> |
4.2.12 02 May 2013 20:54:04 |
decke |
- 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. |
4.2.6 27 Mar 2013 14:35:38 |
kwm |
Don't try to remove etc/xdg/autostart, gnomehier owns it.
Submitted by: miwimail |
4.2.6 03 Jan 2013 13:40:28 |
decke |
- 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] |
4.1.22 12 Sep 2012 20:15:53 |
decke |
- Update to 4.1.22 [1]
- Cleanup MASTER_SITES and use upstream mirror as primary
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] |
4.1.20 27 Aug 2012 12:53:41 |
decke |
- Update to 4.1.20
- Remove VNC IPv6 patch because it has been fixed upstream
- Pet portlint once again (LICENSE section)
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
4.1.18_1 04 Aug 2012 06:41:24 |
decke |
- Use correct modulname for kldstat
- Bump PORTREVISION
PR: ports/168897
Submitted by: VVD <vvd@unislabs.com> |
4.1.18 02 Jul 2012 06:06:36 |
knu |
Add SF to master sites.
PR: ports/167514
Approved by: maintainer timeout |
4.1.18 30 Jun 2012 07:21:54 |
decke |
- Update to 4.1.18 [1]
- Convert to OptionsNG [2]
- Install DEBUG symbols for kernel modules [1]
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
bapt@ [2] |
4.1.16 23 May 2012 12:39:20 |
decke |
- Update to 4.1.16
- Update wiki link to troubleshooting page |
4.1.14_1 10 May 2012 06:44:36 |
decke |
- Install correct video and mouse drivers for xorg-server 1.10 and 1.12
- Add direct dependency on xorg-server to make sure XSERVER_VER is set
- Bump PORTREVISION |
4.1.14 30 Apr 2012 17:18:04 |
decke |
- Update to 4.1.14
- Remove debugging fprintf in MachineImpl.cpp to fix build with GCC 4.6 [1]
- Add support for VLAN interfaces to NetIfList() [2]
- Add support for VIMAGE to VBoxNetAdp [3]
- Fix a kernel crash on FreeBSD 10-CURRENT hosts with VIMAGE enabled when a VM
is powered off [3]
Submitted by: Andriy Gapon <avg at FreeBSD.org> [1]
Landon J Fuller <landonf at plausible dot coop> [2]
Mikolaj Golub <trociny at freebsd.org> [3]
Sponsored by: Plausible Labs Cooperative, Inc [2] |
4.1.12 05 Apr 2012 11:16:31 |
decke |
- Update to 4.1.12
- Fix PAM authentication for vboxwebsrv [1]
PR: ports/166614 [1]
Submitted by: Landon Fuller <landonf@plausible.coop> [1]
Feature safe: yes |
4.1.10 15 Mar 2012 09:32:30 |
decke |
- Update to 4.1.10
Feature safe: yes |
4.1.8 21 Feb 2012 14:31:55 |
decke |
- 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/ |
4.0.14 14 Jan 2012 08:57:23 |
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. |
4.0.14 23 Dec 2011 10:03:42 |
decke |
- 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> |
4.0.14 02 Dec 2011 17:34:39 |
decke |
- Update to 4.0.14
Feature safe: yes |
4.0.12 12 Aug 2011 14:45:18 |
decke |
- 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 |
4.0.12 18 Jul 2011 16:06:58 |
decke |
- Update to 4.0.12 |
4.0.10_1 09 Jul 2011 14:07:06 |
decke |
- 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> |
4.0.10 01 Jul 2011 13:27:08 |
decke |
- Update to 4.0.10 |
4.0.8 23 May 2011 06:45:44 |
decke |
- Add missing pkg-message
Reported by: Warren Block <wblock@wonkity.com> |
4.0.8 22 May 2011 14:08:54 |
decke |
- 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] |
3.2.12_1 15 May 2011 02:49:17 |
dougb |
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 |
3.2.12_1 20 Apr 2011 11:39:40 |
bapt |
Fix building with LOCALBASE != PREFIX |
3.2.12_1 18 Mar 2011 13:31:05 |
decke |
- Fix build on current after removal of uio_yield()
Submitted by: Michael Butler <imb@protected-networks.net>
Reported by: pointyhat (via pav) |
3.2.12_1 31 Jan 2011 23:06:45 |
decke |
- 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 |
3.2.12 23 Dec 2010 14:57:39 |
beat |
- Update to 3.2.12
- Remove check for FreeBSD 6.x
- Drop MD5 checksums |
3.2.10 15 Oct 2010 06:31:25 |
beat |
- Update to 3.2.10
- Add LICENSE and LICENSE_FILE |
3.2.8 09 Aug 2010 14:40:06 |
beat |
- Update to 3.2.8 |
3.2.6 02 Jul 2010 11:06:28 |
beat |
- Fix build with X11 support disabled
PR: ports/148263
Reported by: Vivek Khera <vivek AT khera.org>
Feature safe: yes |
3.2.6 29 Jun 2010 19:01:46 |
beat |
- Update to 3.2.6
- Fix build on recent CURRENT
- Mark MAKE_JOBS_UNSAFE [1]
Feature safe: yes
Reported by: pointyhat via pav [1] |
3.2.4 09 Jun 2010 22:05:36 |
decke |
- Update to 3.2.4
Approved by: beat (co-mentor) |
3.2.2 07 Jun 2010 16:32:55 |
beat |
- 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@. |
3.1.51.r25618_3 17 May 2010 19:41:40 |
decke |
- Install drivers for xorg-server 1.7 to chase Xorg 7.5 update
- Bump PORTREVISION
PR: ports/146333
Reported by: G. Dinolt <gdinolt (at) pacbell.net>
Tested by: Thomas Schwark <thomas.schwark (at) googlemail.com> (via private
mail)
Approved by: beat (co-mentor) |
3.1.51.r25618_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |