Commit graph

7332 commits

Author SHA1 Message Date
Josh Paetzel
ba2015fb66 Chase FreeBSD HEAD changes
r338318, r338143

The patches have been upstreamed to VMware.

Submitted by:	dim
2018-08-31 18:13:56 +00:00
Jason E. Hale
c82a1099a6 Fix build with Qt 5.11
PR:		230884
Obtained from:	upstream
2018-08-31 02:37:33 +00:00
Jan Beich
b5020152a3 emulators/rpcs3: update to 0.0.5.810
Changes:	4c1459534...685eaedbf
2018-08-29 22:24:49 +00:00
Jan Beich
8eeacfc1af emulators/rpcs3: update to 0.0.5.808
Changes:	23f5cee65...4c1459534
2018-08-29 20:32:18 +00:00
Jan Beich
0792e62ec8 emulators/rpcs3: drop GCC < 6 after r478266/r475856
USES=compiler:c++17-lang defines USE_GCC=yes but anything older than
lang/gcc7 have incomplete C++17 support. As this port is amd64-only
supporting old GCC is of little value.

https://gcc.gnu.org/projects/cxx-status.html
2018-08-28 13:02:48 +00:00
Jan Beich
87036016b6 emulators/rpcs3: unbreak on FreeBSD 10.4/11.1
Utilities/types.h:94:13: error: no member named 'byte' in namespace 'std'
        using std::byte;
              ~~~~~^
Utilities/types.h:773:18: error: no type named 'byte' in namespace 'std'
        alignas(A) std::byte data[S];
                   ~~~~~^
rpcs3/Emu/RSX/rsx_utils.h:9:10: fatal error: 'optional' file not found
 #include <optional>
          ^~~~~~~~~~
rpcs3/Emu/RSX/Overlays/overlay_controls.h:1354:20: error: no member named 'clamp' in namespace 'std'
                                m_value = std::clamp(value, 0.f, m_limit);
                                          ~~~~~^

Reported by:	pkg-fallout
Pointy hat to:	jbeich
2018-08-28 12:44:46 +00:00
Jan Beich
1f15c8bda3 emulators/citra: update to s20180826
Changes:	0a5621faf...05118a232
2018-08-28 00:01:01 +00:00
Jan Beich
9c924d72a8 emulators/rpcs3: update to 0.0.5.794
Changes:	21e191111...23f5cee65
2018-08-28 00:00:39 +00:00
Nikolai Lifanov
8de10d76a0 fix emulators/winetricks version
PR:		230919
Submitted by:	Nick Wolff
2018-08-27 03:08:20 +00:00
Jose Alonso Cardenas Marquez
7e3e4d166e - Fix emulators/mupen64plus-video-glide64 and
emulators/mupen64plus-video-glide64mk2  build

Reported by:	pkg-fallout
2018-08-27 02:27:00 +00:00
Kurt Jaeger
c226e81036 emulators/linux-c6: Update to CentOS 6.10
PR:		229979
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	xmj
2018-08-26 19:53:54 +00:00
Gerald Pfeifer
355e5e5e81 The Staging patchset is now available for Wine 3.14 as well, and
requires some additions to pkg-list and one change where main wine
and Staging go differently about libdinput8.
2018-08-25 12:28:15 +00:00
Tobias Kortkamp
360169fdfe emulators/fceux: Fix build with Clang 6
src/utils/xstring.cpp:234:5: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing]
                                n<2 ? '=' : Base64Table[ ((input[1] & 0x0F) << 2) | (input[2] >> 6) ],
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/fceux-2.2.3_4.log
2018-08-25 05:12:35 +00:00
Tobias Kortkamp
9cc3645174 emulators/quasi88: Fix build with Clang 6
src/fmgen/psg.cpp:121:37: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint8' (aka 'unsigned char') [-Wc++11-narrowing]
        static uint8 table3[4] = {  0,  1, -1,  0 };
                                           ^~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477468_s337991/logs/quasi88-0.6.4.log

PR:		230869
Submitted by:	1wkmmr@gmail.com
2018-08-25 01:24:40 +00:00
Jan Beich
3c87215462 emulators/citra: update to s20180824
Changes:	47025552c...0a5621faf
2018-08-24 22:31:59 +00:00
Jan Beich
eb934c4cba emulators/rpcs3: update to 0.0.5.774
Changes:	f3d3a1a4a...21e191111
2018-08-24 22:31:43 +00:00
Tobias Kortkamp
e5fa0927c3 emulators/libdsk: Update to 1.4.2
- Install additional documentation

Changes:	http://www.seasip.info/Unix/LibDsk/#changelog
PR:		230354
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	pixel@hugbox.org (maintainer timeout, 2 weeks)
2018-08-24 09:14:41 +00:00
Jan Beich
25b145df37 emulators/citra: update to s20180821
Changes:	7279335fc...47025552c
2018-08-22 23:56:36 +00:00
Jan Beich
4112eb119a emulators/rpcs3: update to 0.0.5.769
Changes:	d1d1b2eff...f3d3a1a4a
2018-08-22 19:38:57 +00:00
Steve Wills
6066d02e21 emulators/vmips: update to 1.5.1
PR:		230812
Submitted by:	Brian R. Gaeke <brg@dgate.org> (maintainer)
2018-08-22 14:32:04 +00:00
Jan Beich
f8a2e5cc0a emulators/citra: update to s20180820
Changes:	96c025e4c...7279335fc
2018-08-20 23:36:12 +00:00
Jan Beich
76e4b83c68 emulators/rpcs3: update to 0.0.5.764
Changes:	23b52e1b1...d1d1b2eff
2018-08-20 23:36:01 +00:00
Nikolai Lifanov
879866792a update emulators/winetricks to 20180815 release 2018-08-20 00:30:50 +00:00
Gerald Pfeifer
8233282c71 Sync a comment re WoW64 plus the desktop file with revision r477548
of the emulators/wine-devel port to keep the two in sync.
2018-08-20 00:02:31 +00:00
Gerald Pfeifer
3ab0fa9e4f Add the temporary fix I created (but failed to commit) as part of the
update to Wine 3.14 in revision r477548 to work around a Linuxism when
it comes to include files.
2018-08-19 01:01:37 +00:00
Gerald Pfeifer
e77b976d15 Revert the inadvertent enabling of the STAGING option by default in
revision 477548.
2018-08-19 00:36:10 +00:00
Gerald Pfeifer
1ad82fd45a Update to Wine 3.14. This includes the following changes:
- Support for DXTn texture decompression.
 - Deferral support for MSI install actions.
 - Support for Japanese keyboard in DirectInput.
 - More improvements in the standard Task Dialog.
 - A few more icons in Shell32.
 - Various bug fixes.

