FreshPorts -- The Place For Ports Thu, 28 Aug 2008 6:23 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
qemu 0.9.1_9 emulators on this many watch lists=64 search for ports that depend on this port An older version of this port was marked as vulnerable.
QEMU CPU Emulator
Maintained by: nox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jun 2004 03:14:00


QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
    * User mode emulation (Linux host only). In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging. 

As QEMU requires no host kernel patches to run, it is very safe and easy to use.
(but kqemu is now also supported for the i386 on i386 and amd64 case)

See also the preconfigured system images on http://oszoo.org/
Many live cd isos also work.

WWW: http://qemu.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: textproc/texi2html, devel/gmake, devel/sdl12, lang/perl5.8
Required To Run: lang/perl5.8
Required Libraries: security/gnutls, devel/sdl12

To install the port: cd /usr/ports/emulators/qemu/ && make install clean
To add the package: pkg_add -r qemu


Configuration Options
===> The following configuration options are available for qemu-0.9.1_9:
     KQEMU=Off (default) "Build with (alpha!) accelerator module"
     RTL8139_TIMER=Off (default) "allow use of re(4) nic with FreeBSD guests"
     SAMBA=Off (default) "samba dependency (for -smb)"
     SDL=On (default) "SDL/X dependency (graphical output)"
     GNUTLS=On (default) "gnutls dependency (vnc encryption)"
     CDROM_DMA=On (default) "IDE CDROM DMA"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/qemu/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-04-03
    Affects: users of emulators/qemu and emulators/qemu-devel
    Author: nox@FreeBSD.org
    Reason: 
      The default configuration location (qemu-ifup script etc.) has been
      changed from /etc to ${PREFIX}/etc (usually /usr/local/etc).  Move your
      files accordingly.
    
    

  • 2007-02-06
    Affects: users of emulators/qemu
    Author: nox@FreeBSD.org
    Reason: 
      qemu now uses aio at least for ide dma, so if you get
      "Invalid system call" crashes that is because aio is not (kld)loaded.
    
    

Number of commits found: 98

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
25 Jul 2008 10:38:45
Original commit files touched by this commit  0.9.1_9
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
20 Jun 2008 23:14:55
Original commit files touched by this commit  0.9.1_9
nox search for other commits by this committer
Chase moved MASTER_SITE
06 Jun 2008 14:27:07
Original commit files touched by this commit  0.9.1_9
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
03 Jun 2008 19:39:51
Original commit files touched by this commit  0.9.1_8
nox search for other commits by this committer
Fix NOPORTDOCS when texi2html is not installed

Found by:       itetcu
17 May 2008 19:53:44
Original commit files touched by this commit  0.9.1_8
nox search for other commits by this committer
- Add note about network boot issues to pkg-message.s
- Remove obsolete dhcp patch
- Bump PORTREVISION
13 May 2008 19:29:38
Original commit files touched by this commit  0.9.1_7
nox search for other commits by this committer
- Add notes about how to autoload kqemu at boot and about the fact that
  kqemu only accellerates qemu-system-x86_64 on amd64 that were missing
  in qemu's pkg-message [1]
- Update the note about kqemu on amd64 SMP, and add a reminder to keep
  kqemu in sync with the kernel while I'm at it
- Bump PORTREVISION

Noticed by:     bakul [1]
08 May 2008 21:45:10
Original commit files touched by this commit  0.9.1_6
nox search for other commits by this committer
Fix "drive_init()" Disk Format Security Bypass

Obtained from:  qemu cvs
Security:      
http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html
03 Apr 2008 21:18:40
Original commit files touched by this commit  0.9.1_5
 This port version is marked as vulnerable.
nox search for other commits by this committer
- Use PREFIX for qemu-ifup, install default scripts, bump PORTREVISION [1]
- Patch a pointer to pkg-message into the manpage

Submitted by:   bms [1]
21 Mar 2008 17:31:52
Original commit files touched by this commit  0.9.1_4
 This port version is marked as vulnerable.
nox search for other commits by this committer
- Add runtime warning when aio is not loaded
- Bump PORTREVISION

Requested by:   several people on freebsd-emulation@
20 Mar 2008 09:46:38
Original commit files touched by this commit  0.9.1_3
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.9.1_3
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
11 Mar 2008 23:22:24
Original commit files touched by this commit  0.9.1_2
 This port version is marked as vulnerable.
