summaryrefslogtreecommitdiff
path: root/emulators (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.30Bryan Drewery2013-05-162-6/+6
| | | | | | | | PR: ports/178641 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=318330
* - Fix plistMartin Wilke2013-05-162-2/+1
| | | | | | | | | - Trim header Reported by: poudriere exp-run Notes: svn path=/head/; revision=318300
* - Fix options entriesMartin Wilke2013-05-161-22/+43
| | | | | | | | PR: 178586 Submitted by: Ports Fury Notes: svn path=/head/; revision=318290
* - Add proper 3D acceleration support for FreeBSD guestsBernhard Froehlich2013-05-155-2/+208
| | | | | | | Submitted by: John Clark <clarkjc@runbox.com> Notes: svn path=/head/; revision=318265
* Again install libwine.so.1 which unbreaks several binaries installed byGerald Pfeifer2013-05-142-0/+3
| | | | | | | | | | | | | | | this port. (Right now we are doing this with a bit of a sledgehammer, installing the missing library manually; I'll work with upstream to get back to a proper approach.) Bump PORTREVISION. PR: 178638 Notes: svn path=/head/; revision=318193
* - Add VM_OBJECT patch from virtualbox-ose-kmod to use WLOCK/WUNLOCKBernhard Froehlich2013-05-132-0/+147
| | | | | | | | | on 10-CURRENT. Submitted by: Gabor Pali <pgj@freebsd.org> Notes: svn path=/head/; revision=318061
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵Max Brazhnikov2013-05-121-1/+3
| | | | | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html Notes: svn path=/head/; revision=317947
* Update to 1.4.1.Raphael Kubo da Costa2013-05-113-14/+6
| | | | | | | | | | | | | | | | | | | This patch updates emulators/vmips to 1.4.1. * Update distinfo with new filenames and checksums. * Update pkg-plist to include setup.S, which is now installed. * It should not be necessary to pull in latex or texi2dvi to build because the fully-built documentation is distributed with vmips. * Use DISTNAME where applicable to shorten MASTER_SITES. Also, to satisfy portlint: * Remove old style comment header from port Makefile. * Update PORTVERSION and remove PORTREVISION, which would be zero. PR: ports/178500 Submitted by: Brian R. Gaeke <brg@dgate.org> (maintainer) Notes: svn path=/head/; revision=317912
* Update to Wine 1.5.30. This includes the following changes:Gerald Pfeifer2013-05-113-7/+5
| | | | | | | | | | - NTLM and Negotiate authentication in WinHTTP. - Support for proxy bypass in WinInet. - Various bug fixes. Note, libwine.so is now gone. Notes: svn path=/head/; revision=317861
* Fix newly added DEBUG optionBaptiste Daroussin2013-05-101-1/+1
| | | | Notes: svn path=/head/; revision=317827
* Fix build with new glib.Rene Ladan2013-05-101-0/+1
| | | | | | | Submitted by: portbuild bot via miwi Notes: svn path=/head/; revision=317814
* - Update to 1.2Martin Wilke2013-05-103-95/+77
| | | | | | | | PR: 177933 Submitted by: Ports Fury Notes: svn path=/head/; revision=317768
* - Update to 2.6Martin Wilke2013-05-103-64/+41
| | | | | | | | PR: 177931 Submitted by: ports fury Notes: svn path=/head/; revision=317765
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofBryan Drewery2013-05-102-2/+2
| | | | | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr Notes: svn path=/head/; revision=317757
* Really fix conversion - missed a 2nd typoBryan Drewery2013-05-081-1/+1
| | | | Notes: svn path=/head/; revision=317692
* Fix emulators/i386-wine-devel's automatic nVidia patching.David Naylor2013-05-061-8/+11
| | | | | | | | | | | Due to naming and other issues the patch failed properly detect if itself or nVidia-driver was installed, and aborted the patching. This fixes the patching for those who have nVidia-driver installed. Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=317544
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-062-3/+2
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Finish converting e* from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-062-5/+9
| | | | Notes: svn path=/head/; revision=317474
* Fix the build against Clang.Alexey Dokuchaev2013-05-061-0/+3
| | | | Notes: svn path=/head/; revision=317453
* - 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
* Set explicit comment for slave port emulators/i386-wine-devel.David Naylor2013-05-052-1/+2
| | | | | | | | | | | | i386-wine-devel is the normal wine-devel port built and packaged such that it can be installed (via `pkg add` or `pkg_add`) in an amd64 environment. It can only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as the Ports Collection does not support cross compiling. Approved by: eadler (mentor) Notes: svn path=/head/; revision=317425
* - Install missing files.Raphael Kubo da Costa2013-05-053-0/+63
| | | | | | | | | | | | - Add DEBUG option. - Fix missing @dirrmtry entry in pkg-plist for share/pixmaps. - Patch loading so ${PREFIX}/share can be used for higan's BIOS files and shaders. PR: ports/178309 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=317416
* - AdoptRene Ladan2013-05-041-3/+1
| | | | | | | - Remove BROKEN line, the conflict between glib and libspectrum is fixed Notes: svn path=/head/; revision=317315
* - AdoptRene Ladan2013-05-041-2/+3
| | | | | | | | - Depend on pkgconfig, this fixes emulators/fuse - Bump PORTREVISION Notes: svn path=/head/; revision=317314
* Chase security/libgcrypt updateEmanuel Haupt2013-05-032-4/+4
| | | | Notes: svn path=/head/; revision=317220
* - Update to 4.2.12Bernhard Froehlich2013-05-028-15/+156
| | | | | | | | | | - Add missing patch to additions to fix building after r248084 which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch was already included in the kmod port but additions also need it. Notes: svn path=/head/; revision=317147
* bmake doesn't know about .SHELL unsetenv=true, workaround itBaptiste Daroussin2013-05-021-0/+6
| | | | Notes: svn path=/head/; revision=317134
* Update to version 0.9.5Pawel Pekala2013-05-024-36/+13
| | | | | | | | PR: ports/178294 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=317125
* Fix conversion to new options framework for bmakeBryan Drewery2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317113
* Fix syntaxe error introduced by conversion to new options frameworkBaptiste Daroussin2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317098
* - adoption of USES for gettextJason Helfman2013-05-021-3/+3
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317074
* A multiplayer Atari 2600 emulator written in pure Java.Bryan Drewery2013-05-015-0/+53
| | | | | | | | | | | | No external libs. WWW: http://javatari.org PR: ports/178248 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=317067
* - It looks like SX ROM revision J is working fine now, use it instead of EAlexey Dokuchaev2013-05-016-44/+10
| | | | | | | | - Convert another trivial patch to REINPLACE_CMD statement - Delete stale patch file, touch port description while I am here Notes: svn path=/head/; revision=317000
* - Fix cases where 2 USES= were usedBryan Drewery2013-04-301-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=316950
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-299-27/+14
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Convert emulators to new options frameworkBaptiste Daroussin2013-04-2810-135/+109
| | | | Notes: svn path=/head/; revision=316753
* Update to Wine 1.5.29. This includes the following changes:Gerald Pfeifer2013-04-272-3/+3
| | | | | | | | - JavaScript performance improvements. - Various bug fixes. Notes: svn path=/head/; revision=316692
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-277-12/+8
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-264-44/+33
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-262-6/+8
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Update to 2.6.1Martin Wilke2013-04-262-16/+20
| | | | | | | | PR: 178035 Submitted by: Ports Fury Notes: svn path=/head/; revision=316582
* - Fix buildMartin Wilke2013-04-263-78/+76
| | | | | | | | PR: 177559 Submitted by: Ports Fury Notes: svn path=/head/; revision=316577
* - 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 USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-2413-13/+13
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* bsdtar knows how to extract rpm on all supported versions of FreeBSDBaptiste Daroussin2013-04-241-11/+4
| | | | Notes: svn path=/head/; revision=316433
* Mark the following ports deprecated. They have been unsupported upstreamTijl Coosemans2013-04-241-0/+3
| | | | | | | | | | | for years. - comms/libticables (superseded by comms/libticables2) - devel/libticalcs (superseded by comms/libticalcs2) - devel/libtifiles (superseded by devel/libtifiles2) - emulators/tiemu2 (superseded by emulators/tiemu3) Notes: svn path=/head/; revision=316409
* Remove BROKEN flag on PowerPC as the port may now build on this architectureGanael LAPLANCHE2013-04-241-4/+0
| | | | | | | | | (feedback welcome !). Discussed with: crees, danfe, eadler (on ports-committers@ and svn-ports-all@) Notes: svn path=/head/; revision=316405
* Convert e* to USES=pkgconfigBaptiste Daroussin2013-04-238-9/+9
| | | | Notes: svn path=/head/; revision=316337
* Update tilp2 and its libraries:Tijl Coosemans2013-04-222-14/+7
| | | | | | | | | | | - tilp2 1.17 - libticables2 1.3.4, libticalcs2 1.1.8, libticonv 1.1.4, libtifiles2 1.1.6 - Add NLS option, remove libtool dependency, clean up Makefile and pkg-descr - Bump PORTREVISION and trim Makefile header for emulators/tilem and emulators/tiemu3. Notes: svn path=/head/; revision=316269