Commit Graph

89 Commits

Author SHA1 Message Date
espie
53295a4812 bye bye FLAVOR:L 2011-12-02 14:36:13 +00:00
sthen
cb2d81f3c8 Drop a patch which originated from FreeBSD which we don't need.
From Brad.
2011-11-07 21:37:30 +00:00
sthen
5e448f75a8 e1000 driver fix; don't set the capabilities list bit in the status register
as the capabiliities pointer is not defined. From Brad (maintainer).
2011-10-19 08:12:06 +00:00
sthen
cf951198a2 update to QEMU 0.15.1, from Brad (maintainer). 2011-10-17 20:27:17 +00:00
sthen
cb36dcdb8c Backport some upstream qemu fixes, from Brad (maintainer) -
- Fix install(1) usage to be compatible with OpenBSD's install(1).
- Allow overriding the location of Samba's smbd,

From Brad

- Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make
  them work with older binutils versions. Fixes *-bsd-user build on
  OpenBSD 4.9 which ships binutils 2.15.

From Gerd Hoffmann <kraxel at redhat dot com>
2011-09-21 09:02:30 +00:00
sthen
0c379e36ff qemu e1000 driver: use MII status reg for link up/down. From upstream via Brad. 2011-08-28 11:21:05 +00:00
sthen
9ef7879b48 set CONFIGURE_ARGS for sparc; from Brad 2011-08-17 08:50:25 +00:00
sthen
451c34ae0f update to qemu 0.15.0, from Brad (maintainer)
- handle qemu-old/kqemu removal in PLISTs, allowing seamless updates to
the new version
2011-08-16 21:24:42 +00:00
ajacoutot
5ec5bdfdea SECURITY: CVE-2011-2527 qemu: when started as root, extra groups are not
dropped correctly.

from Brad (maintainer)
2011-07-19 06:05:42 +00:00
sthen
7ae2e1c91d Build the bsd-user emulation binaries; they're still early work-in-progress
upstream, but this brings the port closer to a default qemu build. From Brad.
2011-06-15 21:13:33 +00:00
sthen
351ea7ed09 Re-enable curses support and stop disabling GUEST_BASE support. From Brad. 2011-06-10 21:47:54 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sthen
8ddb8cb200 - support powerpc/mips64/mips64el, from Brad, tests me/phessler
- make VMEM_WARNING unconditional, some files won't compile without
increasing datasize limits, at least on powerpc.
2011-05-25 07:43:48 +00:00
sthen
b668f87e23 qemu Makefile/patch changes, from Brad.
- Sort the arch list.
- Remove some local patching from the configure script
  which is not necessary.
- Remove debug option from linker command line when not using --enable-debug.
- Recognize arm / hppa OpenBSD.
2011-05-23 23:43:28 +00:00
sthen
59250e7e36 update to 0.14.1, from Brad. 2011-05-12 22:19:24 +00:00
ajacoutot
1e247aefa8 Tweak README after recent vnd(4) changes.
ok todd@ (maintainer qemu-old)
2011-05-09 15:54:56 +00:00
sthen
9bf4877c1b sort CONFIGURE_ARGS, from Brad (taking maintainer), discussed with fgsch@ 2011-03-25 01:05:15 +00:00
sthen
36fe2515ca this doesn't need groff, also don't use @ to hide the commands in the
install target. from Brad.
2011-03-20 20:40:52 +00:00
sthen
d9586b0eb7 update qemu to 0.14.0, from Brad. 2011-03-12 23:28:39 +00:00
sthen
e252552d65 - fix multicast virtual networks; setsockopt(SOL_IP, IP_MULTICAST_LOOP)
takes a u_char, not int as in the 0.13.0 qemu code. from mcbride@ with
name change by fgsch@.

- fix copy-and-pasto in the sample qemu-ifdown script resulting in
tun interface not being removed and errors when qemu closes. from me.

ok mcbride@(first part) fgsch@ ajacoutot@ landry@
2011-01-26 13:51:43 +00:00
sthen
9d49571e88 minor README changes;
- give examples for qemu-system-x86_64 (for 64-bit client OS)
- use 4.9 in examples