nox search for other commits by this committer
Fix unchecked block read/write vulnerability

Obtained from:  qemu cvs
Security:      
http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
04 Mar 2008 22:22:56
Original commit files touched by this commit  0.9.1_1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Add knob to explicitly add/remove gnutls dependency

Noticed by:     jkim
21 Jan 2008 22:44:33
Original commit files touched by this commit  0.9.1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Disable HACKS_CIRRUS while it's not working

PR:             ports/119864
Submitted by:   Kyryll A Mirnenko <mirya@zoc.com.ua>
21 Jan 2008 01:00:52
Original commit files touched by this commit  0.9.1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Actually remove removed patches (oops!)

Pointyhat to:   nox
20 Jan 2008 17:16:06
Original commit files touched by this commit  0.9.1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Update to 0.9.1

Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
13 Dec 2007 01:10:53
Original commit files touched by this commit  0.9.0_4
 This port version is marked as vulnerable.
nox search for other commits by this committer
Fix translation block local denial of service vulnerability

Obtained from:  qemu cvs
Security:      
http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
07 Jun 2007 20:12:11
Original commit files touched by this commit  0.9.0_3
 This port version is marked as vulnerable.
nox search for other commits by this committer
Add another MASTER_SITE while qemu.org is down.

Submitted by:   fenner@ (portsurvey)
26 May 2007 17:08:17
Original commit files touched by this commit  0.9.0_3
 This port version is marked as vulnerable.
nox search for other commits by this committer
Merge qcow2 fixes from qemu-devel (cvs):

- Qcow2 corruption fix, by Juergen Keil.
- Qcow2: Release refcount table clusters after growing the refcount table,
  by Juergen Keil.
19 May 2007 21:32:57
Original commit files touched by this commit  0.9.0_2
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
02 May 2007 20:54:05
Original commit files touched by this commit  0.9.0_1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Add security fixes from debian etch (slightly adapted to this version)

Obtained from:  debian
Security:      
http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
10 Mar 2007 17:05:00
Original commit files touched by this commit  0.9.0
 This port version is marked as vulnerable.
nox search for other commits by this committer
Add CONFLICTS for qemu-devel

Approved by:    miwi (mentor, implicit)
06 Feb 2007 23:49:01
Original commit files touched by this commit  0.9.0
 This port version is marked as vulnerable.
nox search for other commits by this committer
Update to 0.9.0:

- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix

NOTES: Please read UPDATING!

Approved by:    miwi (mentor)
04 Feb 2007 13:22:07
Original commit files touched by this commit  0.8.2s.20070111_1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Slirp seems to be working again on -current.

Submitted by:   Scott Robbins <scottro@nyc.rr.com>
Approved by:    miwi (mentor, implicit)
03 Feb 2007 22:15:28
Original commit files touched by this commit  0.8.2s.20070111_1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Update to 2007-02-03 snapshot:

- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
31 Jan 2007 23:20:54
Original commit files touched by this commit  0.8.2s.20070111_1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Fix crashes on -current/amd64 hosts

Submitted by:   jkim
Approved by:    miwi (mentor, implicit)
17 Jan 2007 23:12:01
Original commit files touched by this commit  0.8.2s.20070111
 This port version is marked as vulnerable.
nox search for other commits by this committer
Add link to a -current tap howto

Submitted by:   Scott Robbins <scottro@nyc.rr.com>
Approved by:    miwi (mentor)
12 Jan 2007 00:13:58
Original commit files touched by this commit  0.8.2s.20070111
 This port version is marked as vulnerable.
nox search for other commits by this committer
Update qemu to 2007-01-11 snapshot:

- add slirp udp fix
  [this should fix the dns problems with some guests]
- document slirp problems on recent -current (I don't have a -current box
  so if someone wants to help debug this you are most welcome!)
- memsave monitor command
- Dynamic handling of guest mice, by Lonnie Mendez.
- PPC32 Trace Exception and Trap instruction, by Jason Wessel.
- Add -option-rom option to allow loading of PCI option ROMs, by
  Anthony Liguori.
- Add -boot n option for x86 using PXE, by Anthony Liguori.
  [for use with tuntap]
- Support for Bochs "growing" images, by Volker Ruppert.
- Japanese keyboard patch (kazu)
- Revert -disk patch, as requested by Fabrice. The general idea of this
  patch is sound, but the implementation is just too ugly.
  [this should fix the hanging linux guests]
