Commit graph

7040 commits

Author SHA1 Message Date
Jan Beich
bb3f981b22 emulators/citra: update to s20180708
Changes:	fd5f71bcf...610acf282
2018-07-10 00:40:39 +00:00
Jan Beich
74b0c2410e emulators/rpcs3: update to 0.0.5.627
Changes:	d856dc89a...c5dcef52f
2018-07-10 00:40:29 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Jan Beich
5b669585f3 emulators/rpcs3: update to 0.0.5.609
Changes:	3d8223fcc...d856dc89a
2018-07-07 00:39:34 +00:00
Li-Wen Hsu
2581a2678d - Update to 2.13.0_20180622 2018-07-05 16:36:53 +00:00
Rene Ladan
f5524fec25 Update the Fuse ports to their latest versions:
- libspectrum 1.4.3 -> 1.4.4
- fuse-utils 1.4.2 -> 1.4.3
- fuse 1.5.4 -> 1.5.5

Changes for fuse:
- Improve sound accuracy on Unix 64 bit systems
- Allow the use of real joystick hats/dpads in the SDL joystick code
- Rename compat_get_home_path() to compat_get_config_path()
- Various minor bugfixes

Reported by:	portscout
2018-07-05 13:39:55 +00:00
Jan Beich
29838d5a1c emulators/citra: update to s20180704
Changes:	945b3413a...fd5f71bcf
2018-07-05 00:21:34 +00:00
Jan Beich
9cfe265f4b emulators/citra: update to s20180703
Changes:	490b7ded0...945b3413a
2018-07-03 00:22:17 +00:00
Jan Beich
bdf53372e9 emulators/rpcs3: update to 0.0.5.562
Changes:	345f92ab0...3d8223fcc
2018-07-03 00:22:06 +00:00
Jung-uk Kim
52896eada3 Update to 5.2.14.
https://www.virtualbox.org/wiki/ChangeLog#14
2018-07-02 22:13:39 +00:00
Jung-uk Kim
f3273790c7 Remove obsolete patches. 2018-07-02 21:23:08 +00:00
Mark Linimon
83fac84d49 Attempt to see if the build can be fixed on non-clang-based archs.
Approved by:	portmgr (tier-2 blanket)
2018-07-02 03:08:57 +00:00
Gerald Pfeifer
0b01dc5650 Update to the Wine 3.0.2 maintenance release which "only" fixes a couple
of bugs.
2018-06-30 19:28:33 +00:00
Jan Beich
ba92f87c00 emulators/citra: update to s20180629
Changes:	438751075...490b7ded0
2018-06-29 21:45:39 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Jan Beich
d959d66566 emulators/citra: update to s20180627
Changes:	689977bbf...438751075
2018-06-27 20:50:53 +00:00
Jan Beich
e79dc98e8e emulators/rpcs3: update to 0.0.5.558
Changes:	3b8eab87d...345f92ab0
2018-06-27 20:50:26 +00:00
Mathieu Arnold
f93e7c0f39 Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).

Sponsored by:	Absolight
2018-06-27 13:55:56 +00:00
Gerald Pfeifer
a76fc646ed Update to Wine 3.11. This includes the following changes:
- More debugger support for Wow64 processes.
 - Support for sha256/sha384 hashes in ECDSA signatures.
 - Better reporting of hyper-threaded CPUs.
 - Improvements to the standard Task Dialog.
 - Various bug fixes.
2018-06-26 18:08:04 +00:00
Jan Beich
6871cefa70 emulators/citra: update to s20180624
Changes:	f50e505a5...689977bbf
2018-06-26 00:54:27 +00:00
Jan Beich
713b73aed7 emulators/rpcs3: update to 0.0.5.546
Changes:	78ef205b4...3b8eab87d
2018-06-26 00:54:11 +00:00
Gerald Pfeifer
69b5aa323f The VKD3D option is not operational yet, and there is at least one
prerequisite port we are missing, so make sure we IGNORE this port
should anyone try to enable this option nevertheless.

