aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clang by forcing gnu89 standardBaptiste Daroussin2013-07-311-0/+2
| | | | | | | Fix build in head without gcc installed Notes: svn path=/head/; revision=324056
* - Add PROFILING_DESC (should be part of r323888)Alexey Dokuchaev2013-07-293-3/+54
| | | | | | | | - Unbreak the build on amd64 (and make it generally type safe) - Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it Notes: svn path=/head/; revision=323894
* - Expand creator's name in the Makefile headerAlexey Dokuchaev2013-07-296-54/+757
| | | | | | | | | | | | | | | | - Fix the build on recent versions of FreeBSD (against Clang) - Add a patch from Gentoo to unbreak GTK+ program build - Fix potential buffer overflow (also obtained from Gentoo) - Convert to OptionsNG, utilize new option helpers - Drop WANT_GNOME and USE_GNOME, they are useless - Define LICENSE (GPLv2), remove COPYING from the docs - Make pkg-message word substitution actually work - Generally sanitize and cleanup the Makefile Reported by: pointyhat-west Notes: svn path=/head/; revision=323888
* - Remove no-op MAKE_JOBS_SAFERene Ladan2013-07-281-2/+1
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=323852
* Remove MAKE_JOBS_SAFE from all my ports.David Naylor2013-07-281-1/+0
| | | | | | | Better to remove now, in one go, then forget about it. Notes: svn path=/head/; revision=323850
* 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
* - Fix CONFLICTS.Hiroki Sato2013-07-272-9/+8
| | | | | | | | - Style cleanups. - Take maintainership. Notes: svn path=/head/; revision=323772
* Deprecate and set expiration date for ports broken for more than 6 monthBaptiste Daroussin2013-07-261-0/+3
| | | | Notes: svn path=/head/; revision=323759
* Simplify path for extra-patches.Juergen Lock2013-07-266-19/+19
| | | | | | | | PR: ports/180817 Submitted by: pfg Notes: svn path=/head/; revision=323750
* Move allegro-devel to allegro; 4.4 is hardly a devel version any more.Chris Rees2013-07-263-3/+3
| | | | | | | | | | | | | | Minor fix required in emulators/o2em. Remove allegrogl, which is broken and included in allegro-4.4 anyway. Update allegro-devel to 5.0.7 [1] PR: ports/172981 [1] Submitted by: nemysis <nemysis@gmx.ch> [1] Notes: svn path=/head/; revision=323734
* - 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
* - Unbreak build with clangMartin Wilke2013-07-155-11/+98
| | | | | | | | PR: 180511 Submitted by: ports fury Notes: svn path=/head/; revision=323057
* - Update to 1.7.0Martin Wilke2013-07-153-12/+18
| | | | | | | | PR: 180502 Submitted by: Ports Fury Notes: svn path=/head/; revision=323036
* Fix bogus backquote that was giving portsmon fits.Mark Linimon2013-07-141-1/+1
| | | | Notes: svn path=/head/; revision=322976
* Mark as broken, dos not build:Baptiste Daroussin2013-07-131-0/+2
| | | | | | | | | | | | | | | file.cpp: In function 'MDFNFILE* MakeMemWrap(void*, int)': file.cpp:225: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:225: error: initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)' file.cpp:277: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:277: error: initializing argument 1 of 'int gzclose(gzFile_s*)' file.cpp: In function 'MDFNFILE* MDFN_fopen(const char*, const char*, const char*, const char*)': file.cpp:439: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:439: error: initializing argument 1 of 'int gzclose(gzFile_s*)' file.cpp: In function 'bool MDFN_DumpToFileReal(const char*, int, const std::vector<PtrLengthPair, std::allocator<PtrLengthPair> >&)': Notes: svn path=/head/; revision=322917
* Update to Wine 1.6 RC5. More bug fixes and translation work.Gerald Pfeifer2013-07-122-3/+3
| | | | Notes: svn path=/head/; revision=322865
* - Bump PORTREVISION for ftp/curl shlib changeSunpoet Po-Chuan Hsieh2013-07-121-1/+1
| | | | | | | Notified by: Barbara <barbara.freebsd@gmail.com> Notes: svn path=/head/; revision=322825
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-114-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 emulators/mame to version 0.149Martin Wilke2013-07-1117-46/+420
| | | | | | | | - Update emulators/mess to version 0.149 - Update emulators/qmc2 to version 0.39 Notes: svn path=/head/; revision=322777
* - Fix querying total and available RAM on i386Bernhard Froehlich2013-07-102-2/+3
| | | | | | | Submitted by: Cy Schubert <cy@FreeBSD.org> Notes: svn path=/head/; revision=322726
* uCON64 is the video game backup tool and emulator Swiss Army knife program.Steven Kreuzer2013-07-1012-0/+147
| | | | | | | | | | | | | | | It supports almost every system (Consoles, Handheld, and Arcade) with very verbose ROM information, ROM and SRAM convertion to various backup tool formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT files, and more. WWW: http://ucon64.sourceforge.net/ PR: ports/177042 Submitted by: Nicole Reid <nicole@cooltrainer.org> Notes: svn path=/head/; revision=322700
* Mark jobs unsafe and convert to USES=gmakeBaptiste Daroussin2013-07-101-1/+2
| | | | Notes: svn path=/head/; revision=322649
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-102-6/+5
| | | | | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322621
* - Add OPTIONS to enable internal debuggerFelippe de Meirelles Motta2013-07-081-0/+11
| | | | | | | | | PR: ports/179924 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: Tom Carrick <knyght@gmail.com> (maintainer) Notes: svn path=/head/; revision=322539
* Remove WITH_KDE3 knob which provided support for the expired KDE3.Rene Ladan2013-07-081-4/+0
| | | | | | | | | PR: ports/180279 Submitted by: myself Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=322495
* - Update to 4.2.16Bernhard Froehlich2013-07-076-12/+11
| | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=322447
* - 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
* Remove support for the expired QT3 port.Roman Bogorodskiy2013-07-051-11/+0
| | | | | | | | PR: 180277 Submitted by: rene Notes: svn path=/head/; revision=322344
* Convert to USES=gmakeRene Ladan2013-07-051-2/+1
| | | | | | | Remove an empty OPTIONS_DEFAULT in lang/nbc Notes: svn path=/head/; revision=322337
* Add -Wno-unused-parameter to silence excessive clang warnings.Tijl Coosemans2013-07-041-2/+3
| | | | Notes: svn path=/head/; revision=322285
* - Changing RAM for a VM was broken in the GUI because there was noBernhard Froehlich2013-07-033-0/+95
| | | | | | | | | | implementation for FreeBSD that could calculate available RAM. PR: ports/180086 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at> Notes: svn path=/head/; revision=322228
* Remove expired ports:Rene Ladan2013-07-015-180/+0
| | | | | | | | | | | | | | 2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream 2013-07-01 net/openldap23-server: Unmaintained by upstream 2013-07-01 net/openldap23-client: Unmaintained by upstream 2013-07-01 www/py-django13: Unsupported version 2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2 2013-07-01 comms/libticables: Superseded by comms/libticables2 2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2 2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3 Notes: svn path=/head/; revision=322119
* Tilem:Antoine Brodin2013-06-291-1/+3
| | | | | | | | | - installs icons - installs .desktop file with MimeType - register mime types Notes: svn path=/head/; revision=322054
* Update to Wine 1.6 RC4. This includes some further bug fixes.Gerald Pfeifer2013-06-282-3/+3
| | | | Notes: svn path=/head/; revision=321985
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-282-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Bump portrevision - the binary has now changed.Adrian Chadd2013-06-281-0/+1
| | | | Notes: svn path=/head/; revision=321920
* Enable LBA in GXEMUL.Adrian Chadd2013-06-281-0/+32
| | | | | | | | | | | | | | | FreeBSD-10's ATA code requires LBA to be used. There's no code in the ATA stack to send CHS commands to the hardware these days. * Enable it by default; * Turn print() into debug() Tested: * MALTA kernel on gxemul. Notes: svn path=/head/; revision=321919
* Building gxemul conflicts with svgalib, so mark it as a conflict.Adrian Chadd2013-06-271-0/+4
| | | | | | | | | | svgalib installs a 'vga.h' file in /usr/local/include, which conflicts with the vga.h in gxemul. Until that gets resolved, mark it as a conflict. Notes: svn path=/head/; revision=321910
* Actually fix build with gcc46 when bsd.gcc.mk passes LDFLAGS with -Wl,...Juergen Lock2013-06-272-6/+12
| | | | Notes: svn path=/head/; revision=321908
* - Switch to new header style. [1]Juergen Lock2013-06-254-279/+22
| | | | | | | | | | | | | | | - Add LICENSE. [1] - Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1] - Respect ${CC} instead of using 'gcc'. [1] - Switch to optionsng. [1] - Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.) - Sync kqemu-kmod with these -devel updates. PR: ports/179952 [1] Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=321765
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-0/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* - Update to 4.2.14Bernhard Froehlich2013-06-2412-21/+109
| | | | | | | | | | | | | | | | - Fix VLAN trunking support in vboxnetflt [1] - Fix panic in kmod when VIMAGE is disabled in the kernel and port [2] - Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3] - Pet portlint (WWW, Created by lines) This update was mainly done by Mikhail Tsatsenko. Submitted by: Landon J Fuller <landonf at plausible.coop> [1], Gleb Kurtsou <gleb@freebsd.org> [2], Stefan Bethke <stb@FreeBSD.org> [3] Notes: svn path=/head/; revision=321665
* Update to Wine 1.6 RC3. This includes some further bug fixes.Gerald Pfeifer2013-06-222-3/+3
| | | | Notes: svn path=/head/; revision=321589
* Remove expired port:Rene Ladan2013-06-215-43/+0
| | | | | | | 2013-06-19 emulators/fceu-server: Replaced by the games/fceux port Notes: svn path=/head/; revision=321487
* Update to Wine 1.6 RC2. This includes a number of bug fixes.Gerald Pfeifer2013-06-173-3/+5
| | | | Notes: svn path=/head/; revision=321114
* Really fix dynamic pkg-plist for emulators/i386-wine-devel.David Naylor2013-06-171-3/+3
| | | | | | | | | | | To prevent this problem from happening again the @dirrm section was consolidated and moved to after the files are added. Approved by: eadler,bdrewery (mentors, implicit) Reported by: qat@redports.org, bdrewery Notes: svn path=/head/; revision=321106
* Fix plist and directory creation for emulators/i386-wine-devel.David Naylor2013-06-152-3/+3
| | | | | | | | | | | | | The dynamic plist removed some directories before the files in those directories were created, fix this. Use a UMASH of 0755 for directory creation (vs 0333). Approved by: eadler,bdrewery (mentors, implicit) Pointed out by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=321003
* Update to Wine 1.6 RC1. This includes the following relevant changes:Gerald Pfeifer2013-06-153-3/+10
| | | | | | | | | | | | - New implementation of the typelib creation support. - GLSL-based support for fixed function vertex shaders. - Support for desktop launchers in virtual desktop mode. - Fixes for Japanese vertical text. - New Croatian translation. - Various bug fixes. Notes: svn path=/head/; revision=320981
* Update to 3.08.Raphael Kubo da Costa2013-06-146-81/+67
| | | | | | | | | PR: ports/178386 Submitted by: Jukka Ukkonen <jau@oxit.fi> Approved by: maintainer timeout (38 days) Notes: svn path=/head/; revision=320958
* - Fix buildMartin Wilke2013-06-141-0/+2
| | | | Notes: svn path=/head/; revision=320874