- Devfn number for the PIIX3 southbridge, by Aurelien Jarno.
- Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.
- And some more bugfixes.

Approved by:    miwi (mentor)
26 Dec 2006 22:41:13
Original commit files touched by this commit  0.8.2s.20061225_1
 This port version is marked as vulnerable.
nox search for other commits by this committer
Add patch to pass windows keys to qemu guests

PR:             ports/107216
Submitted by:   Scott Robbins <scottro@nyc.rr.com>
Approved by:    miwi (mentor)
25 Dec 2006 19:49:52
Original commit files touched by this commit  0.8.2s.20061225
 This port version is marked as vulnerable.
nox search for other commits by this committer
update qemu to 20061225 snapshot:

- Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp]
- Run monitor over unix domain sockets, by Anthony Liguori.
- Unix domain socket support for VNC, by Anthony Liguori.
- Daemonize option, by Anthony Liguori.
- SCSI emulation improvements, by Chuck Brazie.
[adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk
syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html:

 "-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]"

    Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type=
    disk,id='auto assign'

doing a quick test with a FreeBSD guest I was able to mount and look at
a ufs partition; doesn't seem to quite work with (some?) linux guests
yet tho, will post about this on the qemu list...]
- and a few bug fixes.

Approved by:    miwi (mentor)
23 Dec 2006 17:42:42
Original commit files touched by this commit  0.8.2s.20061216
 This port version is marked as vulnerable.
nox search for other commits by this committer
Update MAINTAINER email address of my ports

Approved by:    miwi
17 Dec 2006 00:22:36
Original commit files touched by this commit  0.8.2s.20061216
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 20061216
- Fix usb host support

PR:             ports/106820
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
15 Dec 2006 08:17:39
Original commit files touched by this commit  0.8.2s.20061214
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 20061214
- Fix physical device access

PR:             ports/106727
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
29 Nov 2006 20:58:35
Original commit files touched by this commit  0.8.2s.20061128
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2006-11-28 snapshot
- Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!)
- Document physical device problems in pkg-message and move aio item
  to the bottom so it has a slightly smaller chance of being
  overlooked

PR:             ports/105971
Submitted by:   Juergen Lock (maintainer)
04 Nov 2006 18:29:35
Original commit files touched by this commit  0.8.2s.20061102
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 20061102

PR:             ports/105086
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
31 Oct 2006 22:55:34
Original commit files touched by this commit  0.8.2s.20061031
 This port version is marked as vulnerable.
pav search for other commits by this committer
- update to 20061031 cvs snapshot (now uses aio and supports acpi and a new
  qcow2 image format)
- properly respect NOPORTDOCS
- make -serial /dev/cuadX work (modified patch from this post:
  http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00201.html , and hi
  Michael! :)
- add WITHOUT_SDL (hi joshe! :) and WITHOUT_CDROM_DMA knobs (the latter to work
  around atapicam problems in FreeBSD guests with the now by default enabled
  ide cdrom dma patch)
- use OPTIONS

PR:             ports/104989
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.8.2_2
 This port version is marked as vulnerable.
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
02 Sep 2006 20:50:47
Original commit files touched by this commit  0.8.2_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
Chase net/samba to net/samba3 in preparation for removal of the former.
25 Aug 2006 22:16:20
Original commit files touched by this commit  0.8.2_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- change to samba3

PR:             ports/102494
Submitted by:   Juergen Lock <nox(at)jelal.kn-bremen.de>,(maintainer)
Approved by:    krion (mentor)
22 Aug 2006 00:02:01
Original commit files touched by this commit  0.8.2_1
 This port version is marked as vulnerable.
shaun search for other commits by this committer
- Fix build on 4.x [1]
- Respect CFLAGS [2]
- Support parallel port under FreeBSD [3]

PR:             ports/102154 [1], ports/102188 [2]
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> [1],
                Stanislav Sedov <ssedov@mbsd.msk.ru> [2],
                Robert Jenssen (via freebsd-ports) [3]
Approved by:    Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [2] [3]
07 Aug 2006 17:10:27
Original commit files touched by this commit  0.8.2
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 0.8.2.

PR:             ports/101381
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
23 Jul 2006 01:04:01
Original commit files touched by this commit  0.8.1_2
 This port version is marked as vulnerable.
shaun search for other commits by this committer
- Add a fix by Anthony Liguori for the 'invisible wall' problem:
    http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html

