aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Remove libjpeg.so.11 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428135
* Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilityTijl Coosemans2016-12-081-1/+1
| | | | | | | | links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428129
* Fix a typo in pkg-plist that sneaked in after all my testing, and henceGerald Pfeifer2016-12-081-1/+1
| | | | | | | packaging for lib/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so. Notes: svn path=/head/; revision=428114
* Update to Wine 1.9.24. This includes the following changes:Gerald Pfeifer2016-12-073-7/+24
| | | | | | | | | | | | | | - Support for unordered access views in Direct3D. - Many fixes in the regression tests. - Some more improvements in HID support. - Various bug fixes. The Staging patchset has not been ported to this version of Wine yet, even after nearly two weeks, so mark the port BROKEN when the STAGING option is set. This also affects the wine-staging port. Notes: svn path=/head/; revision=428049
* emulators/citra: update to s20161207Jan Beich2016-12-063-16/+16
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/fb13bfe...07f65ad Notes: svn path=/head/; revision=428009
* emulators/fuse-roms: fix fetch [1]Rene Ladan2016-12-042-9/+11
| | | | | | | | | | | - Factor out a common subdirectory used on the Fedora mirrors - Bump the Fedora version to 25 - Add back a mirror for Opus-22.rom Reported by: pkg-fallout [1] Notes: svn path=/head/; revision=427798
* xen: update to 4.7.1Roger Pau Monné2016-12-029-186/+484
| | | | | | | | | | | | Xen 4.7.1 contains the following XSAs: 184, 185, 186, 187, 188 and 190 which where missing in the previous package. Additionally XSAs 191, 192, 193, 194, 195, 197 and 198 are also applied. Approved by: bapt Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=427568
* Use gtest from ports instead of Externals/Ganael LAPLANCHE2016-12-021-2/+5
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=427565
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-3/+3
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Simplify Dolphin-emu port and update it to 5.0Ganael LAPLANCHE2016-12-0214-755/+324
| | | | Notes: svn path=/head/; revision=427550
* Update a fresh snapshot with a permission bug fix.Brooks Davis2016-12-012-5/+5
| | | | Notes: svn path=/head/; revision=427512
* Mark various ports as broken on aarch64 due to the same clang bug:Mark Linimon2016-11-301-0/+2
| | | | | | | | | error in backend: Do not know how to split this operator's operand! Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=427432
* Fix the order of seven (1+6) file entries.Gerald Pfeifer2016-11-261-7/+7
| | | | Notes: svn path=/head/; revision=427173
* Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the defaultGerald Pfeifer2016-11-251-2/+2
| | | | | | | version for GCC in the Ports Collection have moved to GCC 4.9. Notes: svn path=/head/; revision=427129
* Add explicit dependency on the python symlink, right now it relies on itAntoine Brodin2016-11-241-0/+3
| | | | | | | being provided as a dependency of x11-toolkits/gtk20 Notes: svn path=/head/; revision=427064
* Update to 5.1.10.Jung-uk Kim2016-11-2410-89/+34
| | | | Notes: svn path=/head/; revision=427059
* emulators/citra: oops, missed XXX comment in r426912Jan Beich2016-11-231-1/+0
| | | | Notes: svn path=/head/; revision=426915
* emulators/citra: drop bundled Boost 1.59Jan Beich2016-11-233-5/+3
| | | | Notes: svn path=/head/; revision=426912
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Update to util-linux-ng 2.17.2-12.24.el6_8.1.Tijl Coosemans2016-11-233-29/+29
| | | | | | | | PR: 214772 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=426893
* QEMU requires pixman to build qemu-system-* targets regardless ofSean Bruno2016-11-211-1/+4
| | | | | | | | | | whether we are building for X or not. Add the dependency if PR: 214668 Submitted by: mail+freebsd@gerritbeine.de Notes: svn path=/head/; revision=426725
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-2011-4/+11
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* emulators/kcemu, editors/wordgrinder: Document ncurses requirementJohn Marino2016-11-191-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426532
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* emulators/i386-wine-devel: update to 1.9.23David Naylor2016-11-193-25/+51
| | | | Notes: svn path=/head/; revision=426368
* emulators/visualboyadvance-m: unbreak build with ffmpeg 3.xJan Beich2016-11-182-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/common/ffmpeg.cpp:62: src/common/ffmpeg.h:70:5: error: unknown type name 'PixelFormat'; did you mean 'AVPixelFormat'? priv_PixelFormat pixfmt; ^~~~~~~~~~~~~~~~ AVPixelFormat src/common/ffmpeg.cpp:61:26: note: expanded from macro 'priv_PixelFormat' #define priv_PixelFormat PixelFormat ^ /usr/local/include/libavutil/pixfmt.h:60:6: note: 'AVPixelFormat' declared here enum AVPixelFormat { ^ src/common/ffmpeg.cpp:81:11: error: use of undeclared identifier 'avcodec_alloc_frame' pic = avcodec_alloc_frame(); ^ src/common/ffmpeg.cpp:92:28: error: use of undeclared identifier 'CODEC_ID_NONE'; did you mean 'AV_CODEC_ID_NONE'? if(fmt->audio_codec == CODEC_ID_NONE) ^~~~~~~~~~~~~ AV_CODEC_ID_NONE /usr/local/include/libavcodec/avcodec.h:192:5: note: 'AV_CODEC_ID_NONE' declared here AV_CODEC_ID_NONE, ^ src/common/ffmpeg.cpp:163:11: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? pixfmt = PIX_FMT_RGB24; ^~~~~~~~~~~~~ AV_PIX_FMT_RGB24 /usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared here AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB... ^ src/common/ffmpeg.cpp:416:13: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'? pkt.size = avcodec_encode_video(ctx, video_buf, VIDEO_BUF_LEN, f); ^~~~~~~~~~~~~~~~~~~~ avcodec_encode_video2 /usr/local/include/libavcodec/avcodec.h:5322:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/common/ffmpeg.cpp:468:13: error: use of undeclared identifier 'avcodec_encode_audio'; did you mean 'avcodec_encode_audio2'? pkt.size = avcodec_encode_audio(ctx, audio_buf, frame_len, ^~~~~~~~~~~~~~~~~~~~ avcodec_encode_audio2 /usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^ PR: 214190 Obtained from: upstream Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=426345
* emulators/kcemu: unbreak build with ffmpeg 3.xJan Beich2016-11-182-9/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg.cc:79:29: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean 'AV_PIX_FMT_YUV420P'? _stream->codec->pix_fmt = PIX_FMT_YUV420P; ^~~~~~~~~~~~~~~ AV_PIX_FMT_YUV420P /usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared here AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) ^ ffmpeg.cc:100:12: error: use of undeclared identifier 'avcodec_alloc_frame' _frame = avcodec_alloc_frame(); ^ ffmpeg.cc:159:18: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'? int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame); ^~~~~~~~~~~~~~~~~~~~ avcodec_encode_video2 /usr/local/include/libavcodec/avcodec.h:5261:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ ffmpeg.cc:159:55: error: cannot initialize a parameter of type 'AVPacket *' with an lvalue of type 'byte_t *' (aka 'unsigned char *') int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame); ^~~~ /usr/local/include/libavcodec/avcodec.h:5261:60: note: passing argument to parameter 'avpkt' here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ PR: 214188 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=426344
* emulators/citra: update to s20161115Jan Beich2016-11-172-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/ae2fab4...fb13bfe Notes: svn path=/head/; revision=426302
* Track QEMU upstream as we approach 2.8.0Sean Bruno2016-11-172-8/+7
| | | | Notes: svn path=/head/; revision=426294
* Reset edwin's ports, he has handed in his commit bit.Rene Ladan2016-11-161-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=426269
* Update to Wine 1.9.23. This includes the following changes:Gerald Pfeifer2016-11-163-6/+29
| | | | | | | | | | - Color font support in Direct2D. - More color formats in Direct3D. - Uninstallation fixes in MSI. - Various bug fixes. Notes: svn path=/head/; revision=426233
* emulators/ppsspp: link to upstream issue for BROKENJan Beich2016-11-141-2/+5
| | | | Notes: svn path=/head/; revision=426134
* Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev2016-11-141-1/+1
| | | | Notes: svn path=/head/; revision=426104
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-144-4/+11
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426089
* - fix build with ffmpeg3Dirk Meyer2016-11-141-1/+4
| | | | | | | PR: 214189 Notes: svn path=/head/; revision=426087
* Fix build with devel/ncurses installed.Sean Bruno2016-11-142-4/+16
| | | | | | | | PR: 214484 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Notes: svn path=/head/; revision=426079
* - Verbosify buildDmitry Marakasov2016-11-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=425946
* Update qemu-sbruno/bsd-user to caputre a pile of memory leak abatementsSean Bruno2016-11-112-7/+7
| | | | | | | in upstream QEMU. Notes: svn path=/head/; revision=425912
* Track used or drop unused devel/icu dependencyJan Beich2016-11-111-3/+2
| | | | | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Notes: svn path=/head/; revision=425890
* Update libspectrum, fuse and fuse-utils to 1.3.1Rene Ladan2016-11-097-13/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=425802
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-082-2/+2
| | | | Notes: svn path=/head/; revision=425758
* Delete duplicate distinfo lines that I inserted with make makesum.Sean Bruno2016-11-081-2/+0
| | | | | | | | | | Pointyhat fits nicely. PR: 214309 Submitted by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=425742
* - Add LICENSEDmitry Marakasov2016-11-084-12/+15
| | | | | | | - Regenerate patches Notes: svn path=/head/; revision=425731
* Mark as broken on arm64.Mark Linimon2016-11-081-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425701
* Mark as broken on arm64.Mark Linimon2016-11-081-0/+2
| | | | Notes: svn path=/head/; revision=425695
* Hopeless on anything other than x86.Mark Linimon2016-11-081-0/+3
| | | | Notes: svn path=/head/; revision=425673
* Update and track upstream QEMU 2.7.50Sean Bruno2016-11-084-15/+34
| | | | | | | No changes to qemu-user are intended here, nor are there and fixes here. Notes: svn path=/head/; revision=425656
* - Add LICENSEDmitry Marakasov2016-11-072-6/+9
| | | | | | | | - Add missing dependency - Regenerate patches Notes: svn path=/head/; revision=425638
* - Add LICENSEDmitry Marakasov2016-11-075-72/+75
| | | | | | | | | - Add missing dependency - Switch pkg-plist to DATADIR and DOCSDIR - Regenerate patches Notes: svn path=/head/; revision=425631
* Winetricks is an easy way to work around problems in Wine.Matthew Seaman2016-11-075-0/+43
| | | | | | | | | | | | | | It has a menu of supported games/apps for which it can do all the workarounds automatically. It also lets you install missing DLLs or tweak various Wine settings individually. WWW: https://wiki.winehq.org/Winetricks PR: 211293 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> Notes: svn path=/head/; revision=425599