summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* - Fix plist when security/nss is installed. [1]Juergen Lock2013-11-101-0/+5
| | | | | | | - (Attempt to) fix build with unusual locales(?). [2] Reported by: jkim (via private email) [1] Reported by: AN <andy@neu.net> on -ports [2]
* Add powerpc64 to ONLY_FOR_ARCHS.Juergen Lock2013-10-191-1/+1
| | | | | PR: ports/183067 Submitted by: jhibbits
* Update to 1.6.1 - announce message is here:Juergen Lock2013-10-123-52/+3
| | | | http://lists.nongnu.org/archive/html/qemu-devel/2013-10/msg01207.html
* - Add patch to fix mips-softmmu target crashes with clang. [1]Juergen Lock2013-10-032-5/+14
| | | | | | | - Remove USE_GCC. - Bump PORTREVISION. Submitted by: dim [1]
* - Set USE_GCC= any for now when building all targets as clang seemsJuergen Lock2013-09-301-1/+5
| | | | | | | | | | | to build a broken mips-softmmu target. Some info is here - feel free to debug :) http://people.freebsd.org/~nox/tmp/qemu-1.6.0-mips-softmmu-crash.txt - Bump PORTREVISION. Submitted by: sbruno
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | emulators)
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | Convert USE_GMAKE to USES
* - Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1]Juergen Lock2013-09-052-0/+49
| | | | | | | | | | | | | http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html See also gonzo's blog post: http://kernelnomicon.org/?p=401 - Bump PORTREVISION. Submitted by: gonzo (via irc) [1] Obtained from: qemu upstream [1]
* - Update to 1.6.0 - announce message is here:Juergen Lock2013-08-2033-23333/+8
| | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-08/msg02245.html - Remove bsd-user support as sson's patches no longer apply, you can still use his (older) git tree or my port of it on redports as described here: https://wiki.freebsd.org/QemuUserModeHowTo
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix build with PYTHON_DEFAULT_VERSION of 3+. [1]Juergen Lock2013-08-022-2/+4
| | | | | | | - Remove a double word in pkg-message. PR: ports/180997 [1] Submitted by: nwhitehorn
* Update to 1.5.2 - announce message is here:Juergen Lock2013-07-272-4/+3
| | | | https://lists.gnu.org/archive/html/qemu-devel/2013-07/msg04609.html
* - Add missing USES=pkgconfig.Juergen Lock2013-07-182-13/+13
| | | | | | - Rename GTK knob to GTK2. Submitted by: olgeni (via private email)
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Update to 1.5.1, announce message is here:Juergen Lock2013-07-0610-615/+2625
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html - Simplify bsd-user ld script handling. [1] - Make STATIC_LINK work again. - Add GTK knob. - Neither graphical UI can be built static, set IGNORE in that case. - Properly fix AES_* link errors by #defining those functions as QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at least) by -lcurl. - Add back CURL knob in the process. - Fix "Warning: vlan %d is not connected to host network" when using pcap. - Switch to USES= gmake. - Note: I did not backport sson's latest bsd-user patches which he has now in a github tree based on qemu git head, tho I have a seperate port of that tree on redports: svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/ See also: https://wiki.freebsd.org/QemuUserModeHowTo Submitted by: emaste [1]
* - Seems --disable-opengl is now called --disable-glx. (doh!)Juergen Lock2013-05-301-1/+1
| | | | | | - No PORTREVISION bump as its a build fix (with non-default options.) Reported by: gjb (via irc)
* - Update to 1.5.0, announce message is here:Juergen Lock2013-05-2922-252/+339
| | | | | | | | | | | | | | | 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
* - Update to 1.4.1, announce posting is here:Juergen Lock2013-05-054-4/+266
| | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02956.html - Update to sson's latest bsd-user patches. - Add bugfix for mips64 target uncovered by --enable-debug. [1] Obtained from: qemu-devel mailinglist [1]
* - Update to sson's latest bsd-user patches.Juergen Lock2013-04-254-37/+1069
| | | | | | | | - Turns out qemu 1.4.x now builds with clang (almost) as is, so remove CLANG_HACK. [1] - Add workaround for clang/i386 that doesn't define bit_CMOV in <cpuid.h>. Submitted by: Brad Smith <brad@comstyle.com> [1]
* Convert e* to USES=pkgconfigBaptiste Daroussin2013-04-232-2/+3
|
* Remove CURL knob as --disable-curl is now broken upstream.Juergen Lock2013-04-011-10/+4
| | | | | | PR: ports/177488 Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> Approved by: portmgr (erwin)
* Correct Subversion properties to fix patch.Jung-uk Kim2013-03-291-1/+1
|
* - Update net/usbredir to 0.6 .Juergen Lock2013-03-2943-530/+19245
| | | | | | | | | | - Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches. Thanx to: sson, cognet, and others for much improved bsd-user support - it now runs at least quite a few mips64 and single-threaded arm binaries, see: https://wiki.freebsd.org/QemuUserModeHowTo
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | - Chase shlib version bump for dependant ports
* Change dependency from net/samba35 to net/samba36Timur I. Bakeyev2013-01-311-1/+1
|
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-0/+1
| | | | This bumps shlib version of libsasl2.
* - Default these to USE_GCC= any after the clang switch.Juergen Lock2012-11-061-5/+3
| | | | | | - Strip Makefile headers. Feature safe: yes
* - Update to 1.1.1, announce message is here:Juergen Lock2012-07-196-14/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Replace ALL_TARGETS knob by two new knobs, BSD_USER and X86_TARGETSJuergen Lock2012-06-272-30/+60
| | | | | | | 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.
* Remove double quotes from OPTIONng *_DESC now that make showconfigJuergen Lock2012-06-161-12/+12
| | | | no longer needs them.
* - Update net/usbredir to 0.4.3 .Juergen Lock2012-06-0910-68/+46
| | | | | | - Update emulators/qemu-devel to 1.1.0 - announce posting is here: http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html
* - Add patch to improve e1000 rx performance especially with netmap toJuergen Lock2012-06-012-32/+167
| | | | | | | | 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)
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
|
* Remove the GA knob, it can no longer be turned off since other partsJuergen Lock2012-02-282-10/+2
| | | | of the build now depend on python too.
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | - 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
* Update to 1.0.1 - announce message is here:Juergen Lock2012-02-177-49/+209
| | | | http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg02458.html
* - Fix pkg-plist.Juergen Lock2012-01-292-2/+2
| | | | | | | - Bump PORTREVISION. PR: ports/164571 Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
* Unbreak by fixig emulators/seabios-devel dependency.Juergen Lock2011-12-121-2/+3
| | | | Feature safe: yes
* Mirror main distfile on MASTER_SITE_LOCAL as original mastersite seemsJuergen Lock2011-12-051-4/+3
| | | | | | to be unavailable for a little while now. Feature safe: yes
* Update to 1.0, announce message is here:Juergen Lock2011-12-028-86/+37
| | | | | | http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html Feature safe: yes
* (Attempt to) fix build WITH_ALL_TARGETS on < 9.x/i386Juergen Lock2011-11-261-1/+1
| | | | Feature safe: yes
* - Respect CC (sgabios) [1]Juergen Lock2011-10-222-9/+33
| | | | | | | | | | - 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>
* Update to 0.15.1 - Changelog:Juergen Lock2011-10-135-94/+42
| | | | http://wiki.qemu.org/ChangeLog/0.15
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | - 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
* - Add ahci emulation fix for FreeBSD guests. [1]Juergen Lock2011-09-163-1/+38
| | | | | | | | | - 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]
* Fix last-minute Makefile edit that broke the build WITH_GNS3.Juergen Lock2011-08-251-5/+1
|
* - Update to 0.15.0 - Changelog:Juergen Lock2011-08-2117-2911/+218
| | | | http://wiki.qemu.org/ChangeLog/0.15
* - Add patches and knob (defaulted to off) to support udp networkingJuergen Lock2011-07-135-16/+44
| | | | | | | | | | | | 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/