Commit graph

157 commits

Author SHA1 Message Date
Juergen Lock
22ed0bf0be - Update to 1.1.1, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html

- Rename CLANG workaround knob to CLANG_HACK to avoid it being
  inadvertently triggered by WITH_CLANG in make.conf etc.

- Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the
  1.1.1 distfile is in fact compressed with gzip not bzip2 despite
  the extension.

- Add preliminary arm-bsd-user support, this still will only run
  very simple executables like a static echo (the same as the rest
  of the bsd-user targets) due to lots of syscall handling still
  missing.  Help welcome there! :)
  This work was started by bapt and cognet, I fixed syscall arg
  passing (only the first four are passed in registers, the rest
  on the stack) as well as errno and carry handling at syscall
  return among other things and cleaned up cognet's version a bit.
  (The OpenBSD case is untested and probably wrong.) [1]
  Some notes in this post:

	http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html

Submitted by:	cognet [1] (initial version of the patch)
2012-07-19 20:15:43 +00:00
Juergen Lock
cabfb741f5 - Replace ALL_TARGETS knob by two new knobs, BSD_USER and X86_TARGETS
to allow only building x86 targets again.
- Add knob to enable the clang workaround, this is a knob to make sure
  users read about the disadvantages. (result is slow and less stable)
- No PORTREVISION bump as the default installed bits don't change.
2012-06-27 17:27:39 +00:00
Juergen Lock
a120c6a205 Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
2012-06-16 15:28:45 +00:00
Juergen Lock
b4d7f46da9 - 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
2012-06-09 16:19:05 +00:00
Juergen Lock
9069234177 - Add patch to improve e1000 rx performance especially with netmap to
emulators/qemu-devel. [1]
- Convert both qemu ports to OPTIONng.

Submitted by:	luigi [1] (original version of the patch)
Optained from:	qemu-devel mailinglist [1] (improved version of the patch)
2012-06-01 20:49:50 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Juergen Lock
72cb34ee50 Remove the GA knob, it can no longer be turned off since other parts
of the build now depend on python too.
2012-02-28 22:41:05 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Juergen Lock
743f1c15fc Update to 1.0.1 - announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg02458.html
2012-02-17 22:31:17 +00:00
Juergen Lock
6fb53f02ba - Fix pkg-plist.
- Bump PORTREVISION.

PR:		ports/164571
Submitted by:	Jimmy Olgeni <olgeni@freebsd.org>
2012-01-29 14:43:45 +00:00
Juergen Lock
26fd173746 Unbreak by fixig emulators/seabios-devel dependency.
Feature safe:	yes
2011-12-12 18:35:47 +00:00
Juergen Lock
adb279437e Mirror main distfile on MASTER_SITE_LOCAL as original mastersite seems
to be unavailable for a little while now.

Feature safe:	yes
2011-12-05 17:44:37 +00:00
Juergen Lock
188ce96b32 Update to 1.0, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html

Feature safe:	yes
2011-12-02 19:28:07 +00:00
Juergen Lock
3a595f083a (Attempt to) fix build WITH_ALL_TARGETS on < 9.x/i386
Feature safe:	yes
2011-11-26 22:52:27 +00:00
Juergen Lock
59b893e7fb - Respect CC (sgabios) [1]
- Respect STRIP [2]
- Respect NOPORTDOCS, even if it's empty [3]
- Trim deps for -nographic [4]

PR:		ports/161855 [1], ports/161856 [2], ports/161857 [3],
		ports/161858 [4]
Submitted by:	Nali Toja <nalitoja@gmail.com>
2011-10-22 18:56:05 +00:00
Juergen Lock
f0a083fe05 Update to 0.15.1 - Changelog:
http://wiki.qemu.org/ChangeLog/0.15
2011-10-13 19:08:30 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Juergen Lock
78889e9c76 - Add ahci emulation fix for FreeBSD guests. [1]
- Add OPTION to build a seabios git snapshot that add ahci boot disk
  emulation. [2]
- Bump PORTREVISION.

Submitted by:	avg [1]
Suggested by:	avg [2]
2011-09-16 19:17:12 +00:00
Juergen Lock
2052a28971 Fix last-minute Makefile edit that broke the build WITH_GNS3. 2011-08-25 16:54:45 +00:00
Juergen Lock
4a44907122 - Update to 0.15.0 - Changelog:
http://wiki.qemu.org/ChangeLog/0.15
2011-08-21 15:49:39 +00:00
Juergen Lock
85c8cc458d - Add patches and knob (defaulted to off) to support udp networking
and a patch for promiscuous multicast for the emulated e1000 nic,
  both to support using qemu with the (also to be updated)
  emulators/gns3 port.
- Change DIST_SUBDIR to qemu/${PORTVERSION} because PATCHFILES names
  are not versioned.

Requested by:	Benjamin Epitech <mlspirat42@gmail.com>
		(via private email)
Obtained from:	http://code.gns3.net/qemu-patches/
2011-07-13 20:01:41 +00:00
Juergen Lock
8cc334169b Update optional samba dependencies to net/samba35 from samba34.
Submitted by:	joerg (via private email)
2011-07-02 22:02:38 +00:00
Juergen Lock
10d5c138f1 - Update to 0.14.1 .
- Change ALL_TARGETS knob to only affect the bsd-user targets that
  are still incomplete.  (they would be for emulating a single
  process instead of an entire OS; default off i.e. don't build
  them.)
