1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

7805 Commits

Author SHA1 Message Date
Tobias Kortkamp
842dafd524 emulators/visualboyadvance-m: Clean up GVBAM dependencies
- Drop nop GVBAM_USE_GNOME
2019-10-06 07:21:11 +00:00
Jan Beich
1fd4b4e339 emulators/yuzu: unbreak runtime after r513803
$ yuzu
ld-elf.so.1: Shared object "libz.so.1" not found, required by "yuzu"
2019-10-06 04:24:42 +00:00
Muhammad Moinur Rahman
86070cd3b5 emulators/qemu: Update version 3.1.1=>3.1.1.1 2019-10-05 20:27:25 +00:00
Jan Beich
1205745e3c emulators/yuzu: update to s20191004
Changes:	da0737359...d63339788
2019-10-05 00:42:39 +00:00
Jan Beich
be3b02ca68 emulators/rpcs3: update to 0.0.6.8825
Changes:	f83385926...04a6b065b
2019-10-05 00:42:32 +00:00
Sunpoet Po-Chuan Hsieh
533cbc94d8 Fix build with scons 3.1.1
PR:		240584
Exp-run by:	antoine
2019-10-02 19:51:23 +00:00
Tobias C. Berner
c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00
Jan Beich
2dec7a8aab emulators/rpcs3: update to 0.0.6.8817
Changes:	146406947...f83385926
2019-09-30 23:27:02 +00:00
Gerald Pfeifer
e897ec8f2e Update to Wine 4.17. This includes the following changes:
- New version of the Mono engine with upstream fixes.
 - Support for DXTn compressed textures.
 - Initial version of the Windows Script runtime library.
 - Support for XRandR device change notifications.
 - Support for generating RSA keys.
 - Various bug fixes.

Update wine-mono-devel to the upstream release 4.9.3. [1]

Approved by:	dbn (blanket) [1]
2019-09-30 14:02:44 +00:00
Dmitry Marakasov
604dfb37ce - Update WWW
Approved by:	portmgr blanket
2019-09-30 09:38:28 +00:00
Jan Beich
6b02888b02 emulators/rpcs3: update to 0.0.6.8802
Changes:	feabe7118...146406947
2019-09-29 00:43:59 +00:00
Jan Beich
636255cb33 emulators/ppsspp: update to 1.9.2
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.9.1...v1.9.2
2019-09-29 00:43:50 +00:00
Jan Beich
18002ad451 emulators/rpcs3: update to 0.0.6.8794
Changes:	5ac631e03...feabe7118
2019-09-28 00:58:18 +00:00
Muhammad Moinur Rahman
4ece99d6b2 emulators/qemu-devel: Update version 4.0.0=>4.1.0
- Merge 4.0.X branch into emulators/qemu40
- See UPDATING for more info
2019-09-27 17:55:47 +00:00
Gerald Pfeifer
302f33f876 Port r508499 | gerald | 2019-08-10 from emulators/wine-devel [1]:
Add a note how to work around Wine issuing an error message of
    i386_set_ldt: Invalid argument
    Did you reconfigure your kernel with "options USER_LDT"?

On the way port part of r494365 | gerald | 2019-03-02 from
emulators/wine-devel:

    Be more bold re games working.

PR:		224264 [1]
Submitted by:	rozhuk.im@gmail.com [1]
Reviewed by:	arrowd [1]
Approved by:	dbn (implicit)
2019-09-26 12:17:06 +00:00
Santhosh Raju
55e6e3dd74 emulators/cannonball: Fixes build with clang 9
Original issue: https://github.com/djyt/cannonball/pull/46

Submitted by:	jbeich
Approved by:	philip (mentor)
2019-09-26 04:04:24 +00:00
Jan Beich
26e68b79c3 emulators/citra: update to s20190924
Changes:	05240770e...80c9137a0
2019-09-26 00:30:06 +00:00
Jan Beich
e4aeb73e9e emulators/yuzu: update to s20190925
Changes:	2f5545f8d...da0737359
2019-09-26 00:29:39 +00:00
Jan Beich
215c4bfcdf emulators/rpcs3: update to 0.0.6.8777
Changes:	5ec35c7da...5ac631e03
2019-09-26 00:29:25 +00:00
Jan Beich
a9ac4a10ad emulators/ppsspp: update to 1.9.1
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.8.0...v1.9.1
Reported by:	GitHub (watch releases)
2019-09-26 00:29:09 +00:00
Mark Linimon
2ec228123c Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/include/qt5/QtCore/qglobal.h:45:25: error: type_traits: No such file or directory
  /usr/local/include/qt5/QtCore/qcompilerdetection.h:564:6: error: #error Qt requires a C++11 compiler and yours does not seem to be that.

Approved by:	portmgr (tier-2 blanket)
2019-09-25 10:54:49 +00:00
Steve Wills
ea44875463 emulators/dosbox: update to v0.74-3
PR:		240455
Submitted by:	hardy.schumacher@gmx.de (maintainer)
2019-09-24 17:41:09 +00:00
Gerald Pfeifer
440bc11c84 Port r508499 | gerald | 2019-08-10 from emulators/wine [1]:
Add a note how to work around Wine issuing an error message of
      i386_set_ldt: Invalid argument
      Did you reconfigure your kernel with "options USER_LDT"?

On the way port part of r442561 | gerald | 2017-06-04 from emulators/wine:

  Be more bold re games working.