Forward port r471521 | tcberner | 2018-06-03 20:03:49 +0000 from the
emulators/wine port [1]:

  emulators/wine: fix desktop file on amd64

Submitted by:	tcberner [1]
Reviewed by:	gerald [1]
Approved by:	dbn [1]
Differential Revision:	https://reviews.freebsd.org/D15489 [1]
2018-08-19 00:25:02 +00:00
Jan Beich
5615adf201 emulators/citra: update to s20180816
Changes:	20cb8f66d...96c025e4c
2018-08-17 23:00:56 +00:00
Jan Beich
454bfab9af emulators/rpcs3: update to 0.0.5.735
Changes:	9d8c9c246...23b52e1b1
2018-08-17 23:00:39 +00:00
Brooks Davis
d33a051740 Update a newer snapshow to support code generated by the latest
devel/llvm-cheri.

Tell qemu to look for the smbd binary in the expected location (don't
add a RUN_DEPENDS entry as it's optional).

Sponsored by:	DARPA, AFRL
2018-08-16 23:49:55 +00:00
Rene Ladan
048dda0400 Remove expired ports:
2018-08-16 net/traceroute: Upstream gone
2018-08-15 net/e169-stats: unknown license
2018-08-15 net/l4ip: unknown license
2018-08-15 net/dhcprelay: unknown license
2018-08-15 emulators/m2000: unknown license
2018-08-15 textproc/ant-xinclude-task: unknown license
2018-08-15 textproc/bomstrip: unknown license
2018-08-15 x11-fonts/ecofont: unknown license
2018-08-15 mail/roundcube-groupvice: unknown license
2018-08-15 security/pft: unknown license
2018-08-15 devel/kickassembler: unknown license
2018-08-15 devel/gdbmods: unknown license
2018-08-15 devel/as31: unknown license
2018-08-15 databases/dbf2mysql: unknown license
2018-08-15 misc/xpns: unknown license
2018-08-15 misc/amfm: unknown license
2018-08-15 games/smashbattle: unknown license
2018-08-15 games/syobon: unknown license
2018-08-15 games/optimax: unknown license
2018-08-15 games/xgospel: unknown license
2018-08-15 biology/blat: unknown license
2018-08-15 x11-clocks/swisswatch: unknown license
2018-08-15 palm/ppmtoTbmp: unknown license
2018-08-15 dns/ghtool: unknown license
2018-08-15 x11-themes/beastie: unknown license
2018-08-15 converters/uudx: unknown license
2018-08-15 sysutils/areca-cli: unknown license
2018-08-16 20:28:32 +00:00
Roger Pau Monné
edd092ae91 xen411: apply fixes for XSA-269, XSA-272 and XSA-273 2018-08-16 09:02:02 +00:00
Jan Beich
06c8d543ff emulators/rpcs3: update to 0.0.5.731
Changes:	6c62f42d8...9d8c9c246
2018-08-16 00:38:42 +00:00
Jan Beich
2fcbc66eb8 emulators/citra: update to s20180814
Changes:	6a1fa3c84...20cb8f66d
2018-08-15 21:18:29 +00:00
Jan Beich
07d58f8177 emulators/rpcs3: update to 0.0.5.729
Changes:	57ba9d393...6c62f42d8
2018-08-15 21:18:18 +00:00
Jung-uk Kim
b621458fc9 Update to 5.2.18.
https://www.virtualbox.org/wiki/Changelog#18
2018-08-15 19:38:59 +00:00
Jan Beich
2bb52e419f emulators/mame: unbreak with libc++ 7
In file included from ../../../../../src/emu/http.cpp:12:
In file included from ../../../../../src/lib/util/server_ws_impl.hpp:8:
In file included from ../../../../../src/osd/asio.h:34:
In file included from ../../../../../3rdparty/asio/include/asio.hpp:21:
In file included from ../../../../../3rdparty/asio/include/asio/basic_datagram_socket.hpp:20:
In file included from ../../../../../3rdparty/asio/include/asio/basic_socket.hpp:40:
In file included from ../../../../../3rdparty/asio/include/asio/detail/reactive_socket_service.hpp:22:
In file included from ../../../../../3rdparty/asio/include/asio/buffer.hpp:27:
In file included from ../../../../../3rdparty/asio/include/asio/detail/string_view.hpp:23:
/usr/include/c++/v1/experimental/string_view:11:2: error: "<experimental/string_view> has been removed. Use <string_view> instead."

PR:		230401
Reported by:	antoine (via exp-run)
2018-08-14 19:43:19 +00:00
Jan Beich
4afcfb36c8 emulators/rpcs3: update to 0.0.5.722
Changes:	451b3f3c9...57ba9d393
2018-08-14 00:28:30 +00:00
Jan Beich
f6719f5fa7 emulators/citra: update to s20180812
Changes:	84fc8eaab...6a1fa3c84
2018-08-14 00:28:15 +00:00
Tijl Coosemans
ebd39b12a6 Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH:		2018Q3
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
2018-08-10 14:23:15 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Rene Ladan
1407379c07 emulators/fuse: update to version 1.5.6
Highlights of this release include:

* Z80 flags register is now correct after SCF and CCF
* "Variant" Alkatraz loaders (e.g. Gauntlet 3 and Shadow Dancer),
  "Variant" Search Loader programs (e.g. Lotus Esprit Turbo Challenge
  and Space Crusade) and Dinaload loaders (e.g. Astro Marine Corps)
  are now accelerated
* More improvements disabling phantom typist after finishing loading
  TAP or standard ROM TZX files
* Saving and loading binary data no longer increments tstate count or
  triggers breakpoints
* Stop RZX playback/recording on machine reset/change
* Various minor bugfixes

Reported by:	portscout
2018-08-08 21:04:06 +00:00
Jan Beich
abe77c1336 emulators/citra: update to s20180808
Changes:	0233f3286...84fc8eaab
2018-08-08 20:54:47 +00:00
Jan Beich
5813c61395 emulators/rpcs3: update to 0.0.5.703
Changes:	69af60749...451b3f3c9
2018-08-08 20:54:16 +00:00
Jan Beich
5919fcc907 emulators/citra: update to s20180804
Changes:	5bc72cca6...0233f3286
2018-08-06 22:44:18 +00:00
Rene Ladan
c33f9a572e Distfile mirror moved to my ISP. 2018-08-04 16:53:19 +00:00
Danilo Egea Gondolfo
c8c4b8ed3e - Update to 0.200 2018-08-04 14:28:32 +00:00
Jan Beich
1b28a39d1c emulators/citra: update to s20180803
Changes:	ba6eee71fb...5bc72cca6
2018-08-03 22:42:16 +00:00
Jan Beich
a8c3c38b77 emulators/rpcs3: update to 0.0.5.701
Changes:	8cb749110...69af60749
2018-08-03 22:41:59 +00:00
Antoine Brodin
ef2fbd063d Finish removal of emulators/snes9x 2018-08-03 17:53:09 +00:00
Jose Alonso Cardenas Marquez
a3b0cf34a6 - Remove forgotten entry 2018-08-03 16:33:52 +00:00
Jose Alonso Cardenas Marquez
7264373096 - Remove SNES9X option. emulators/snes9x was removed 2018-08-03 16:30:43 +00:00
Jose Alonso Cardenas Marquez
750ee74117 - Remove emulators/snes9x A update version is available at
emulators/snes9x-gtk
2018-08-03 15:51:59 +00:00
Yuri Victorovich
0688a47b27 emulators/nestopia: Update 1.48 -> 1.49
Port changes:
* Use DISTVERSION
* Add LICENSE_FILE
* Change cmake -> autoreconf, add BUILD_DEPENDS autoconf-archive
* Remove stripping: it's now done by the project

PR:		229796
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-08-03 02:54:03 +00:00
Jan Beich
3a45cfd139 emulators/citra: update to s20180801
Changes:	05eb0ccb0...ba6eee71f
2018-08-01 22:24:11 +00:00
Adam Weinberger
0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +00:00
Niclas Zeising
15dac70c75 Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
2018-07-31 18:41:30 +00:00
Jan Beich
84d49699a3 emulators/citra: update to s20180730
Changes:	be193869c...05eb0ccb0
2018-07-30 22:43:22 +00:00
Jan Beich
492a601529 emulators/rpcs3: update to 0.0.5.694
Changes:	b0f464d11...8cb749110
2018-07-30 22:43:06 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Jan Beich
38b9bddd11 emulators/citra: drop support for pre-C++17 toolchains after r475472 2018-07-28 20:11:03 +00:00
Jose Alonso Cardenas Marquez
ba85afb20e - Fix sdl dependencies. It uses SDL 2.x instead of 1.x 2018-07-28 07:24:55 +00:00
Jose Alonso Cardenas Marquez
7780876558 - Ordering Makfile sections 2018-07-28 07:17:45 +00:00
Jose Alonso Cardenas Marquez
00a6d7c8e5 - Update to 5.1.3 2018-07-28 07:08:24 +00:00
Jose Alonso Cardenas Marquez
cba7eae3da - Update to 1.21.3 2018-07-28 07:07:49 +00:00
Jan Beich
8f75f542e5 emulators/citra: update to s20180727
Changes:	4a3c4f5f6...be193869c
2018-07-27 23:05:18 +00:00
Jan Beich
559b5f1195 emulators/rpcs3: update to 0.0.5.678
Changes:	c5c0f68b3...b0f464d11
2018-07-27 23:05:08 +00:00
Tobias Kortkamp
e506e05174 emulators/virtualbox-ose: Fix build when using 3.? as default Python
When using DEFAULT_VERSIONS=python=3.6 or similar the build fails
with

kBuild: Generating python - .../out/freebsd.amd64/release/obj/VBoxOGLgen/spu_dispatch_table.h
kmk_builtin_redirect: posix_spawnp(python-not-found) failed: No such file or directory

Explicitly use Python 2.7 for the time being to fix the build.

PR:		225734
Submitted by:	Peter Wullinger <freebsd@dhke.de>
Approved by:	vbox (maintainer timeout, 5 months+)
2018-07-26 11:46:58 +00:00
Alan Somers
4ac0d69814 emulators/qemu-utils: fix build after r475080
r475080 updated the master port, emulators/qemu, to version 2.12.0

Reported by:	pkg-fallout
2018-07-26 01:36:48 +00:00
Jan Beich
e752902398 emulators/citra: update to s20180725
Changes:	14878a17d...4a3c4f5f6
2018-07-25 21:34:07 +00:00
Bryan Drewery
05d3bb2740 vboxheadless: Fix start of specific machine after base r291770.
The vboxheadless rc script has its own pid checking, so the rc.subr
version in run_rc_command is not needed.

PR:		212074
2018-07-24 23:22:27 +00:00
Antoine Brodin
051f8c5394 Fix INDEX and duplicate PKGBASEs 2018-07-24 20:26:10 +00:00
Roger Pau Monné
0691518059 xen: import version 4.11
Reviewed by:		bapt
Sponsored by:		Citrix Systems R&D
Differential Revision:	https://reviews.freebsd.org/D16418
2018-07-24 13:57:46 +00:00
Roger Pau Monné
768717cce7 xen: rename to xen47
Preparatory change in order to import a newer Xen version while
keeping the previous one.

Reviewed by:		bapt
Sponsored by:		Citrix Systems R&D
Differential Revision:	https://reviews.freebsd.org/D16416
2018-07-24 13:47:03 +00:00
Jan Beich
d2a42e8048 emulators/citra: update to s20180723
Changes:	78685065c...14878a17d
2018-07-24 00:25:43 +00:00
Jan Beich
b8109585f0 emulators/rpcs3: update to 0.0.5.663
Changes:	6caffd0e3...c5c0f68b3
2018-07-24 00:25:30 +00:00
Muhammad Moinur Rahman
7630f855d5 emulators/qemu: Update version 2.9.0>=2.12.0
- Pet portlint

Relnotes:	https://wiki.qemu.org/ChangeLog/2.12
2018-07-22 02:27:07 +00:00
Gerald Pfeifer
f6eeb4c221 Update to Wine 3.13. This includes the following changes:
- Initial support for performance data in the registry.
 - Mono engine updated with some bug fixes.
 - Improvements in the standard Task Dialog.
 - Various bug fixes.

Make the dependency on devel/autoconf more general. [1]

Reviewed by:	tijl [1]
2018-07-21 20:11:31 +00:00
Gerald Pfeifer
3ab6fde019 Update wine-mono-devel from upstream 4.7.1 to 4.7.3 with minor fixes.
Approved by:	dbn (maintainer, pre-approval)
2018-07-21 20:10:38 +00:00
Jan Beich
f3311ef85c emulators/rpcs3: update to 0.0.5.651
Changes:	a19113025...6caffd0e3
2018-07-20 23:54:26 +00:00
Jan Beich
082a3f360c emulators/citra: update to s20180719
Changes:	610acf282...78685065c
2018-07-20 23:54:15 +00:00
Jan Beich
1250acf950 emulators/citra: update to s20180718
Changes:	47d283a1e...610acf282
2018-07-18 22:51:59 +00:00
Tobias Kortkamp
f8941f021c emulators/fmsx: Update to 5.4
- Reset maintainer; the port has been broken for over 5 months and
  there have been > 3 timeouts before (going as far back as 2004)
  so the current maintainer seems to not be interested anymore.

PR:		229848
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-07-18 11:36:46 +00:00
Jung-uk Kim
5ac9771135 Update to 5.2.16.
https://www.virtualbox.org/wiki/Changelog#16
2018-07-17 19:19:17 +00:00
Antoine Brodin
f26b2df872 Deprecate ports broken for more than 5 months 2018-07-17 08:56:32 +00:00
Jan Beich
642c582e4e emulators/rpcs3: update to 0.0.5.644
Changes:	fa55a8072...a19113025
2018-07-17 00:29:23 +00:00
Jan Beich
13400e6e87 emulators/rpcs3: update to 0.0.5.631
Changes:	c5dcef52f...fa55a8072
2018-07-13 20:38:03 +00:00
Jan Beich
9a5433ce67 emulators/citra: update to s20180712
Changes:	610acf282...47d283a1e
2018-07-13 20:37:53 +00:00
Antoine Brodin
52bcd87307 Deprecate unmaintained ports under the NONE license 2018-07-13 09:56:57 +00:00
Jung-uk Kim
7bde56de6e emulators/virtualbox-ose-additions does not need lib32 on amd64 any more.
PR:		229686
2018-07-11 17:08:46 +00:00
Jung-uk Kim
469a5ca5b1 Unbreak emulators/virtualbox-ose-additions and emulators/virtualbox-ose-kmod
on head after r335879.
2018-07-11 16:15:31 +00:00
Gerald Pfeifer
649969e00d Update to Wine 3.12. This includes the following changes:
- Unicode data updated to Unicode 11.0.0.
 - Proxy configuration dialog in the Internet control panel.
 - Syntax fixes in the Cmd.exe command intepreter.
 - Some more glyphs in the Wingdings font.
 - Various bug fixes.

Align the sorting of MASTER_SITES with the emulators/wine port again,
now that SF is regularly updated again.
2018-07-11 14:46:38 +00:00
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
Rene Ladan
4d6f372551 Update libspectrum, fuse and fuse-utils to 1.4.3, 1.5.4 and 1.4.2.
Highlights include:
* Add *.FMF as an allowed filetype to file selectors
* Save SCR from current display file
* Use 44.1KHz as default sound frequency
* Upgrade to libspectrum 1.4.3 to fix TC2048 and TC2068 timings regression
* Various minor bugfixes
2018-06-07 19:55:58 +00:00
Tijl Coosemans
0528bd9bad Update security/mbedtls to 2.9.0 and bump dependent ports. 2018-06-07 12:16:47 +00:00
Jan Beich
914f6488bf emulators/rpcs3: update to 0.0.5.445
Changes:	88f9d5d58...dde4a9c6e
2018-06-06 23:05:13 +00:00
Jan Beich
ccfb2dc3e4 emulators/ppsspp: update to 1.6.3
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.6.2...v1.6.3
2018-06-06 12:13:43 +00:00
Jan Beich
ec7a47b09e emulators/rpcs3: update to 0.0.5.441
Changes:	dcd7f442f...88f9d5d58
2018-06-05 00:56:49 +00:00
Jan Beich
7911154dbe emulators/citra: update to s20180603
Changes:	08b119153...8e02c70e8
2018-06-05 00:56:40 +00:00
Tobias C. Berner
954b333fe3 emulators/wine: fix desktop file on amd64
Reviewed by:	gerald
Approved by:	dbn
Differential Revision:	https://reviews.freebsd.org/D15489
2018-06-03 20:03:49 +00:00
Jan Beich
1085f3ab16 emulators/citra: connect and run tests by default 2018-06-02 17:13:04 +00:00
Jan Beich
cb3252c79c emulators/citra: fix minor issues
- Actually disable SNDIO=off if sndio is installed
- Drop cruft from OPTIONS_GROUP = CUBEB
- Consistently sort _CMAKE_BOOL after _DEPENDS
2018-06-02 16:50:02 +00:00
Jan Beich
e69f0ec539 emulators/citra: update to s20180601
Changes:	72f9142b...08b119153
2018-06-02 00:33:13 +00:00
Jan Beich
81b157edce emulators/rpcs3: update to 0.0.5.424
Changes:	b0ee36913...dcd7f442f
2018-06-02 00:32:59 +00:00
Rene Ladan
10ac96356e Remove expired ports:
2018-05-31 net/rubygem-gitaly-proto083: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead.
2018-05-31 net/rubygem-gitaly-proto084: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead
2018-05-31 textproc/rubygem-github-linguist47: Obsoleted by update of www/gitlab. Please use textproc/rubygem-github-linguist instead
2018-05-31 textproc/rubygem-loofah20: Obsoleted by update of www/gitlab. Please use textproc/rubygem-loofah instead.
2018-05-31 www/npm-node4: Use www/npm instead
2018-05-31 emulators/qemu-launcher: Upstream is gone
2018-06-01 18:50:44 +00:00
Jung-uk Kim
d864952f7d Remove obsolete kludges. All supported versions do not need these hacks.
Furthermore, these hacks break build on head.

PR:		228433
2018-06-01 00:30:50 +00:00
Jan Beich
f1391776a6 emulators/citra: unbreak on non-x86 with gcc
g++7: error: unrecognized command line option '-mmmx'
g++7: error: unrecognized command line option '-msse'
2018-05-31 21:26:04 +00:00
Jan Beich
227500c3bf emulators/citra: unbreak on aarch64 after r471186
externals/cryptopp/cryptopp/rijndael-simd.cpp:126:25: error: use of undeclared identifier 'vaeseq_u8'
        uint8x16_t r1 = vaeseq_u8(data, key);
                        ^
externals/cryptopp/cryptopp/sha-simd.cpp:109:25: error: use of undeclared identifier 'vsha1cq_u32'
        uint32x4_t r1 = vsha1cq_u32 (data1, 0, data2);
                        ^
2018-05-31 20:31:08 +00:00
Gerald Pfeifer
6d978f3fe7 Revert inadvertret change to OPTIONS_DEFAULT in previous commit (r471203).
Pointy hat to:	self
2018-05-31 12:30:45 +00:00
Gerald Pfeifer
22e0a27da2 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-05-31 12:27:52 +00:00
Jan Beich
8e13ab7430 emulators/citra: unbreak on i386 with clang 5+
externals/cryptopp/cryptopp/sha.cpp:1005:5: error: invalid operand for instruction
    ASJ(    jnz,     0, b)
    ^
externals/cryptopp/cryptopp/cpu.h:623:23: note: expanded from macro 'ASJ'
        #define ASJ(x, y, z) GNU_ASJ(x, y, z)
                             ^
externals/cryptopp/cryptopp/cpu.h:617:27: note: expanded from macro 'GNU_ASJ'
        #define GNU_ASJ(x, y, z) #x " " #y #z ";" NEW_LINE
                                 ^
<scratch space>:34:2: note: expanded from here
"jnz"
 ^
<inline asm>:80:1: note: instantiated into assembly here
jnz 0b;
^

Reported by:	pkg-fallout
Obtained from:	upstream (cryptopp 7.1.0)
2018-05-31 02:53:36 +00:00
Jan Beich
2f88ef707e emulators/citra: update to s20180529
Changes:	65f5bc73...72f9142b
2018-05-31 00:53:52 +00:00
Jan Beich
a7d38e1c0f emulators/rpcs3: update to 0.0.5.420
Changes:	964b3937a...b0ee36913
2018-05-30 21:59:36 +00:00
Jan Beich
2ad7cd0639 emulators/ppsspp: unbreak CPUTYPE=nehalem on i386
ext/native/ext/cityhash/city.cpp:569:5: error: use of undeclared identifier '_mm_crc32_u64'
    CHUNK(0); PERMUTE3(a, h, c);
    ^
/wrkdirs/usr/ports/emulators/ppsspp/work/ppsspp-1.6.2/ext/native/ext/cityhash/city.cpp:562:9: note: expanded from macro 'CHUNK'
    z = _mm_crc32_u64(z, b + g);                \
        ^
2018-05-30 20:03:53 +00:00
Jan Beich
1a6c05d7f5 emulators/ppsspp: update to 1.6.2
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.6.1...v1.6.2
2018-05-30 19:13:27 +00:00
Jan Beich
bb08e4a3ac emulators/ppsspp: unbreak on armv6/armv7
SDL/SDLGLGraphicsContext.cpp:88:2: error: use of undeclared identifier 'EGL_Init'
        EGL_Init();
        ^
SDL/SDLGLGraphicsContext.cpp:122:18: error: use of undeclared identifier 'g_eglDisplay'
                eglSwapBuffers(g_eglDisplay, g_eglSurface);
                               ^
SDL/SDLGLGraphicsContext.cpp:122:32: error: use of undeclared identifier 'g_eglSurface'
                eglSwapBuffers(g_eglDisplay, g_eglSurface);
                                             ^
SDL/SDLGLGraphicsContext.cpp:139:2: error: use of undeclared identifier 'EGL_Close'
        EGL_Close();
        ^
2018-05-29 02:33:58 +00:00
Jan Beich
2e4fa96fab emulators/citra: update to s20180528
Changes:	03209efe...65f5bc73
2018-05-28 23:54:10 +00:00
Jan Beich
30e0438b3c emulators/ppsspp: update to 1.6.1
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.6...v1.6.1
2018-05-28 18:30:38 +00:00
Josh Paetzel
69f24b93f5 Update to version 10.2.5
For the most part this is just to track upstream for FreeBSD.
In particular 10.2.0 introduced a regression whereby UFS support
was dropped.  The fix was backported to the FreeBSD port of 10.2.0
in lieu of waiting for 10.2.5 to be released.

PR:	227124
Submitted by:	John Wolfe <jwolfe@vmware.com>
2018-05-28 02:04:36 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Gerald Pfeifer
a609b246c7 Add information on the Wine Staging patchset (aka the STAGING option)
for version 3.9.

PR:		228518
Submitted by:	lightside@gmx.com
2018-05-26 21:42:57 +00:00
Antoine Brodin
31b86d93e3 wxmupen64plus is not compatible with python3 2018-05-26 19:04:04 +00:00
Jan Beich
7cd798cd05 emulators/ppsspp: update to 1.6.0
- Vulkan support is always built
- Install libretro core by default

Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.5.4...v1.6.0
2018-05-26 14:33:07 +00:00
Jan Beich
0dc761658b emulators/citra: update to s20180525
Changes:	e35c634f...03209efe
2018-05-26 00:53:40 +00:00
Gerald Pfeifer
36ac998841 Update to Wine 3.9. This includes the following changes:
- OpenGL core contexts enabled by default in Direct 3D.
 - Beginnings of Direct 3D 12 implementation using vkd3d.
   (This is inactive for now due to a non-existant dependency, and hidden
   behind a new option VKD3D which is always off.)
 - More support for the Task Scheduler.
 - Some more Task Dialog support.
 - Better arrow support in GdiPlus.
 - Various bug fixes.

ext-ms-win-uxtheme-themes-l1-1-0.dll and feclient.dll which in the past were
available only via the Wine Staging patchset are now part of mainstream Wine.
2018-05-26 00:49:39 +00:00
Jan Beich
1019dbfd3b emulators/rpcs3: update to 0.0.5.391
Changes:	c10b39923...964b3937a
2018-05-25 13:57:24 +00:00
Jan Beich
92601cce21 emulators/rpcs3: update to 0.0.5.382
Changes:	c9669818e...c10b39923
2018-05-24 00:53:30 +00:00
Josh Paetzel
25959fc500 Unbreak after src r333813
Fallout from being out of tree.
2018-05-23 22:37:05 +00:00
Jan Beich
55d0565cd0 emulators/rpcs3: update to 0.0.5.355
Changes:	4e8ce7fac...c9669818e
2018-05-22 00:22:51 +00:00
Gerald Pfeifer
d015e625d9 Update to the Wine 3.0.1 maintenance release which fixes a number of bugs
and provides translation updates for Finnish, German, Lithuanian, Norwegian,
Polish, Russian, and Ukrainian.
2018-05-20 10:23:13 +00:00
Stefan Eßer
8dc5f88137 Add CONFLICTS entries that prevent simultaneous installation of normal
and devel versions of these ports. While these are allowed when the devel
versions are newer than the normal versions, this is not always the case
and especially not at this time. Instead of only conflicting with the
same version of each port, a version wildcard is used, to prevent
unexpected behavior if the non-devel version is updated to match the
devel version when both are installed.

Approved by:	gerald (maintainer)
2018-05-19 07:59:57 +00:00
Jan Beich
bff744194c emulators/citra: update to s20180518
Changes:	80bfd872...e35c634f
2018-05-18 23:53:14 +00:00
Jan Beich
ca21d83b27 emulators/rpcs3: update to 0.0.5.336
Changes:	67391322f...4e8ce7fac
2018-05-18 23:52:58 +00:00
Jan Beich
70fa226fdc emulators/rpcs3: drop qt < 5.10 workaround after r470288 2018-05-18 23:52:43 +00:00
Jan Beich
d7b737afcc emulators/rpcs3: update to 0.0.5.296
Changes:	04ad49de4...27dcb7774
2018-05-17 00:16:16 +00:00
Jung-uk Kim
35490ddd57 Fix emulators/virtualbox-ose-additions build with OpenGL option.
Reported by:	mat, des
2018-05-15 21:16:03 +00:00
Raphael Kubo da Costa
72644a1a46 Add upstream patch to fix the build with Qt 5.10.
/wrkdirs/usr/ports/emulators/mgba/work/mgba-0.6.1/src/platform/qt/MemoryModel.cpp:102:15: error: no viable overloaded '='
            m_regionName = name;
            ~~~~~~~~~~~~ ^ ~~~~

PR:		228213
2018-05-15 15:13:11 +00:00
Jan Beich
d9bdeae179 emulators/rpcs3: update to 0.0.5.282
Changes:	76a1d0d8f...04ad49de4
Changes:	6154c0dcaf...17ec6d78a7
2018-05-15 01:30:43 +00:00
Dirk Meyer
02371f63a0 - fix build for FreeBSD 12.0 2018-05-14 14:56:47 +00:00
Dirk Meyer
1e6e5aafdb - fix build for option XAW 2018-05-14 14:19:26 +00:00
Gerald Pfeifer
73d81c7bf5 - Infrastructure for writing kernel driver tests.
- Support for showing file properties in the Shell browser.
 - MP3 decoder as a DirectX Media Object.
 - More support for the Task Scheduler.
 - Support for COM aggregation in UrlMon.
 - Various bug fixes.
2018-05-14 00:25:33 +00:00
Kurt Jaeger
582a4ebe61 emulators/virtualbox-ose: add pkg-message about sysctl tuning with AIO
- New values for several sysctl vfs.aio.max* parameters are suggested

PR:		168298
Submitted by:	rozhuk.im@gmail.com
Reported by:	petefrench@ingresso.co.uk
2018-05-12 17:11:34 +00:00
Jan Beich
019ca4a072 emulators/citra: update to s20180511
Changes:	590a09d0...80bfd872
2018-05-11 21:48:30 +00:00
Jan Beich
11878b68ef emulators/rpcs3: disable assertions
Assertion failed: (ObjectBufferMap.find(Key) == ObjectBufferMap.end() && "Second attempt to perform debug registration."), function NotifyObjectEmitted, file llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp, line 167.
2018-05-11 06:24:02 +00:00
Jung-uk Kim
75f1d3db92 Update to 5.2.12.
https://www.virtualbox.org/wiki/Changelog#12
2018-05-10 18:41:32 +00:00
Jan Beich
4dca4734d3 emulators/rpcs3: update to 0.0.5.259
- Switch to bundled LLVM 6.0 due to downstream changes

Changes:	753d8170d...76a1d0d8f
Changes:	f1b37feef3...6154c0dcaf
2018-05-09 23:31:33 +00:00
Tobias Kortkamp
61bbcef071 emulators/qemu-launcher: Mark deprecated
Upstream appears to be gone.

PR:		224745
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
2018-05-09 11:52:36 +00:00
Dirk Meyer
b1026e3cb4 - update to miniupnpc 2.1
PR:		228050
Submitted by:	Hung-Yi Chen

- fix python build
- add LICENSE for slave port
- make portlint happier

- bump PORTREVISION on ports using the shared lib
2018-05-09 05:37:54 +00:00
Jan Beich
30bcc20a88 emulators/citra: update to s20180506
Marked BROKEN on FreeBSD 10.* unless someone can help with

In file included from src/video_core/renderer_base.cpp:8:
In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:24:
src/./video_core/renderer_opengl/gl_rasterizer_cache.h:337:57: error: use of undeclared identifier 'weak_from_this'
        auto watcher = std::make_shared<SurfaceWatcher>(weak_from_this());
                                                        ^

Changes:	ca3b82ca...590a09d0
2018-05-08 00:34:51 +00:00
Jan Beich
3453e04a5d emulators/rpcs3: update to 0.0.5.237
Changes:	98b715d8c...753d8170d
2018-05-08 00:34:40 +00:00
Jan Beich
67a9073255 Drop FreeBSD 10.3 support
Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
2018-05-07 22:29:46 +00:00
Alexey Dokuchaev
9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00
Danilo Egea Gondolfo
6772a528ed - Update to 0.197 2018-05-04 03:13:04 +00:00
Jung-uk Kim
87b73ca2fb Fix build on head after r333077. 2018-05-04 01:25:48 +00:00
Jung-uk Kim
fa8cc9eea6 Chase Guest Additions change.
Reported by:	Patrick Mackinlay (patrick at spacesurfer dot com)
2018-05-03 22:30:58 +00:00
Rene Ladan
e21058ba8a Update the Spectrum ports, highlights are:
* fuse 1.5.3
  - Disable inactive peripherals after loading a snapshot
  - Re-enable sound after phantom typist finishes loading TAP, standard ROM TZX or +3 DSK images
* libspectrum 1.4.2
  - Fix writing RZX files containing a snapshot which cannot be compressed
* fuse-utils updated to 1.4.1

Reported by:	portscout
2018-05-03 20:37:24 +00:00
Jan Beich
2f6e345952 emulators/citra: update to s20180502
Changes:	55414c32...ca3b82ca
2018-05-02 23:33:39 +00:00
Jan Beich
87ee6c45b8 emulators/mgba: unbreak with ffmpeg 4.0
src/feature/ffmpeg/ffmpeg-encoder.c:232:29: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
                        encoder->audio->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                                 ^
src/feature/ffmpeg/ffmpeg-encoder.c:294:28: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
                encoder->video->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                         ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream (mgba 0.6.2)
2018-05-02 15:57:25 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Jan Beich
0344a0c887 emulators/visualboyadvance-m: unbreak with ffmpeg 4.0
src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        audio_buf = (u8 *)malloc(AUDIO_BUF_LEN);
                                 ^
src/common/ffmpeg.cpp:88:36: note: expanded from macro 'AUDIO_BUF_LEN'
                                   ^
src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
src/common/ffmpeg.cpp:88:69: note: expanded from macro 'AUDIO_BUF_LEN'
                                                                    ^
src/common/ffmpeg.cpp:307:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        video_buf = (u8 *)malloc(VIDEO_BUF_LEN);
                                 ^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                       ^
src/common/ffmpeg.cpp:438:29: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
    if(oc->oformat->flags & AVFMT_RAWPICTURE) {
                            ^
src/common/ffmpeg.cpp:447:20: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        pkt.size = VIDEO_BUF_LEN;
                   ^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                       ^
src/common/ffmpeg.cpp:463:16: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        if(pkt.size > VIDEO_BUF_LEN) {
                      ^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                       ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-05-02 13:26:36 +00:00
Sean Bruno
d2840ca42e qemu-sbruno + qemu-user-static highlights:
- regen syscall list
  (imp)
- Fix syscall handler for readv()
  (miki)
- new syscall support for getrandom() (fixes perl/python builds)
  (miki)
- cleanup some sysv-ipc detrius
  (brooks)
2018-05-01 23:35:16 +00:00
Gerald Pfeifer
0a3e3caaf9 Update to Wine 3.7. This includes the following changes:
- MSI custom actions run in a separate process.
 - Support for job files in the Task Scheduler.
 - Improved viewport support in Direct 3D.
 - Larger resolution version of the standard icons.
 - Various bug fixes.
2018-05-01 14:20:11 +00:00
Dmitry Marakasov
b64264b2cb - Update WWW
Approved by:	portmgr blanket
2018-04-29 09:33:51 +00:00
Gerald Pfeifer
2a58ea44e6 include/wine/windows/ddk/fltkernel.h no longer depends on the STAGING
option, it's been merged in the upstream tree.
2018-04-28 10:37:59 +00:00
Jan Beich
d26e69e42e emulators/citra: update to s20180427
Changes:	ed42b4b0...55414c32
2018-04-28 00:20:33 +00:00
Jan Beich
dab52a12cd graphics/mesa-dri: switch to llvm60
PR:		227682
2018-04-27 23:09:59 +00:00
Li-Wen Hsu
1e96d4e648 - Update to 2.12.0_20180427 2018-04-27 06:19:06 +00:00
Jan Beich
0e8e7820d3 emulators/citra: update to s20180425
Changes:	7d8b7d93...ed42b4b0
2018-04-26 00:28:23 +00:00
Jan Beich
9df1807f0a emulators/rpcs3: update to 0.0.5.215
Changes:	bd1d4de42...98b715d8c
2018-04-26 00:28:09 +00:00
Jan Beich
fe99542bcc emulators/vice: unbreak with ffmpeg 4.0
ffmpegdrv.c:363:34: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE'
    if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
                                 ^
ffmpegdrv.c:457:21: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
        c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                    ^
ffmpegdrv.c:790:21: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
        c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                    ^
ffmpegdrv.c:970:40: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
    if (ffmpegdrv_oc->oformat->flags & AVFMT_RAWPICTURE) {
                                       ^

PR:		227726
2018-04-24 17:44:27 +00:00
Jan Beich
dc37b9b4ea emulators/kcemu: unbreak with ffmpeg 4.0
ffmpeg.cc:83:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
    _stream->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
                             ^

PR:		227726
2018-04-24 17:44:13 +00:00
Jan Beich
b4fe4581e0 emulators/ppsspp: unbreak with ffmpeg 4.0
Core/HLE/sceMpeg.cpp:890:27: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                u8* str = new u8[size + FF_INPUT_BUFFER_PADDING_SIZE];
                                        ^
Core/HLE/sceMpeg.cpp:892:25: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                memset(str + size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
                                      ^
Core/HLE/sceMpeg.cpp:893:11: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                size += FF_INPUT_BUFFER_PADDING_SIZE;
                        ^

PR:		227726
Obtained from:	upstream
2018-04-24 13:57:28 +00:00
Jan Beich
d37ea97b1a emulators/rpcs3: unbreak with ffmpeg 4.0 by updating to 0.0.5.215
rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                                                        data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE);
                                                                                        ^
rpcs3/Emu/Cell/Modules/cellAdec.cpp:233:28: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                                                        this->size = size + FF_INPUT_BUFFER_PADDING_SIZE;
                                                                            ^
    ^

Changes:	eb3dfb6bb...bd1d4de42
PR:		227726
2018-04-24 00:16:15 +00:00
Tijl Coosemans
cd1fe74efa Update security/mbedtls to 2.8.0 and bump dependent ports.
MFH:		2018Q2
Security:	https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released
2018-04-23 19:26:32 +00:00
Jan Beich
027d6e93aa emulators/citra: update to s20180422
Changes:	048b0fc0...7d8b7d93
2018-04-22 16:39:00 +00:00
Brooks Davis
e2d2163d50 Update to a new snapshot with support for new instructions. 2018-04-19 17:42:53 +00:00
Jan Beich
a07a4233c0 emulators/rpcs3: update to 0.0.5.198
Changes:	6baf67520...eb3dfb6bb
2018-04-19 00:31:29 +00:00
Jan Beich
94380e9fab emulators/citra: update to s20180418
Changes:	cb36f9fa...048b0fc0
2018-04-19 00:31:12 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Gerald Pfeifer
22df9677d2 Change the name of the check-wine-devel-vs-wine-staging target to
check-wine-devel-vs-staging for brevity (and since the wine-staging
port is gone for the time being and STASGING is just an option for now).

Fix a typo in some of that target's output on the way.
2018-04-18 04:08:44 +00:00
Li-Wen Hsu
3c7e3a06e5 Fix pkg-plist 2018-04-18 03:38:37 +00:00
Jung-uk Kim
ff9707fa61 Update to 5.2.10.
https://www.virtualbox.org/wiki/Changelog#v10
2018-04-17 21:17:42 +00:00
Tijl Coosemans
757cc29535 Update gcc to 4.4.7-18.el6_9.2. 2018-04-17 10:14:25 +00:00
Jan Beich
738f4cea5a emulators/citra: update to s20180416
Changes:	7f408eef...cb36f9fa
2018-04-17 00:44:04 +00:00
Jan Beich
d61f215565 emulators/rpcs3: update to 0.0.5.196
- Drop "virtual" per https://github.com/RPCS3/rpcs3/commit/c2ae7ee4024e

Changes:	ea82b732a...6baf67520
2018-04-17 00:43:53 +00:00
Gerald Pfeifer
c89876e883 Update to Wine 3.6. This includes the following changes:
- Support for PNG format icons.
 - Support for 1D textures.
 - More infrastructure for high DPI support.
 - OLE data cache improvements.
 - Various bug fixes.
2018-04-14 15:37:38 +00:00
Jan Beich
24bd50a133 emulators/citra: update to s20180413
Changes:	8b858f1b...7f408eef
2018-04-13 22:07:49 +00:00
Li-Wen Hsu
cd683fa3e5 - Update to 2.11.92_20180412 2018-04-12 10:17:03 +00:00
Jan Beich
32e7ae649a emulators/citra: update to s20180410
Changes:	39fce601...8b858f1b
2018-04-11 23:43:09 +00:00
Jan Beich
1aad2078fd emulators/rpcs3: update to 0.0.5.188
Changes:	2b5cf2455...ea82b732a
2018-04-10 00:12:01 +00:00
Danilo Egea Gondolfo
b38e0397ae - Update emulators/{mame,mess} to 0.196 2018-04-07 19:35:22 +00:00
Jan Beich
a947212537 emulators/rpcs3: update to 0.0.5.182
Changes:	568118634...2b5cf2455
2018-04-07 00:18:32 +00:00
Jan Beich
11bcc20a64 emulators/citra: update to s20180406
Changes:	7d710170...39fce601
2018-04-07 00:18:16 +00:00
Rene Ladan
0031538030 emulators/fuse: update to 1.5.2
Reported by:	portscout
Changelog:	https://sourceforge.net/p/fuse-emulator/mailman/message/36280545/
2018-04-06 17:15:51 +00:00
Jason E. Hale
656577b723 Update sysutils/libcdio to 2.0.0
- Add regression tests

Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr

Bump PORTREVISON on dependent ports due to libcdio shared libary increase

Changes (libcdio):	http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager):	https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision:	https://reviews.freebsd.org/D14469
2018-04-05 20:13:33 +00:00
Antoine Brodin
23a8be9f53 Mark BROKEN: depends on conflicting dependencies
pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place).  Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py

Reported by:	pkg-fallout
2018-04-05 16:31:06 +00:00
Danilo Egea Gondolfo
2e9aa45045 - Use compiler:c++14-lang instead of an if statement
- Split USES to a separate block

Reported by:	jbeich, mat
2018-04-05 03:01:23 +00:00
Jan Beich
eb0defe2b0 emulators/rpcs3: update to 0.0.5.178
Changes:	b0352d6ef...568118634
2018-04-05 00:42:51 +00:00
Danilo Egea Gondolfo
84589af3e5 - Update to 0.195
- Use QT5 to match mame/mess
- Update COMMENT
2018-04-03 20:36:52 +00:00
Danilo Egea Gondolfo
7420d45d10 - Unbreak emulator/mess
- Use at least clang50 to build mame/mess. GCC is segfaulting during build on 10.4 and it doesn't build with clang.
- Declare some dependencies explicitly to make Q/A happy
2018-04-03 20:35:24 +00:00
Jan Beich
9c849e8d78 emulators/rpcs3: update to 0.0.5.173
Changes:	bca46e92d...b0352d6ef
2018-04-03 00:52:24 +00:00