aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20070802 snapshotJuergen Lock2007-08-097-37/+53
| | | | | | | | (longer) log is at: http://people.freebsd.org/~nox/qemu/qemu-devel-log-20070802.txt Notes: svn path=/head/; revision=197396
* Switch to libthr as the default threading library on versions of FreeBSDGerald Pfeifer2007-08-072-2/+12
| | | | | | | | | | | | | | | where it isn't the default yet. Wine wants all threads to be PTHREAD_SCOPE_SYSTEM (visible by kernel) so wineserver can access threads inside wine processes. With libthr all threads are PTHREAD_SCOPE_SYSTEM by default. With libkse the initial thread is not which prevents wineserver from sending signals to it directly, for instance. Add --verbose to CONFIGURE_FLAGS. Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=197257
* Update to 2.0.3Lars Engels2007-08-042-11/+9
| | | | | | | | | PR: ports/114741 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=197085
* Update to 0.71Tilman Keskinoz2007-07-315-35/+10
| | | | | | | | | PR: 115057 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: "Tom Carrick" <knyght@gmail.com> Notes: svn path=/head/; revision=196821
* - Update description of the port.Edward Tomasz Napierala2007-07-302-2/+4
| | | | | | | | Submitted by: Ray Arachelian Approved by: miwi (mentor) Notes: svn path=/head/; revision=196731
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 0.8.0.1Pav Lucistnik2007-07-298-30/+90
| | | | | | | | | PR: ports/114052 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=196616
* - Update to 0.3.0.1Pav Lucistnik2007-07-293-8/+6
| | | | | | | | | PR: ports/114051 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=196615
* Update to Wine 0.9.42. Among others, this brings the following changes:Gerald Pfeifer2007-07-286-12/+32
| | | | | | | | | | | | | | | | - Support for activation contexts and side-by-side assemblies. - Many more gdiplus functions. - More messaging support in crypt32.dll. - Many HTTP protocol handling fixes. - Lots of bug fixes. Move fontforge from LIB_DEPENDS to BUILD_DEPENDS. Add graphics/jpeg to LIB_DEPENDS. [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=196527
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-283-6/+6
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Remove 4.x cruftJuergen Lock2007-07-262-20/+0
| | | | | | | | PR: ports/114923 Submitted by: David Yeske <dyeske@gmail.com> Notes: svn path=/head/; revision=196345
* - Update to version 0.1.b10.Alejandro Pulver2007-07-257-28/+42
| | | | | | | - Update pkg-message about flyer images available for download. Notes: svn path=/head/; revision=196273
* - Update to version 0.21.Alejandro Pulver2007-07-243-4/+15
| | | | | | | - Update pkg-descr. Notes: svn path=/head/; revision=196211
* - Update to version 0.116.Alejandro Pulver2007-07-246-10/+12
| | | | Notes: svn path=/head/; revision=196201
* - Update to version 0.117.Alejandro Pulver2007-07-2416-444/+212
| | | | Notes: svn path=/head/; revision=196200
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-232-2/+2
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Remove DATADIR if empty.Gerald Pfeifer2007-07-222-4/+6
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=196080
* - Fix building on non-i386 with GCC 4.2 (on i386 assembly code is used).Alejandro Pulver2007-07-221-0/+20
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=196063
* - add patch for recent -current that no longer uses sched_lockJuergen Lock2007-07-214-8/+42
| | | | | | | | | | | | - fix KERNCONF detection - bump PORTREVISION (There sill is that unresolved issue of the KSE/SMP CFLAGS not being passed down to the build for one guy tho, even tho they do appear in make -V CFLAGS...) Notes: svn path=/head/; revision=196003
* Install bin/i7094.Edward Tomasz Napierala2007-07-181-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195846
* Update to Wine 0.9.41. Among others, this brings the following changes:Gerald Pfeifer2007-07-156-114/+120
| | | | | | | | | | | | | | | | | | | | | - A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes. Handle the wineg++.1 man page via MLINK instead of removing it. Make ${PREFIX}/lib/libwine.so a relative link. Refer to LOCALBASE instead of PREFIX in setting CONFIGURE_ENV. Remove LIBS=-Wl,-rpath,${PREFIX}/lib/wine which was added in revision 1.86 for PR19562 but is not needed any longer. [1] Support DATADIR. Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=195668
* - Update to 1.0.4Martin Wilke2007-07-154-23/+18
| | | | | | | | PR: 114577 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=195655
* Fix build with gcc42.Roman Bogorodskiy2007-07-151-0/+11
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195644
* - Add a pkg-message warning about installing the kld from a packageJuergen Lock2007-07-142-0/+14
| | | | | | | Suggested by: Craig Boston <craig@yekse.gank.org> Notes: svn path=/head/; revision=195605
* - Fix typo in COMMENTJuergen Lock2007-07-142-2/+2
| | | | Notes: svn path=/head/; revision=195595
* - Try and pass appropriate -DKSE and/or -DSMP to the compilationJuergen Lock2007-07-144-6/+56
| | | | | | | | | (missing -DKSE is what caused the panics on -current) - bump PORTREVISION - Update WWW (qemu.org still seems to be down) Notes: svn path=/head/; revision=195594
* - Update to 3.7.2.Edward Tomasz Napierala2007-07-132-5/+5
| | | | | | | Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=195532
* - Remove unused line.Edward Tomasz Napierala2007-07-121-1/+0
| | | | | | | | Suggested by: sat Approved by: miwi (mentor) Notes: svn path=/head/; revision=195489
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-118-9/+9
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Update to 20070702 snapshotJuergen Lock2007-07-108-78/+47
| | | | | | | | | (longer) log is at: http://people.freebsd.org/~nox/qemu/qemu-devel-log-20070702.txt - Point WWW back at fabrice.bellard.free.fr, qemu.org still seems to be down Notes: svn path=/head/; revision=195380
* Add Lisaem - emulator for Apple Lisa 2/5 computer.Edward Tomasz Napierala2007-07-096-0/+100
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195326
* - Update to 0.9.3.Edward Tomasz Napierala2007-07-045-22/+16
| | | | | | | | | PR: ports/113807 Submitted by: Pavel I Volkov <pol@opk.ru> Approved by: miwi (mentor) Notes: svn path=/head/; revision=194887
* - Upgrade to v0.4.6. Upstream changes include:Joseph Koshy2007-07-042-5/+4
| | | | | | | | | | | | - NetBSD/pmppc can now run in the emulator (with root-on-nfs), on an emulated Artesyn PM/PPC board. - Host CPU usage reductions when the guest OS is in an idle loop. - Minor SuperH emulation speed improvements. - General code cleanup: Non-working (skeleton) emulation modes have been removed, and many unused/legacy constructs have been removed. Notes: svn path=/head/; revision=194862
* Update to 0.2.7.Max Khon2007-07-0317-46/+317
| | | | | | | | PR: 113808 Submitted by: Pavel I Volkov Notes: svn path=/head/; revision=194796
* - Mark BROKEN on CURRENT: does not build with GCC 4.2Pav Lucistnik2007-07-031-0/+4
| | | | Notes: svn path=/head/; revision=194768
* QtEmu is a graphical user interface for QEMU written in Qt4.Rong-En Fan2007-07-028-0/+162
| | | | | | | | | | WWW: http://qtemu.org/ PR: ports/113619 Submitted by: Max Brazhnikov <makc at issp.ac.ru> Notes: svn path=/head/; revision=194598
* Update to Wine 0.9.40. Among others, this brings the following changes:Gerald Pfeifer2007-06-306-8/+24
| | | | | | | | | | - Many MSHTML improvements. - A few more sound fixes. - Many Direct3D fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=194525
* These install kernel modules, so add new virtual category kld.Mark Linimon2007-06-292-2/+2
| | | | | | | | Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com> Hat: portmgr Notes: svn path=/head/; revision=194469
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-294-4/+4
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* Remove rpm, as we don't provide a compelete linux system (use linux_distAlexander Leidinger2007-06-233-158/+2
| | | | | | | | | | | | | | if you need one). rpm2cpio(.pl)+port (it's easy, there are several examples in the ports tree) is the FreeBSD way. Note, rpm didn't work anyway because of missing libs, so no feature is lost with this patch. Non working rpm noticed by: Anders Lindquist <andersl@KTH.SE> XXX: fc6 needs a similar fix Notes: svn path=/head/; revision=194136
* Update to Wine 0.9.39. Among others, and including the Wine 0.9.37 andGerald Pfeifer2007-06-238-16/+184
| | | | | | | | | | | | | | | | | 0.9.38 releases, this brings the following changes: - MSI automation with JScript/VBScript support. - Many MSHTML improvements. - Many Direct3D threading fixes. - Support for a few more exe protection schemes. - Many 64-bit compilation fixes. - A number of OLE fixes. - Several improvements to the sound support. - A number of Winsock fixes. - Several new supported constructs in the IDL compiler. - Lots of bug fixes. Notes: svn path=/head/; revision=194130
* - Remove unneeded USE_GCC, turns out the build didnt respect it anyway.Juergen Lock2007-06-222-2/+0
| | | | | | | Noticed by: yar Notes: svn path=/head/; revision=194089
* - Use correct argument to disable profilingRong-En Fan2007-06-221-1/+1
| | | | | | | | | PR: ports/113249 Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=194083
* - Update to 1.7.4Martin Wilke2007-06-223-7/+5
| | | | | | | | PR: 113867 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=194076
* Install misc/compat6x if 7-current box doesn't have libc.so.6.Makoto Matsushita2007-06-201-3/+2
| | | | Notes: svn path=/head/; revision=193915
* - fix build with xorg7Dirk Meyer2007-06-181-2/+2
| | | | | | | | - make portlint happier Approved by: maintainer Notes: svn path=/head/; revision=193805
* - Work around installing in jailGabor Kovesdan2007-06-163-9/+9
| | | | | | | - Remove MANUAL_PACKAGE_BUILD Notes: svn path=/head/; revision=193697
* - Fix the build with recent GCC [1]Alexey Dokuchaev2007-06-144-15/+93
| | | | | | | | | | - Autodetect MMX support and remove a knob - Beautify pkg-messsage a bit Reported by: pointyhat [1] Notes: svn path=/head/; revision=193455
* - fix display problems with xorg7Dirk Meyer2007-06-122-1/+23
| | | | | | | | PR: 113617 Obtained from: debian Notes: svn path=/head/; revision=193329
* Mark broken on FreeBSD 5.x/amd64 (internal gcc error)Johan van Selst2007-06-121-0/+4
| | | | Notes: svn path=/head/; revision=193317