- Update pkg-message (linux 2.6 default HZ)

PR:             ports/100722
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Approved by:    ahze (mentor, implicit)
19 May 2006 09:17:54
Original commit files touched by this commit  0.8.1_1
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Fix plist

PR:             97363
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
06 May 2006 17:15:41
Original commit files touched by this commit  0.8.1
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 0.8.1.

PR:             ports/96876
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
29 Apr 2006 10:15:50
Original commit files touched by this commit  0.8.0s.20060426
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2006-04-26 snapshot

PR:             ports/96426
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
23 Apr 2006 18:33:29
Original commit files touched by this commit  0.8.0s.20060414
 This port version is marked as vulnerable.
vs search for other commits by this committer
Fix build on 4.x

PR:             ports/95887
Submitted by:   maintainer
16 Apr 2006 03:38:02
Original commit files touched by this commit  0.8.0s.20060414
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 2006-04-14 snapshot.
o no longer needs 3-wire configs when using the emulated serial port.
o update patch-libmath to match this commit: [1]
        http://docs.freebsd.org/cgi/mid.cgi?200512021345.jB2Dj6D3057000
o Allow multiple graphics devices.
o ARM Versatile Platform Baseboard emulation.
o Thumb prefetch abort fix.
o simulate a null modem cable.
o 64 bit disassembly.
o USB tablet support (Brad Campbell, Anthony Liguori).
o mouse API changes.

Suggested by:   jkim [1]
PR:             ports/95826
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
09 Apr 2006 18:09:42
Original commit files touched by this commit  0.8.0s.20060408
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 2006-04-08 snapshot.

Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
26 Mar 2006 16:11:36
Original commit files touched by this commit  0.8.0_5
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Lonnie sent me updates to 2 of his usb fixes,
- and posted another usb bugfix affecting FreeBSD guests
- (optionally) seperate out the two WITH_HACKS patches after I learned the
  cirrus patch can cause problems with xp guests too

PR:             ports/94949
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
18 Mar 2006 21:23:42
Original commit files touched by this commit  0.8.0_3
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add Lonnie's usb host support patches and a bunch of other fixes mostly from
  cvs, including a workaround for the -nographic crash.

PR:             ports/94654
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
21 Jan 2006 23:41:48
Original commit files touched by this commit  0.8.0_3
 This port version is marked as vulnerable.
maho search for other commits by this committer
(WITH_HACKS) Patching process should be silent
21 Jan 2006 23:10:06
Original commit files touched by this commit  0.8.0_3
 This port version is marked as vulnerable.
maho search for other commits by this committer
Add another hack:
http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html
1024 px width for 24 bit gets faster

Approved by:    Maintainer
05 Jan 2006 22:21:14
Original commit files touched by this commit  0.8.0_3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
two additional slirp patches for emulators/qemu

        Apply two additional slirp patches from the mailing list
        (and quiet WITH_HACKS patching):

        http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00277.html
        (-> files/patch-slirp-nat)

        http://lists.gnu.org/archive/html/qemu-devel/2005-05/msg00228.html
        (-> files/patch-slirp-mbuf.c)

PR:             ports/91358
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de>
31 Dec 2005 00:12:20
Original commit files touched by this commit  0.8.0_2
 This port version is marked as vulnerable.
maho search for other commits by this committer
Add a knob WITH_HACKS. we now have IDE Bus-master DMA Support.
(However, this will break existing Windows 2000 or XP installations).

Approved by:    maintainer
21 Dec 2005 23:46:31
Original commit files touched by this commit  0.8.0_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix patch from previous revision

PR:             ports/90778
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
21 Dec 2005 22:12:46
Original commit files touched by this commit  0.8.0_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)

PR:             ports/90763
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
20 Dec 2005 23:27:46
Original commit files touched by this commit  0.8.0
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.8.0

PR:             ports/90709
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
03 Dec 2005 03:18:40
Original commit files touched by this commit  0.7.2s.20051130
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Update to 2005-11-30 snapshot.

PR:             ports/ports/89816
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
16 Nov 2005 01:32:56
Original commit files touched by this commit  0.7.2s.20051112
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Fix build on amd64

PR:             ports/89064
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
14 Nov 2005 05:17:09
Original commit files touched by this commit  0.7.2s.20051112
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Update to 2005-11-12 snapshot.