PR:		229276
2018-06-24 20:18:44 +00:00
Jan Beich
a14a250f33 emulators/citra: update to s20180622
Changes:	964602dfc...f50e505a5
2018-06-23 00:16:27 +00:00
Jan Beich
38d45a58e0 emulators/rpcs3: update to 0.0.5.530
Changes:	c776ff502...78ef205b4
2018-06-23 00:16:17 +00:00
Sean Bruno
83d6593383 qemu-user-static update:
- Increase user stack when emulating aarch64.

Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
2018-06-23 00:02:15 +00:00
Danilo Egea Gondolfo
0d12f1c5d4 - Update to 0.50.3
PR:		227981
Submitted by:	danilo
Approved by:	maintainer timeout (gnome, 1 month)
2018-06-22 17:18:45 +00:00
Jan Beich
5dbfc8f5c7 emulators/rpcs3: switch to merged fix 2018-06-21 00:18:27 +00:00
Jan Beich
c1fdcb442c emulators/rpcs3: update to 0.0.5.516
Changes:	392a4bdc0...c03cde06a
2018-06-21 00:16:24 +00:00
Jan Beich
0b35d0bca7 emulators/citra: update to s20180620
Changes:	574824a26...964602dfc
2018-06-21 00:16:14 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Dmitry Marakasov
c6f506ccea - Fix OSVERSION conditions
Approved by:	portmgr blanket
2018-06-19 20:30:59 +00:00
Jan Beich
63cfb0b042 emulators/rpcs3: update to 0.0.5.510
Changes:	903da117e...392a4bdc0
2018-06-19 00:37:20 +00:00
Jan Beich
268c95b5b0 emulators/citra: update to s20180617
Changes:	cf9bfe069...574824a26
2018-06-19 00:37:06 +00:00
Brooks Davis
c36c75cedd Update CHERI LLVM and QEMU to new snapshots.
Committed together as code generated by the new LLVM requires updated
(virtual) hardware.

Sponsored by:	DARPA, AFRL
2018-06-18 21:30:38 +00:00
Nikolai Lifanov
c784e17595 update emulators/winetricks to 20180603 2018-06-17 22:17:29 +00:00
Gerald Pfeifer
c02f08b502 Port revision 471203 from the wine-devel port to the main wine port:
Replace explicit settings of CFLAGS and LDFLAGS in favor of USES=localbase
(the former predating the latter by at least a decade alas with variation).

PR:		226396
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2018-06-16 12:42:06 +00:00
Gerald Pfeifer
b105991c72 Update to Wine 3.10. This includes the following changes:
- Swapchain support in Direct 3D 12.
 - Vulkan support updated to the latest spec.
 - Debugger support for Wow64 processes.
 - Still more support for the Task Scheduler.
 - Various bug fixes.
2018-06-16 10:48:52 +00:00
Jan Beich
a3f502a4f4 emulators/rpcs3: update to 0.0.5.493
Changes:	f491dc141...903da117e
2018-06-16 00:44:26 +00:00
Tijl Coosemans
c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00
Jan Beich
63362af4f5 emulators/rpcs3: update to 0.0.5.480
Changes:	88b6d5164...f491dc141
2018-06-14 00:50:20 +00:00
Jan Beich
14470ad82e emulators/ppsspp-qt5: rebuild after r472312 2018-06-13 13:21:56 +00:00
Jan Beich
4515b8fd2c emulators/ppsspp: unbreak in-game movies
PR:		228972
2018-06-13 12:33:13 +00:00
Jan Beich
96e31e05cc emulators/rpcs3: update to 0.0.5.474
Changes:	626836f95...88b6d5164
2018-06-12 00:25:54 +00:00
Jan Beich
23323eed2d emulators/rpcs3: update to 0.0.5.471
Changes:	5454f57dd...626836f95
2018-06-11 23:37:16 +00:00
Jan Beich
e86063e923 emulators/citra: update to s20180609
Changes:	98438258c...cf9bfe069
2018-06-11 23:37:01 +00:00
Ganael LAPLANCHE
8710b65f43 Update to latest available Codeplex' snapshot and host project on Github 2018-06-11 11:46:05 +00:00
Danilo Egea Gondolfo
566e591d9c - Update to 0.198 2018-06-10 19:11:31 +00:00
Jan Beich
854be73675 emulators/citra: update to s20180607
Changes:	8e02c70e8...98438258c
2018-06-09 00:25:29 +00:00
Jan Beich
38a5a72636 emulators/rpcs3: update to 0.0.5.464
Changes:	dde4a9c6e...5454f57dd
2018-06-09 00:25:18 +00:00
Jan Beich
260e8ad78a emulators/citra: don't run tests on some non-x86
qemu-user-static hangs on armv6 and crashes on aarch64.

$ make test
[0/1] cd /wrkdirs/usr/ports/emulators/citra/work/.build && /usr/local/bin/ctest --force-new-ctest-process
Test project /wrkdirs/usr/ports/emulators/citra/work/.build
    Start 1: tests
FAILED: CMakeFiles/test.util
cd /wrkdirs/usr/ports/emulators/citra/work/.build && /usr/local/bin/ctest --force-new-ctest-process
ninja: build stopped: subcommand failed.
*** Error code 1

$ /wrkdirs/usr/ports/emulators/citra/work/.build/src/tests/tests
===============================================================================
All tests passed (244 assertions in 14 test cases)
2018-06-08 13:18:09 +00:00