PR:             224264 [1]
Submitted by:   rozhuk.im@gmail.com [1]
Reviewed by:    arrowd [1]
Approved by:	dbn (implicit)
2019-09-24 10:59:27 +00:00
Dmitry Marakasov
d611e8e342 - Update WWW
Approved by:	portmgr blanket
2019-09-24 09:38:25 +00:00
Jan Beich
58750dee38 emulators/yuzu: update to s20190922
Changes:	bbe82d62b...2f5545f8d
2019-09-24 00:46:14 +00:00
Jan Beich
f2e70ea279 emulators/citra: update to s20190922
Changes:	377abfa3e...05240770e
2019-09-24 00:46:05 +00:00
Jan Beich
89d079e4fd emulators/rpcs3: update to 0.0.6.8760
Changes:	caef52e3b...5ec35c7da
2019-09-24 00:45:56 +00:00
Tijl Coosemans
e4c0bd396a Update to CentOS 7.7.1908.
Put libdrm into a separate port so it can be kept at the CentOS 7.6 version.
The new version fails to detect graphics hardware on FreeBSD.
2019-09-21 08:56:20 +00:00
Jan Beich
710970d297 emulators/yuzu: update to s20190920
- Update bundled libcubeb to get rid of dlopen patch

Changes:	07a024253...bbe82d62b
2019-09-21 00:37:56 +00:00
Jan Beich
591ba73d0a emulators/citra: update to s20190920
Changes:	363149075...377abfa3e
2019-09-21 00:37:37 +00:00
Jan Beich
1182653ba6 emulators/rpcs3: update to 0.0.6.8748
Changes:	538a5cc9d...caef52e3b
2019-09-21 00:37:30 +00:00
Ganael LAPLANCHE
e025da1854 Add missing USES=xorg for my ports 2019-09-20 21:17:10 +00:00
Jan Beich
bd113f2b3d emulators/rpcs3: update to 0.0.6.8738
Changes:	2b8890b19...538a5cc9d
2019-09-19 00:45:59 +00:00
Tobias Kortkamp
c8b9433fc5 Fix some misspelled or duplicated LICENSE_* 2019-09-17 19:21:45 +00:00
Jan Beich
633bc9f73f emulators/rpcs3: update to 0.0.6.8717
Changes:	fb8e70d7f...2b8890b19
2019-09-16 22:53:32 +00:00
Jan Beich
3a4f7ff17d emulators/citra: update to s20190916
- Update bundled libcubeb to get rid of dlopen patch

Changes:	4bc22aa35...363149075
2019-09-16 22:53:21 +00:00
Gerald Pfeifer
e4b767e5ad Update to Wine 4.16. This includes the following changes:
- More reliable mouse grabbing in games.
 - Better cross-compilation support in WineGCC.
 - Improved compatibility with Windows debuggers.
 - Various bug fixes.
2019-09-16 03:26:50 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Nikolai Lifanov
10cdfd52bd update emulators/winetricks to 20190912 2019-09-15 16:55:55 +00:00
Jan Beich
5ba31a3e38 emulators/rpcs3: update to 0.0.6.8710
Changes:	27af75fe7...fb8e70d7f
2019-09-15 00:39:25 +00:00
Jan Beich
f2254cf0d8 emulators/xsystem35: simplify WRKSRC handling 2019-09-14 17:33:31 +00:00
Gerald Pfeifer
323e0b45e5 Explain why this patch currently only is part of emulators/wine and not
emulators/wine-devel (any longer) and should disappear from the former
with the next major version upgrade.
2019-09-12 11:32:46 +00:00
Jan Beich
ab9403a9e7 emulators/rpcs3: update to 0.0.6.8690
Changes:	cb66d0569...27af75fe7
2019-09-12 00:55:30 +00:00
Jan Beich
792d1541a2 emulators/rpcs3: unbreak WITH_DEBUG build
ld: error: undefined symbol: id_manager::id_traits<sys_vm_t, void>::invalid
>>> referenced by sys_vm.cpp:19 (rpcs3/Emu/Cell/lv2/sys_vm.cpp:19)
>>>               sys_vm.cpp.o:(sys_vm_t::~sys_vm_t()) in archive rpcs3/Emu/librpcs3_emu.a
2019-09-11 11:47:01 +00:00
Jan Beich
31f6a3db40 emulators/rpcs3: disable ALSA as OpenAL is good enough
For almost a year OpenAL backend has options to mitigate crackling per game.
OTOH, ALSA recently regressed to crackling with low sound(4) latency.
2019-09-10 06:59:38 +00:00
Jan Beich
11df02f5e8 emulators/rpcs3: disable LLD_UNSAFE on 12.1+ 2019-09-10 06:59:30 +00:00
Jan Beich
0cbf270fc5 emulators/yuzu: update to s20190909
Changes:	4ee994963...07a024253
2019-09-10 00:50:26 +00:00
Jan Beich
bc51587c8d emulators/rpcs3: update to 0.0.6.8674
Changes:	5ed700db5...cb66d0569
2019-09-10 00:50:18 +00:00
Tijl Coosemans
678e57ceeb Add cmp(1) and diff(1) to linux_base port. They are used in configure
scripts for instance.
2019-09-09 16:51:15 +00:00
Tobias Kortkamp
1a78aa8c30 emulators/virtualbox-ose*: Use ECHO_CMD not ECHO per bsd.commands.mk
- Unbreak `make -s` builds

PR:		240433, 240426
Submitted by:	Franco Fichtner <franco@opnsense.org> (based on)
2019-09-09 11:01:13 +00:00