PR:             ports/88952
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
05 Nov 2005 14:00:44
Original commit files touched by this commit  0.7.2s.20051030
 This port version is marked as vulnerable.
nork search for other commits by this committer
Fix build on 4.x.

PR:             ports/88522
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
31 Oct 2005 15:07:44
Original commit files touched by this commit  0.7.2s.20051030
 This port version is marked as vulnerable.
nork search for other commits by this committer
Fix build error.

Pointy hat to:  myself
31 Oct 2005 13:43:13
Original commit files touched by this commit  0.7.2s.20051030
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 0.7.2s.2005.1030.
o separate kqemu build phase to emulators/kqemu-kmod port.
o cleanup kqemu support.
o cleanup MASTER_SITES.

Discussed with: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Reviewed by:    Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
15 Oct 2005 00:47:48
Original commit files touched by this commit  0.7.2s.20050909_2
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Mention ed(4) emulation is broken in FreeBSD 6.0-RC1.

Submitted by:   Juergen Lock <nox at jelal dot kn-bremen dot de> (maintainer)
07 Oct 2005 20:26:21
Original commit files touched by this commit  0.7.2s.20050909_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Now compiles with system compiler on amd64 again (Klaus-J. Wolf)
- Fix bogus EBUSY with /dev/kqemu on 5+ (Manuel Stuehn)

PR:             ports/86617, ports/87086
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
01 Oct 2005 18:05:06
Original commit files touched by this commit  0.7.2s.20050909_1
 This port version is marked as vulnerable.
pjd search for other commits by this committer
Fix typo.
01 Oct 2005 18:03:03
Original commit files touched by this commit  0.7.2s.20050909
 This port version is marked as vulnerable.
pjd search for other commits by this committer
Fix a panic on qemu process close (when kqemu is used).
Structure 'ks' was used after it has been freed.

Reviewed by:    Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
01 Oct 2005 14:25:09
Original commit files touched by this commit  0.7.2s.20050909
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Fix build in 4.x
Make portlint happier

PR:             86686
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Approved by:    pav (mentor)
23 Sep 2005 21:08:37
Original commit files touched by this commit  0.7.2s.20050909
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix plist in WITH_KQEMU case

PR:             ports/86379
Submitted by:   Bjorn Konig <bkoenig@cs.tu-berlin.de>
Approved by:    Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
10 Sep 2005 18:04:42
Original commit files touched by this commit  0.7.2s.20050909
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 0.7.2s.20050909.

PR:             ports/85947
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
19 Jul 2005 07:06:56
Original commit files touched by this commit  0.7.0s.20050717
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 20050717 snapshot, short ChangeLog:

        Merge /dev/kqemu cloning support to kmod_bsd.c (Craig Boston),
        Giant-lock kqemu (Bakul Shah), Utilize BSDMakefile to compile
        kqemu.ko, and cosmetic change (Norikatsu Shigemura)

        See more info in ports/83691 for full ChangeLog.

PR:             ports/83691
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
30 May 2005 15:56:51
Original commit files touched by this commit  0.7.0s.20050528
 This port version is marked as vulnerable.
nork search for other commits by this committer
Update to 2005-05-28 snapshot.

PR:             ports/81633
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
05 May 2005 13:41:10
Original commit files touched by this commit  0.7.0s.20050502
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2005-05-02 snapshot
- Add kqemu support

PR:             ports/80595
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
03 May 2005 05:02:46
Original commit files touched by this commit  0.7.0
 This port version is marked as vulnerable.
nork search for other commits by this committer
o Oops, I forgot to commit 2 patches.
o In some environment, qemu missing 2 patches might be able
  to compiled.  So I bump PORTREVISION.

Pointed out by: Jung-uk Kim <jkim@niksun.com>
                Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
                Mark Treacy <mark.treacy@gmail.com>
                pointyhat via kris
01 May 2005 08:39:11
Original commit files touched by this commit  0.7.0
 This port version is marked as vulnerable.
nork search for other commits by this committer
o Update to 0.7.0. [1]
o Remove hard samba dependency. [2]

PR:             ports/80486
Submitted by:   Jung-uk Kim <jkim@niksun.com> [1]
                Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [1]
Suggested by:   des [2]
08 Mar 2005 23:02:58
Original commit files touched by this commit  0.6.2s.20050305
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2005-03-05 snapshot

PR:             ports/78509
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
03 Mar 2005 20:35:05
Original commit