Tijl Coosemans
b15ba1bf9f
Update gcc to 4.8.5-16.el7_4.2.
2018-03-14 16:19:53 +00:00
Josh Paetzel
9caf09de92
Reintegrate accidentally removed patch
...
Along the way remove a patch that is no longer
needed.
Reported by: John Wolfe <jwolfe@vmware.com>
Pointyhat: jpaetzel
2018-03-13 14:20:24 +00:00
Jan Beich
7bb53add41
emulators/citra: update to s20180311
...
- Limit citra-room to master port as it doesn't have a GUI, anyway
Changes: 33a0e87a...6c63bb11
2018-03-12 22:13:35 +00:00
Jan Beich
ff78886791
emulators/rpcs3: update to 0.0.5.54
...
Changes: 7bbadfd08...b8e920873
2018-03-12 22:13:25 +00:00
Tijl Coosemans
aa908db786
Update security/mbedtls to 2.7.1.
...
PR: 226550
MFH: 2018Q1
2018-03-12 13:01:53 +00:00
Yuri Victorovich
33d725125d
emulators/gem5: Unbreak by fixing the python-config executable name
...
PR: 226545
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
2018-03-12 07:54:30 +00:00
Antoine Brodin
08962b31dc
Mark BROKEN: fails to build
...
Checking for C header file Python.h... no
Error: can't find Python.h header in []
Reported by: pkg-fallout
2018-03-12 06:38:47 +00:00
Tobias C. Berner
9870e21a41
Convert archivers/quazip and archivers/quazip-qt5 into flavors
...
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
2018-03-11 10:05:42 +00:00
Antoine Brodin
7c2d640163
Finish removal of i386-wine-staging
2018-03-11 08:32:15 +00:00
Josh Paetzel
445f4b448a
Fix bug that causes crashes when running commands from the host
...
PR: 226478
Submitted by: german.mb@gmail.com
Reviewed by: John Wolfe <jwolfe@vmware.com>
2018-03-10 22:56:54 +00:00
Tijl Coosemans
f6f4c350e7
- Update security/polarssl13 to 1.3.22.
...
- Update security/mbedtls to 2.7.0 and bump dependent ports.
MFH: 2018Q1
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01
2018-03-10 18:49:04 +00:00
Gerald Pfeifer
c2a92a1aea
Bump PORTREVISIONs of all users of math/mpc that we just updated to
...
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
David Naylor
c377e028d4
emulators/i386-wine: fix dependency path for gecko, mono
...
PR: 225572
Submitted by: russo@bogodyn.org
2018-03-10 11:24:54 +00:00
David Naylor
92f810b7b4
i386-wine-devel: update to 3.3
...
- remove i386-wine-staging (and STAGING option) as patches are no longer
provided upstream
2018-03-10 11:14:01 +00:00
Jan Beich
e8609ec53d
emulators/citra: update to s20180309
...
Changes: 3cda637c...33a0e87a
2018-03-09 20:10:14 +00:00
Jan Beich
515296cc59
emulators/rpcs3: update to 0.0.5.40
...
Changes: 7233640cf...7bbadfd08
2018-03-09 20:09:55 +00:00
Jan Beich
f2dc6771be
devel/google{test,mock}: update to 1.8.0.712
...
Changes: 5490beb...9bda90b
2018-03-09 12:07:37 +00:00
Jan Beich
51e3aff876
emulators/citra: update to s20180307
...
Changes: 4befbddc...3cda637c
2018-03-08 00:07:49 +00:00
Jan Beich
c884e7020d
emulators/rpcs3: update to 0.0.5.38
...
Changes: 91d051115...7233640cf
2018-03-08 00:07:39 +00:00
Mark Linimon
35238af24d
Extend expiration time per PR 224942 noting that a fix is available.
...
PR: 224942
Submitted by: maintainer
2018-03-07 01:37:09 +00:00
Li-Wen Hsu
5e661356b2
- Update to 2.11.50_20180306
2018-03-06 03:56:35 +00:00
Jan Beich
bdccedef55
emulators/rpcs3: update to 0.0.5.36
...
Changes: ec0cd9f00...91d051115
2018-03-06 00:58:41 +00:00
Jan Beich
514ff9b111
emulators/citra: update bundled cryptopp to 6.1.0
...
No PORTREVISION bump as it mostly contains build fixes.
2018-03-06 00:58:04 +00:00
Jan Beich
9cce27f08c
emulators/citra: update to s20180305
...
Changes: 7c1a2235...4befbddc
2018-03-05 12:29:52 +00:00
Gerald Pfeifer
c73e9450ff
Update to Wine 3.3. This includes the following changes:
...
- Beginnings of Vulkan support.
- Direct3D multi-threaded command stream enabled by default.
- Multisample textures enabled by default.
- Support for game controllers through SDL.
- Support for loading CIL-only .Net binaries.
- Various bug fixes.
Temporarily disable the SF mirrors which appear to serve a 0 byte
distfile right now.
2018-03-03 20:48:07 +00:00
Jan Beich
44d202501f
emulators/citra: update to s20180302
...
Changes: ac626eda...7c1a2235
2018-03-03 07:21:47 +00:00
Jan Beich
dc7da440b0
emulators/rpcs3: update to 0.0.5.34
...
Changes: 8d7620d95...ec0cd9f00
2018-03-03 00:53:13 +00:00
Brooks Davis
16a06ea402
Work around the lack of definition of union semun per POSIX.
...
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Rene Ladan
2d1cca0907
Remove expired ports:
...
2018-03-01 devel/dotconf++: No upstream, not depend on in the ports tree
2018-03-01 emulators/gnuboy: Latest version is 1.0.5, older version does not fetch
2018-03-01 games/adgali: Mastersite disappeared
2018-03-01 games/tuxpuck: Mastersite disappeared
2018-03-01 japanese/migemo-emacs: Unmaintained
2018-03-01 math/clarence: Mastersite disappeared
2018-03-01 devel/cstringbuffer: Abandonware, no more upstream
2018-03-01 deskutils/charmap: Mastersite disappeared
2018-03-01 devel/afay: Abandonware, not used in the ports tree
2018-03-01 devel/alabastra: Abandonware, not used in the ports tree
2018-03-01 devel/adime: Abandonware, not used in the ports tree
2018-03-01 devel/boaconstructor: Abandonware, does not work with recent python/wxPython
2018-03-01 audio/amp: No more upstream
2018-03-01 devel/alf: Abandonware, unused in the ports tree
2018-03-02 19:10:48 +00:00
Yuri Victorovich
0388d155e0
emulators/gem5 www/mongrel2: neel@neelc.org takes maintainership
...
PR: 226288 226287
Submitted by: Neel Chauhan <neel@neelc.org>
Approved by: tcberner (mentor, implicit)
2018-03-02 06:20:55 +00:00
Rene Ladan
a42b27c06f
emulators/fuse: update to 1.5.1
...
Bugfix release
Submitted by: portscout
2018-03-01 19:22:38 +00:00
Dmitry Marakasov
0fa51c97eb
- Fix LICENSE
...
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
- Switch to options helpers
Approved by: portmgr blanket
2018-03-01 13:19:04 +00:00
Jung-uk Kim
cbe1220de7
Update to 5.2.8.
...
https://www.virtualbox.org/wiki/Changelog#v8
2018-02-28 23:36:57 +00:00
Jan Beich
664c63ece4
emulators/rpcs3: update to 0.0.5.24
...
Changes: b61a69c87...8d7620d95
2018-02-28 22:22:30 +00:00
Jan Beich
fff9e9298e
emulators/citra: update to s20180228
...
Changes: e51a642a...ac626eda
2018-02-28 22:21:39 +00:00
Jan Beich
596a3bcdaf
emulators/rpcs3: update to 0.0.5.4
...
Changes: ede76033a...b61a69c87
2018-02-26 23:14:20 +00:00
Josh Paetzel
2715780414
Backport a fix from upstream that broke UFS
...
Reported by: dim
Obtained from: VMware
2018-02-25 15:35:07 +00:00
Jan Beich
f2beba9d20
emulators/citra: update to s20180222
...
Changes: 20f6cb1a...e51a642a
2018-02-24 00:49:55 +00:00
Jan Beich
9cba135458
emulators/rpcs3: update to 0.0.4.382
...
Changes: cf1c45dfe...ede76033a
2018-02-24 00:49:29 +00:00
Rene Ladan
fbd43637e1
Reset vg@'s ports after he resigned.
...
With hat: portmgr-secretary
2018-02-23 21:09:47 +00:00
Jan Beich
9c363c27e1
emulators/rpcs3: update to 0.0.4.379
...
Changes: d5b9eb0ca...cf1c45dfe
2018-02-22 00:59:19 +00:00
Antoine Brodin
6747cb9b4e
Remove dependency on the python metaport
...
PR: 225752
Submitted by: Yasuhiro KIMURA
2018-02-21 16:24:53 +00:00
Antoine Brodin
e8020d48da
pipelight builds fine with wine (not run tested)
2018-02-21 16:07:25 +00:00
Antoine Brodin
eaf0703cea
Comment out pipelight for now to unbreak INDEX and bulk -a
2018-02-20 16:54:30 +00:00
Nikolai Lifanov
8617f6e902
update emulators/winetricks to 20180217
2018-02-20 16:04:54 +00:00
Gerald Pfeifer
e91986c184
Remove entries tagged as %%STAGING%%. Like other parts not removed with
...
revision 462267 (in particular in Makefile) I had hoped to keep those to
retain history in case the Wine Staging project rebounds, but that is not
how the option framework operates.
Reported by: pkg-fallout
2018-02-20 11:57:39 +00:00
Gerald Pfeifer
1811c87158
Remove the wine-staging port which has been BROKEN (and is not fixable
...
as such, since the latest patchset no longer applies to current versions
of Wine).
This is logical consequence of r462267 removing the STAGING option from
emulators/wine-devel with the follow rationale:
Remove the STAGING option which has been marked BROKEN for 11 weeks
now that the Wine Staging tree has been declared suspended yesterday,
cf. https://www.wine-staging.com/news/2018-02-17-future-wine-staging.html .
2018-02-20 08:37:01 +00:00
Jan Beich
18a133fd2b
emulators/citra: update to s20180219
...
Changes: 775fb388...20f6cb1a
2018-02-20 00:10:28 +00:00
Jan Beich
bfb63448c0
emulators/rpcs3: update to 0.0.4.371
...
Changes: 877b296fc...d5b9eb0ca
2018-02-20 00:10:03 +00:00
Antoine Brodin
f7455240e3
Reduce dependency on the python2 metaport
...
PR: 225752
Submitted by: Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00