aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
Commit message (Collapse)AuthorAgeFilesLines
* - 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] Notes: svn path=/head/; revision=326423
* - 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 Notes: svn path=/head/; revision=325077
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - 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 Notes: svn path=/head/; revision=324173
* 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 Notes: svn path=/head/; revision=323807
* - Add missing USES=pkgconfig.Juergen Lock2013-07-182-13/+13
| | | | | | | | | - Rename GTK knob to GTK2. Submitted by: olgeni (via private email) Notes: svn path=/head/; revision=323249
* - 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 Notes: svn path=/head/; revision=322783
* - 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] Notes: svn path=/head/; revision=322401
* - 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) Notes: svn path=/head/; revision=319450
* - 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 Notes: svn path=/head/; revision=319386
* - 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] Notes: svn path=/head/; revision=317432
* - 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] Notes: svn path=/head/; revision=316527
* Convert e* to USES=pkgconfigBaptiste Daroussin2013-04-232-2/+3
| | | | Notes: svn path=/head/; revision=316337
* 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) Notes: svn path=/head/; revision=315653
* Correct Subversion properties to fix patch.Jung-uk Kim2013-03-291-1/+1
| | | | Notes: svn path=/head/; revision=315587
* - 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 Notes: svn path=/head/; revision=315552
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Change dependency from net/samba35 to net/samba36Timur I. Bakeyev2013-01-311-1/+1
| | | | Notes: svn path=/head/; revision=311328
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-0/+1
| | | | | | | This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
* - Default these to USE_GCC= any after the clang switch.Juergen Lock2012-11-061-5/+3
| | | | | | | | | - Strip Makefile headers. Feature safe: yes Notes: svn path=/head/; revision=307098
* - 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) Notes: svn path=/head/; revision=301189
* - 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. Notes: svn path=/head/; revision=300105
* Remove double quotes from OPTIONng *_DESC now that make showconfigJuergen Lock2012-06-161-12/+12
| | | | | | | no longer needs them. Notes: svn path=/head/; revision=299410
* - 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 Notes: svn path=/head/; revision=298875
* - 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) Notes: svn path=/head/; revision=297975
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* 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. Notes: svn path=/head/; revision=292398
* - 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 Notes: svn path=/head/; revision=291667
* 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 Notes: svn path=/head/; revision=291644
* - Fix pkg-plist.Juergen Lock2012-01-292-2/+2
| | | | | | | | | | - Bump PORTREVISION. PR: ports/164571 Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=290029
* Unbreak by fixig emulators/seabios-devel dependency.Juergen Lock2011-12-121-2/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287266
* 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 Notes: svn path=/head/; revision=286937
* 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 Notes: svn path=/head/; revision=286779
* (Attempt to) fix build WITH_ALL_TARGETS on < 9.x/i386Juergen Lock2011-11-261-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286469
* - 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> Notes: svn path=/head/; revision=284131
* Update to 0.15.1 - Changelog:Juergen Lock2011-10-135-94/+42
| | | | | | | http://wiki.qemu.org/ChangeLog/0.15 Notes: svn path=/head/; revision=283488
* - 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 Notes: svn path=/head/; revision=282282
* - 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] Notes: svn path=/head/; revision=281855
* Fix last-minute Makefile edit that broke the build WITH_GNS3.Juergen Lock2011-08-251-5/+1
| | | | Notes: svn path=/head/; revision=280415
* - Update to 0.15.0 - Changelog:Juergen Lock2011-08-2117-2911/+218
| | | | | | | http://wiki.qemu.org/ChangeLog/0.15 Notes: svn path=/head/; revision=280122
* - 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/ Notes: svn path=/head/; revision=277648
* Update optional samba dependencies to net/samba35 from samba34.Juergen Lock2011-07-021-1/+1
| | | | | | | Submitted by: joerg (via private email) Notes: svn path=/head/; revision=276938
* - Update to 0.14.1 .Juergen Lock2011-06-113-25/+33
| | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=275384
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275104
* - Update to 0.14.0 .Juergen Lock2011-04-0114-362/+306
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=272101
* - Mark BROKEN on amd64/9: does not linkPav Lucistnik2011-03-251-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=271763
* - (Attempt to) fix build on head.Juergen Lock2011-03-151-0/+16
| | | | | | | | | | - No PORTREVISION bump since this is a build fix. PR: ports/155558 Submitted by: Garrett Cooper <yanegomi@gmail.com> Notes: svn path=/head/; revision=270963
* Fix MASTER_SITES:snapshot usage in preparation for future updatesJuergen Lock2010-10-241-1/+1
| | | | | | | | | | | that might use a snapshot distfile again (i.e. the change currently has no effect.) PR: ports/151673 Submitted by: sahil Notes: svn path=/head/; revision=263517
* Fix a make -j race. (At least this time the bug was upstream...)Juergen Lock2010-10-221-0/+9
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=263447
* Fix NOPORTDOCS (doh!)Juergen Lock2010-10-211-1/+0
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=263419