aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r556564Gerald Pfeifer2020-12-111-0/+1
| | | | | | | | | | | | | | | | | Wine is now able to use mingw-w64 to build components. When mingw-w64 is installed on FreeBSD, users might inadvertedly use that when we have not set up things properly yet (and it probably should be an option to choose, at least initially). For example, mingw-w64 produces .dll files instead of the current .dll.so files, breaking pkg-plist. So for now explicitly disable the use of mingw-w64. In a next step, once mingw-w64 is available, we probably should make this an option. PR: 237213 Reported by: Damjan Jovanovic <damjan.jov@gmail.com> Notes: svn path=/branches/2020Q4/; revision=557762
* MFH: r556314Jan Beich2020-11-262-8/+8
| | | | | | | | | | emulators/citra: update to s20201124 Changes: https://github.com/citra-emu/citra/compare/182ffa424...a13a23051 Approved by: ports-secteam (fluffy, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=556317
* MFH: r556135Jan Beich2020-11-242-5/+5
| | | | | | | | | | emulators/citra: update to s20201123 Changes: https://github.com/citra-emu/citra/compare/4efeace8e...182ffa424 Approved by: ports-secteam (fluffy, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=556138
* MFH: r555526 r555674Jan Beich2020-11-192-8/+8
| | | | | | | | | | emulators/citra: update to s20201118 Changes: https://github.com/citra-emu/citra/compare/bf03fb83a...4efeace8e Approved by: ports-secteam (fluffy, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=555677
* MFH: r555059 r555060 r555061Jan Beich2020-11-142-8/+8
| | | | | | | | | | | | | emulators/citra: update to s20201112 - Enable UI translations - Drop unused dependencies Changes: https://github.com/citra-emu/citra/compare/2e0ce86c9...bf03fb83a Approved by: ports-secteam (fluffy, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=555065
* MFH: r554336Jan Beich2020-11-072-5/+5
| | | | | | | | | | emulators/citra: update to s20201106 Changes: https://github.com/citra-emu/citra/compare/1bb20571b...2e0ce86c9 Approved by: ports-secteam (fluffy, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=554338
* MFH: r553707Fernando Apesteguía2020-10-304-11/+24
| | | | | | | | | | | | | | | emulators/mgba: Update to 0.8.4 ChangeLog: https://mgba.io/2020/10/29/mgba-0.8.4/ PR: 250734 Submitted by: james.wright@digital-chaos.com Approved by: greg@unrelenting.technology (maintainer) Approved by: ports-secteam (blanket, runtime fix) Notes: svn path=/branches/2020Q4/; revision=553708
* MFH: r553436Piotr Kubaj2020-10-271-1/+1
| | | | | | | | | | | | emulators/jzintv: fix build on GCC architectures Use C++11 compiler: imasm/parser.cpp:1005: error: 'nullptr' was not declared in this scope Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q4/; revision=553437
* MFH: r552973Piotr Kubaj2020-10-221-1/+1
| | | | | | | | | | | | | | | emulators/qemu50: fix build on GCC architectures Adding -L/usr/lib make gcc from ports prefer /usr/lib instead of its own /usr/local/lib/gcc9, which makes build fail: /usr/local/bin/ld: accel/tcg/tcg-runtime.o: in function `clrsb32': /wrkdirs/usr/ports/emulators/qemu50/work/qemu-5.0.0/include/qemu/host-utils.h:211: undefined reference to `__clrsbdi2' Tested for no breakage on 12.1/i386, 12.2/amd64 and 13.0/powerpc64. Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q4/; revision=552974
* MFH: r552564Jan Beich2020-10-174-6/+6
| | | | | | | | | | | | | | emulators/{citra,yuzu}: update OSS patches No actual changes this time. Only switching away from a deleted fork merge commit to upstream master branch. The former may become invalid in future (e.g., due to "git gc") and break build. Changes: https://github.com/kinetiknz/cubeb/compare/40865a6..a7e83aa Approved by: ports-secteam blanket (reliability fix) Notes: svn path=/branches/2020Q4/; revision=552565
* MFH: r552428Fernando Apesteguía2020-10-154-16/+6
| | | | | | | | | | | | | | | emulators/mgba: Update to 0.8.3 ChangeLog: https://mgba.io/2020/08/03/mgba-0.8.3/ PR: 250353 Submitted by: james.wright@digital-chaos.com Reviewed by: greg@unrelenting.technology (maintainer) Approved by: ports-secteam (blanket, runtime fix) Notes: svn path=/branches/2020Q4/; revision=552429
* MFH: r552367Jan Beich2020-10-153-7/+7
| | | | | | | | | | emulators/citra: update to s20201014 Changes: https://github.com/citra-emu/citra/compare/1c8461fde...1bb20571b Approved by: ports-secteam (fluffy, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=552370
* MFH: r552019Jan Beich2020-10-106-10/+10
| | | | | | | | | | emulators/{citra,yuzu}: update OSS patches Changes: https://github.com/kinetiknz/cubeb/compare/cc85508...40865a6 Approved by: ports-secteam blanket (reliability fixes) Notes: svn path=/branches/2020Q4/; revision=552021
* MFH: r551681Jan Beich2020-10-083-7/+7
| | | | | | | | | | emulators/citra: update to s20201004 Changes: https://github.com/citra-emu/citra/compare/aced133a3...1c8461fde Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=551685
* MFH: r551678Jan Beich2020-10-086-10/+10
| | | | | | | | | | emulators/{citra,yuzu}: update OSS patches Changes: https://github.com/kinetiknz/cubeb/compare/b594641...cc85508 Approved by: ports-secteam blanket (reliability fix) Notes: svn path=/branches/2020Q4/; revision=551684
* MFH: r551236Jan Beich2020-10-023-9/+10
| | | | | | | | | | | | emulators/citra: update to s20200930 - Re-enable system boost, following emulators/yuzu Changes: https://github.com/citra-emu/citra/compare/a576eb633...aced133a3 Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2020Q4/; revision=551237
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-012-2/+2
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* emulators/rpcs3: update to 0.0.12.10959Jan Beich2020-10-012-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/f4ca6f02a...046923d9f Notes: svn path=/head/; revision=550758
* emulators/yuzu: update to s20200930Jan Beich2020-10-012-11/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/a8be822e8...4d0ae1a17 Notes: svn path=/head/; revision=550757
* emulators/qemu42: Add missing entry in emulators/MakefileMuhammad Moinur Rahman2020-09-301-0/+1
| | | | Notes: svn path=/head/; revision=550638
* [NEW] emulators/qemu42: QEMU CPU Emulator - 4.2.X branchMuhammad Moinur Rahman2020-09-3017-0/+1239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator or to ease cross-compilation and cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. See also the preconfigured system images on http://oszoo.org/ Many live cd isos also work. WWW: http://wiki.qemu.org/Main_Page In preparation of updating emulators/qemu to 5.0.X STABLE branch moving 4.2.X to a new port. Notes: svn path=/head/; revision=550637
* emulators/yuzu: update to s20200927Jan Beich2020-09-292-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4d4afc150...a8be822e8 Notes: svn path=/head/; revision=550462
* emulators/rpcs3: update to 0.0.12.10957Jan Beich2020-09-292-9/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/53c8ed6a6...f4ca6f02a Notes: svn path=/head/; revision=550461
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-282-1/+2
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Update to 5.0.12247Ganael LAPLANCHE2020-09-288-76/+45
| | | | Notes: svn path=/head/; revision=550417
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* Allow building on powerpc64le.Mark Linimon2020-09-271-2/+1
| | | | | | | | | While here, pet portlint (extra whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550378
* emulators/mame: Take maintainer shipEmmanuel Vadot2020-09-271-1/+1
| | | | | | | I'm working on patches that I will submit upstream so take maintainer ship. Notes: svn path=/head/; revision=550258
* emulators/rpcs3: update to 0.0.12.10949Jan Beich2020-09-262-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/92efaf0bb...53c8ed6a6 Notes: svn path=/head/; revision=550232
* No longer hack tools/wineapploader.in to account for wine64 vs wine.Gerald Pfeifer2020-09-261-3/+3
| | | | | | | | | | | | | Since upstream commit https://source.winehq.org/git/wine.git/commitdiff/57f9c33c08782399d6729bc58b68d73812560638 this hasn't been necessary any longer and it did actually break things afterwards by replacing wine64 with wine6464. PR: 249868 Submitted by: Alex S <iwtcex@gmail.com> Notes: svn path=/head/; revision=550190
* emulators/yuzu: update to s20200925Jan Beich2020-09-263-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/10e8acc45...4d4afc150 Notes: svn path=/head/; revision=550096
* emulators/rpcs3: update to 0.0.12.10943Jan Beich2020-09-262-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/9ea478008...92efaf0bb Notes: svn path=/head/; revision=550095
* Fix build with -fno-commonStefan Eßer2020-09-252-4/+17
| | | | Notes: svn path=/head/; revision=550063
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-09-256-10/+10
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/49312d4...b594641 Notes: svn path=/head/; revision=549984
* emulators/virtualbox-ose-kmod: Fix a pair of VM bugsAdriaan de Groot2020-09-244-28/+59
| | | | | | | | | | | | | | | | | | | | | | | | | - Use vm_pager_allocate() to allocate OBJT_PHYS objects. This ensures that they're initialized properly. - Don't assume that user wiring will succeed. This had been a team effort, with multiple independent reports, a wide variety of experiments, and patches written by kib@ and refined by markj@. I'm bumping PORTREVISION and aligning the revision of both kmod and application; it's possible the application bump isn't actually needed but let's make sure they both get rebuilt with this important (because of changed kernel assumptions) fix. PR: 249326 Submitted by: kib, markj Reported by: adridg, Rainer Hurling Reviewed by: adridg Approved by: koobs (vbox) MFH: 2020Q3 Notes: svn path=/head/; revision=549922
* emulators/yuzu: update to s20200923Jan Beich2020-09-242-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/53829d4cb...10e8acc45 Notes: svn path=/head/; revision=549875
* emulators/rpcs3: update to 0.0.12.10933Jan Beich2020-09-242-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/34eff440e...9ea478008 Notes: svn path=/head/; revision=549874
* - fix buildDirk Meyer2020-09-232-12/+11
| | | | | | | | PR: 248101 Approved by: ken Notes: svn path=/head/; revision=549674
* Fix build with -fno-commonStefan Eßer2020-09-2225-7/+438
| | | | Notes: svn path=/head/; revision=549620
* emulators/citra: update to s20200919Jan Beich2020-09-222-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/df9e230d6...a576eb633 Notes: svn path=/head/; revision=549541
* emulators/yuzu: update to s20200921Jan Beich2020-09-222-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/059dd724d...53829d4cb Notes: svn path=/head/; revision=549540
* emulators/rpcs3: update to 0.0.12.10910Jan Beich2020-09-222-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/9db97278f...34eff440e Notes: svn path=/head/; revision=549538
* - Update to 2.21Alex Kozlov2020-09-213-5/+7
| | | | Notes: svn path=/head/; revision=549477
* Fix crash when accessing physical CD/DVDGanael LAPLANCHE2020-09-212-1/+12
| | | | | | | | | | PR: 248333 Reported by: mfv@bway.net Approved by: koobs (vbox) MFH: 2020Q3 Notes: svn path=/head/; revision=549433
* Remove expired ports:Rene Ladan2020-09-1912-267/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-09-15 audio/abraca: Uses deprecated version of python 2020-09-15 audio/ardour5: Uses deprecated version of python 2020-09-15 audio/cplay: Uses deprecated version of python 2020-09-15 audio/cpp-xmms2: Uses deprecated version of python 2020-09-15 audio/p5-xmms2: Uses deprecated version of python 2020-09-15 biology/haplohseq: Uses deprecated version of python 2020-09-15 biology/tophat: Uses deprecated version of python 2020-09-15 chinese/ibus-array: Uses deprecated version of python 2020-09-15 comms/congruity: Uses deprecated version of python 2020-09-15 comms/libbtbb: Uses deprecated version of python 2020-09-15 comms/quisk: Uses deprecated version of python 2020-09-15 databases/mtools-mongodb: Uses deprecated version of python 2020-09-15 databases/mydbf2mysql: Uses deprecated version of python 2020-09-15 databases/ntdb: Uses deprecated version of python 2020-09-15 databases/pgloader: Uses deprecated version of python 2020-09-15 databases/pgtune: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python 2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python 2020-09-15 databases/pydbx: Uses deprecated version of python 2020-09-15 databases/pyspatialite: Uses deprecated version of python 2020-09-15 deskutils/ljcharm: Uses deprecated version of python 2020-09-15 deskutils/mat: Uses deprecated version of python 2020-09-15 devel/aap: Uses deprecated version of python 2020-09-15 devel/apr2: Uses deprecated version of python 2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python 2020-09-15 devel/bicyclerepair: Uses deprecated version of python 2020-09-15 devel/bzrtools: Uses deprecated version of python 2020-09-15 devel/codeville: Uses deprecated version of python 2020-09-15 devel/cvs2svn: Uses deprecated version of python 2020-09-15 devel/cx_Freeze: Uses deprecated version of python 2020-09-15 devel/euca2ools: Uses deprecated version of python 2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python 2020-09-15 devel/git-bzr-ng: Uses deprecated version of python 2020-09-15 devel/git-cvs: Uses deprecated version of python 2020-09-15 devel/git-remote-hg: Uses deprecated version of python 2020-09-15 devel/grumpy: Uses deprecated version of python 2020-09-15 devel/hg-git: Uses deprecated version of python 2020-09-15 devel/libnxt: Uses deprecated version of python 2020-09-15 devel/libredblack: Uses deprecated version of python 2020-09-15 devel/llvm-cheri: Uses deprecated version of python 2020-09-15 devel/phpsh: Uses deprecated version of python 2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python 2020-09-15 devel/py-notify: Uses deprecated version of python 2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python 2020-09-15 devel/py-qserve: Uses deprecated version of python 2020-09-15 devel/py-subvertpy: Uses deprecated version of python 2020-09-15 devel/py_static_check: Uses deprecated version of python 2020-09-15 devel/pyst: Uses deprecated version of python 2020-09-15 devel/runsnakerun: Uses deprecated version of python 2020-09-15 devel/tailor: Uses deprecated version of python 2020-09-15 devel/uatraits: Uses deprecated version of python 2020-09-15 dns/nsec3walker: Uses deprecated version of python 2020-09-15 dns/sshfp: Uses deprecated version of python 2020-09-15 editors/medit: Uses deprecated version of python 2020-09-15 emulators/dynagen: Uses deprecated version of python 2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python 2020-09-15 games/diameter: Uses deprecated version of python 2020-09-15 games/kiki: Uses deprecated version of python 2020-09-15 games/lightyears: Uses deprecated version of python 2020-09-15 games/outerspace: Uses deprecated version of python 2020-09-15 games/pachi-game-engine: Uses deprecated version of python 2020-09-15 graphics/caffe: Uses deprecated version of python 2020-09-15 graphics/cloudcompare: Uses deprecated version of python 2020-09-15 graphics/kudu: Uses deprecated version of python 2020-09-15 graphics/pecomato: Uses deprecated version of python 2020-09-15 graphics/py-editobj: Uses deprecated version of python 2020-09-15 graphics/py-mayavi: Uses deprecated version of python 2020-09-15 graphics/pymorph: Uses deprecated version of python 2020-09-15 graphics/tilecache: Uses deprecated version of python 2020-09-15 graphics/uniconvertor: Uses deprecated version of python 2020-09-15 japanese/mailman: Uses deprecated version of python 2020-09-15 java/eclipse-pydev: Uses deprecated version of python 2020-09-15 lang/cdent: Uses deprecated version of python 2020-09-15 lang/julia06: Uses deprecated version of python 2020-09-15 lang/julia07: Uses deprecated version of python 2020-09-15 lang/julia11: Uses deprecated version of python 2020-09-15 lang/tinypy: Uses deprecated version of python 2020-09-15 mail/cleanup-maildir: Uses deprecated version of python 2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python 2020-09-15 mail/getmail: Uses deprecated version of python 2020-09-15 mail/muttils: Uses deprecated version of python 2020-09-15 mail/nohtml: Uses deprecated version of python 2020-09-15 mail/offlineimap: Uses deprecated version of python 2020-09-15 mail/openemm2015: Uses deprecated version of python 2020-09-15 math/blitz++: Uses deprecated version of python 2020-09-15 math/openfst: Uses deprecated version of python 2020-09-15 math/py-fpconst: Uses deprecated version of python 2020-09-15 misc/hb: Uses deprecated version of python 2020-09-15 misc/mtail: Uses deprecated version of python 2020-09-15 misc/wotsap: Uses deprecated version of python 2020-09-15 multimedia/freevo: Uses deprecated version of python 2020-09-15 multimedia/quodlibet: Uses deprecated version of python 2020-09-15 multimedia/tovid: Uses deprecated version of python 2020-09-15 net/ceph13: Uses deprecated version of python 2020-09-15 net/cloud-init-azure: Uses deprecated version of python 2020-09-15 net/exabgp: Uses deprecated version of python 2020-09-15 net/exaddos: Uses deprecated version of python 2020-09-15 net/fb: Uses deprecated version of python 2020-09-15 net/flent: Uses deprecated version of python 2020-09-15 net/flowgrep: Uses deprecated version of python 2020-09-15 net/googlecl: Uses deprecated version of python 2020-09-15 net/mininet: Uses deprecated version of python 2020-09-15 net/nfs-ganesha: Uses deprecated version of python 2020-09-15 net/opensips: Uses deprecated version of python 2020-09-15 net/py-python-ntlm: Uses deprecated version of python 2020-09-15 net/splatd: Uses deprecated version of python 2020-09-15 net-im/centerim-devel: Uses deprecated version of python 2020-09-15 net-im/fugu: Uses deprecated version of python 2020-09-15 net-im/proxy65: Uses deprecated version of python 2020-09-15 net-mgmt/crmsh: Uses deprecated version of python 2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python 2020-09-15 net-p2p/couchpotato: Uses deprecated version of python 2020-09-15 news/rawdog: Uses deprecated version of python 2020-09-15 ports-mgmt/portell: Uses deprecated version of python 2020-09-15 print/biblio-py: Uses deprecated version of python 2020-09-15 science/brian: Uses deprecated version of python 2020-09-15 science/paraview: Uses deprecated version of python 2020-09-15 security/arm: Uses deprecated version of python 2020-09-15 security/ismtp: Uses deprecated version of python 2020-09-15 security/py-halberd: Uses deprecated version of python 2020-09-15 security/switzerland: Uses deprecated version of python 2020-09-15 security/tsshbatch: Uses deprecated version of python 2020-09-15 shells/lshell: Uses deprecated version of python 2020-09-15 sysutils/abck: Uses deprecated version of python 2020-09-15 sysutils/condor: Uses deprecated version of python 2020-09-15 sysutils/farbot: Uses deprecated version of python 2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python 2020-09-15 sysutils/heartbeat: Uses deprecated version of python 2020-09-15 sysutils/isomd5sum: Uses deprecated version of python 2020-09-15 sysutils/py-stdiff: Uses deprecated version of python 2020-09-15 sysutils/tren: Uses deprecated version of python 2020-09-15 textproc/doclifter: Uses deprecated version of python 2020-09-15 textproc/ibus-el: Uses deprecated version of python 2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap 2020-09-15 textproc/plover: Uses deprecated version of python 2020-09-15 textproc/py-esmre: Uses deprecated version of python 2020-09-15 textproc/py-libxslt: Uses deprecated version of python 2020-09-15 textproc/py-pdfminer: Uses deprecated version of python 2020-09-15 textproc/translate-toolkit: Uses deprecated version of python 2020-09-15 www/bluefish: Uses deprecated version of python 2020-09-15 www/calendarserver: Uses deprecated version of python 2020-09-15 www/geeknote: Uses deprecated version of python 2020-09-15 www/go-appengine-sdk: Uses deprecated version of python 2020-09-15 www/google-appengine: Uses deprecated version of python 2020-09-15 www/libhpack: Uses deprecated version of python 2020-09-15 www/mkapachepw: Uses deprecated version of python 2020-09-15 www/mod_pagespeed: Uses deprecated version of python 2020-09-15 www/mod_python35: Uses deprecated version of python 2020-09-15 www/py-qp: Uses deprecated version of python 2020-09-15 www/py-url: Uses deprecated version of python 2020-09-15 www/pyblosxom: Uses deprecated version of python 2020-09-15 www/pyjamas: Uses deprecated version of python 2020-09-15 www/roundup: Uses deprecated version of python 2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python 2020-09-15 www/waccess: Uses deprecated version of python 2020-09-15 www/wadcomblog: Uses deprecated version of python 2020-09-15 www/webcheck: Uses deprecated version of python 2020-09-15 www/woof: Uses deprecated version of python 2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python 2020-09-15 x11-fm/twander: Uses deprecated version of python 2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python 2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python Notes: svn path=/head/; revision=548980
* Mark as not for powerpcspe, either.Mark Linimon2020-09-191-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=548929
* emulators/yuzu: update to s20200918Jan Beich2020-09-192-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/62de0220f...059dd724d Notes: svn path=/head/; revision=548926
* emulators/rpcs3: update to 0.0.12.10895Jan Beich2020-09-192-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/6540393df...9db97278f Notes: svn path=/head/; revision=548925
* emulators/yuzu: update to s20200916Jan Beich2020-09-172-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/0bac7b6a9...62de0220f Notes: svn path=/head/; revision=548808
* emulators/rpcs3: update to 0.0.12.10891Jan Beich2020-09-172-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8df1d7439...6540393df Notes: svn path=/head/; revision=548807