1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

7093 Commits

Author SHA1 Message Date
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