ok phessler@ jasper@
2011-01-19 16:22:31 +00:00
fgsch
dc0e9861c1 Update to qemu 0.13.0. fmt README and sync with reality.
with input and ok sthen@
2010-11-22 11:32:01 +00:00
espie
a14bf26ca8 new depends 2010-11-15 23:22:07 +00:00
jasper
96375aa1fa - switch to pkg-readmes 2010-11-12 14:43:12 +00:00
sthen
331eb83819 remove bogus conflict markers and bump, problem noticed by henning@ 2010-10-28 22:34:47 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
sthen
da007aab8d update qemu to 0.12.5; testing/feedback from Daniel Dickman, Dawe, lum@,
commit requested by fgsch@
2010-08-26 13:44:29 +00:00
fgsch
51d7c8af65 Remove special treatment for i386 now that it switched to gcc4. While I'm
here use REVISION. sthen@ ok.
2010-07-23 00:27:09 +00:00
sthen
bd465d8f07 remove i386 from ONLY_FOR_ARCHS unless the compiler is gcc4,
various reports of not being usable with i386/gcc3 and it segfaults
at startup for me.

ok fgsch@
2010-06-24 09:48:06 +00:00
fgsch
8a49b77cb9 Add debug flavor. 2010-06-17 09:57:55 +00:00
fgsch
528053926b - update to 0.12.4
- add sparc64 to the list of supported archs
- remove cache-utils.c patch for now
- regen patches
2010-06-08 01:08:20 +00:00
fgsch
6f04a349af Remove todd@ as maintainer. todd@ ok'd. 2010-05-28 00:04:17 +00:00
fgsch
a94fcbebda Use clock_gettime(). 2010-05-28 00:02:52 +00:00
fgsch
5ffde3bd12 regen. 2010-05-27 23:58:47 +00:00
fgsch
982361dd04 Fix bug in cmpxchg instruction emulation. From Andreas Gustafsson via
https://bugs.launchpad.net/qemu/+bug/569760
2010-05-27 19:03:07 +00:00
fgsch
cb414b9474 hardcode cachelines to 32 for now, as the ppc port does. 2010-05-27 18:50:16 +00:00
fgsch
43e6dfa104 disable ppc. it's not supported atm. 2010-05-27 18:49:41 +00:00
fgsch
87cfe61a67 Update to qemu 0.12.3. Work in progress so not linked to the tree yet. 2010-05-27 17:55:05 +00:00
giovanni
7db3aed3f1 Change qemu scripts after brconfig(4) has gone in the attic,
fix homepage and master_site (upstream does not provide old versions
anymore).
ok todd@ (Maintainer)
2010-01-07 14:15:17 +00:00
jasper
c8f1380f0b - adapt patch now that we have ENOTSUP defined 2009-10-27 13:07:49 +00:00
todd
29c3581593 - normal users cannot bind to < 1024, so suggest ports > 1024
- bump
from Rodolfo Gouveia rgouveia at cosmico dot net
2009-06-02 22:47:52 +00:00
sthen
7ad139b7be autoselect the most likely interface for qemu-ifup to bridge with by
looking at the default IPv4 route. still overridable in the environment
as before. ok todd@
2009-04-20 20:45:47 +00:00
todd
61560e474f o more clarity in README based on feedback
o we are now at 4.5(beta)
bump pkgname
2009-02-11 23:39:30 +00:00
ajacoutot
e236e51ee4 - change the way README.OpenBSD is installed so that the .bak file does
not end up in PLIST; INSTALL_SCRIPT was wrong too since we don't need to
install this file as executable
2008-12-11 09:47:06 +00:00
ajacoutot
104dda70fa - fix typo in SUBST_CMD to make this port build
- SYSCONFDIR is always /etc for base system files (i.e. /etc/hostname.if...)
2008-12-11 09:17:33 +00:00
todd
a1934c0929 .. missed by last commit, the commit message (below) and this file
several tweaks and improvements, no real functional change
From Giovanni Bechis bigionews(at)snb(dot)it and
 Mikaloj Kucharski mikalaj(at)kucharski(dot)name
o use SUBST_CMD
o fix README.OpenBSD
  o fix path
  o do not hardcode /usr/local
o add @bin markers
From Alexander Hall alexander(at)beard(dot)se
o add non root fd passing sudo instructions
bump PKGNAME
2008-12-10 23:38:52 +00:00
todd
f76e29a76b *** empty log message *** 2008-12-10 23:30:33 +00:00
mpf
76d0d4d827 Fix -net tap,ifname=/dev/tunX support.
Bump PKGNAME.
OK todd@
2008-09-22 15:17:54 +00:00
martynas
3bfabf618f remove. math has isnormal, isgreater, isgreaterequal, isless,
islessequal, isunordered.  tested by me and sthen@
ok sthen@
2008-07-24 19:00:11 +00:00