non port: emulators/qemu-devel/pkg-message |
SVNWeb
|
Number of commits found: 23 |
Tue, 26 Sep 2023
|
[ 05:39 Muhammad Moinur Rahman (bofh) ] e6a3abc
emulators/qemu-devel: Update to 20230731 snapshot
- Pet portclippy
|
Mon, 25 Sep 2023
|
[ 06:59 Muhammad Moinur Rahman (bofh) ] b05d873
emulators/qemu-devel: Update to snapshot 20230630
- Sanitize some of the pkg-message
- Remove some unnecessary dependency
|
Sun, 24 Sep 2023
|
[ 10:40 Muhammad Moinur Rahman (bofh) ] 86a0711
emulators/qemu-devel: Update snapshot to 20230531
|
Tue, 13 Aug 2019
|
[ 16:03 mat ] (Only the first 10 of 274 ports in this commit are shown above. )
Convert to UCL & cleanup pkg-message (categories e-g)
|
Tue, 21 Mar 2017
|
[ 21:59 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
|
Fri, 2 Aug 2013
|
[ 18:50 nox ]
- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1]
- Remove a double word in pkg-message.
PR: ports/180997 [1]
Submitted by: nwhitehorn
|
Wed, 29 May 2013
|
[ 18:01 nox ] (Only the first 10 of 22 ports in this commit are shown above. )
- Update to 1.5.0, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html
Full changelog:
http://wiki.qemu.org/ChangeLog/1.5
The new libusb host code needs recent 10-current; for older releases you
can still try the net/usbredir support knob, see pkg-message for details.
- Update pkg-message a bit.
Thanx to: emaste for some suggestions
|
Sat, 9 Jun 2012
|
[ 16:19 nox ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update net/usbredir to 0.4.3 .
- Update emulators/qemu-devel to 1.1.0 - announce posting is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html
|
Fri, 2 Dec 2011
|
[ 19:28 nox ]
Update to 1.0, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html
Feature safe: yes
|
Sun, 21 Aug 2011
|
[ 15:49 nox ] (Only the first 10 of 17 ports in this commit are shown above. )
- Update to 0.15.0 - Changelog:
http://wiki.qemu.org/ChangeLog/0.15
|
Fri, 1 Apr 2011
|
[ 19:30 nox ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update to 0.14.0 .
- Update amd64 host bsd-user linker script to fix build on
-current/amd64. [1]
- Some updates to the pkg-message.
PR: ports/155558 [1]
Submitted by: Garrett Cooper <yanegomi@gmail.com> [1]
|
Thu, 21 Oct 2010
|
[ 20:16 nox ] (Only the first 10 of 21 ports in this commit are shown above. )
Update to 0.13.0
|
Mon, 8 Feb 2010
|
[ 22:19 nox ]
- Welcome emulators/qemu-devel ppc host support! :) [1]
- Attempt to make the pkg-message.s a little more readable. [2]
- Bump PORTREVISIONs.
Submitted by: Andreas Tobler <andreast@fgznet.ch> [1]
Submitted by: wkoszek [2] (with modifications)
|
Thu, 4 Feb 2010
|
[ 20:27 nox ]
- Welcome usable qemu pcap networking! :)
1. Fix packet delays. [1]
2. Truncate oversize packets according to host interface's MTU
to avoid e.g. Linux guests panic'ing.
Note: This is only necessary as a stopgap measure for cases like
host inferfaces using TSO (it still causes retransmissions),
the better workaround is to disable the feature on the host
interface while using qemu's pcap code.
- Add note about pcap to pkg-message.s
- Bump PORTREVISIONs.
Submitted by: jkim [1]
|
Sun, 17 Jan 2010
|
[ 16:20 nox ]
Finally bring qemu 0.12.1 into ports as the new emulators/qemu-devel,
release announcement is here:
http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg02151.html
Quoting from pkg-message:
- kqemu is no longer supported in qemu upstream after the 0.11 branch
was created, which means also not in this version. (Linux has moved
on to kvm now for qemu(-like) virtualization needs, so if you want qemu
to go faster and don't want to switch to virtualbox or stick to the older
emulators/qemu port which is at 0.11.1 atm and as such still supports
kqemu you should help getting the FreeBSD kvm port updated and
completed:
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
)
|
Tue, 24 Mar 2009
|
[ 19:39 nox ]
- Update pkg-message, adding a note about this currently being at an older
version than the main port among other things
- Add MAKE_JOBS_SAFE fix and mark as such
- Bump PORTREVISION
|
Sat, 2 Aug 2008
|
[ 18:31 nox ]
Add note about pcap on 6.x
|
Tue, 8 Jul 2008
|
[ 18:42 nox ] (Only the first 10 of 22 ports in this commit are shown above. )
- Update to 20080620 svn snapshot, which uses the new kqemu-kmod-devel
port that now also works for the 32 bit "qemu" executable on amd64
(if you build with the KQEMU knob on, you have to deinstall the old
kqemu-kmod first if it is installed)
- Add an ALL_TARGETS knob that, if turned off, omits the remaining dyngen
targets, eliminating the need for gcc 3.4 (everything but ppc and sh4
has been converted to tcg in this snapshot)
- Add tcg fixes for amd64 guests on i386 hosts (two of three have been
committed to qemu svn in the meantime) [1]
- Update the pkg-message about kqemu on amd64, and add a note about using
nfs with slirp, the latter [2]
- Homepage now at http://bellard.org/qemu/ - update links
Submitted by: nox [1]
Submitted by: joerg [2]
|
Sat, 17 May 2008
|
[ 18:53 nox ]
- Add note about network boot issues to pkg-message.s
- Remove obsolete dhcp patch
- Bump PORTREVISION
|
Tue, 13 May 2008
|
[ 18:29 nox ]
- 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]
|
Thu, 3 Apr 2008
|
[ 20:18 nox ] (Only the first 10 of 14 ports in this commit are shown above. )
- Use PREFIX for qemu-ifup, install default scripts, bump PORTREVISION [1]
- Patch a pointer to pkg-message into the manpage
Submitted by: bms [1]
|
Wed, 12 Mar 2008
|
[ 20:01 nox ]
- Add tcg bugfix that went missing in the security rush [1]
- Change the e1000 mmio addr space according to spec [2]
- Update pkg-message
- Bump PORTREVISION
Submitted by: nox [1]
Obtained from: qemu cvs [2]
|
Sat, 10 Mar 2007
|
[ 17:03 nox ] (Only the first 10 of 38 ports in this commit are shown above. )
- Forced commit to note the following repocopy:
emulators/qemu -> emulators/qemu-devel
Approved by: miwi (mentor, implicit)
|
Number of commits found: 23 |