- Fix ADD_AUDIO knob to also emulate hda sound hardware.
- Change CONFLICTS to CONFLICTS_INSTALL in case people that already
  have emulators/qemu installed want to test this version from below
  the work/ dir.
- Prepare Makefile for sparc64 host build in case someone wants to
  debug the runtime problems there. [1]  (Add sparc64 to ONLY_FOR_ARCHS
  then.)

PR:		ports/138772 [1]
Submitted by:	Nathaniel Filardo <nwf@cs.jhu.edu> [1]
2011-06-11 16:22:34 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Juergen Lock
b7e9b8d7f4 - 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]
2011-04-01 19:30:21 +00:00
Pav Lucistnik
bc046831af - Mark BROKEN on amd64/9: does not link
Reported by:	pointyhat
2011-03-25 21:02:39 +00:00
Juergen Lock
531ab2bba4 - (Attempt to) fix build on head.
- No PORTREVISION bump since this is a build fix.

PR:		ports/155558
Submitted by:	Garrett Cooper <yanegomi@gmail.com>
2011-03-15 18:30:02 +00:00
Juergen Lock
87c78b1581 Fix MASTER_SITES:snapshot usage in preparation for future updates
that might use a snapshot distfile again (i.e. the change currently
has no effect.)

PR:		ports/151673
Submitted by:	sahil
2010-10-24 15:51:33 +00:00
Juergen Lock
1677e361b4 Fix a make -j race. (At least this time the bug was upstream...)
Submitted by:	QAT
2010-10-22 19:07:24 +00:00
Juergen Lock
23c5fadb8b Fix NOPORTDOCS (doh!)
Submitted by:	QAT
2010-10-21 21:40:14 +00:00
Juergen Lock
5269a286ff Update to 0.13.0 2010-10-21 20:16:45 +00:00
Juergen Lock
15652c8eae Update samba dependency from net/samba3 to net/samba34.
Submitted by:	jsa on irc
2010-08-14 21:35:28 +00:00
Juergen Lock
1ecc2331f0 Update to 0.12.5, announce message is here:
http://lists.gnu.org/archive/html/qemu-devel/2010-07/msg01402.html
2010-07-24 12:08:22 +00:00
Juergen Lock
b418f601b3 - Update to 0.12.4, announce message is here:
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg00465.html

- Add patch that allows running the resulting qemu{,-system-*} from the
  build dir without having to pass the pc-bios dir with -L if no qemu port
  or another version is installed.
2010-05-10 20:03:56 +00:00
Juergen Lock
f127886266 - These only need perl as build dep so change them to USE_PERL5_BUILD.
- Some whitespace fixes.
- Bump PORTREVISION.

PR:		ports/145838 ports/145839
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2010-04-19 21:07:37 +00:00
Juergen Lock
7052bc7d68 - Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.
- Bump PORTREVISIONs.

PR:		ports/145591
Submitted by:	gcooper
2010-04-11 11:42:38 +00:00
Juergen Lock
a1e19f5eda Update to 0.12.3, announce message is here:
http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg01594.html
(Subject says 0.12.2, but in fact the message is about 0.12.3.)

Feature safe:	yes
2010-03-01 20:05:17 +00:00
Juergen Lock
2a658a958c - 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)
2010-02-08 22:19:29 +00:00
Juergen Lock
47de8e10d8 - 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]
2010-02-04 20:27:30 +00:00
Juergen Lock
49578dff3d Update to 0.12.2, announce message is here:
http://lists.gnu.org/archive/html/qemu-devel/2010-01/msg01227.html
2010-01-19 22:06:58 +00:00
Juergen Lock
d4e5177000 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
)
2010-01-17 16:20:56 +00:00
Juergen Lock
6773fc329d Mark IGNORE while its at an older snapshot than emulators/qemu.
Suggested by:	miwi
Feature safe:	yes
2009-09-20 20:43:08 +00:00
Juergen Lock
59353101d8 Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.)
Submitted by:	pointyhat via miwi
Feature safe:	yes
2009-09-20 10:02:31 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Juergen Lock
510273c0b6 Fix build on head (doh!)
Submitted by:	pointyhat via pav
2009-06-13 19:26:28 +00:00
Juergen Lock
952f424c63 - (Attempt to) fix build on head by entirely disabling the usb host code
which is still not ported to the new usb stack yet.  (qemu could really
use some help here, the author of the old usb host code is busy with
other stuff now...)
- No PORTREVISION bump since this is a build fix.
2009-06-01 19:02:37 +00:00
Juergen Lock
1f349f20c2 - 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
2009-03-24 19:39:02 +00:00
Juergen Lock
b1281b8d4e Rename band-aid build fix patch so it gets applied after the file it
patches (duh!)

Pointyhat to:	nox
2009-02-28 17:31:36 +00:00
Juergen Lock
16526aaf38 Add band-aid build fix for -current (usb host support still wont work with
the new stack - helpful hands wanted there!)

PR:		ports/132126
Submitted by:	Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
2009-02-28 16:50:44 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00