Commit graph

6655 commits

Author SHA1 Message Date
Tijl Coosemans
336959d571 Update util-linux-ng to 2.17.2-12.28.el6_9.1. 2017-12-11 14:28:26 +00:00
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
David Naylor
c7f0f70115 emulators/i386-wine-devel: update to 2.21 2017-12-10 12:28:08 +00:00
Gerald Pfeifer
a008e3f800 Update to Wine 3.0 RC1, the first release candidate of Wine 3.0.
This includes the following changes:
 - Direct3D 11 enabled by default on AMD and Intel GPUs.
 - Implementation of the task scheduler.
 - Registry export support in the reg.exe tool.
 - Progman DDE support.
 - OLE data cache improvements.
 - More event support in MSHTML.
 - Relay debugging improvements.
 - Various bug fixes.

I got files/patch-dlls_advapi32_perf.c merged upstream, so we can
now remove it here.
2017-12-09 12:50:20 +00:00
Antoine Brodin
76884d8ae5 Add explicit FLAVOR to dependencies (useful when using
DEFAULT_VERSIONS=python=3.x
2017-12-09 10:12:29 +00:00
Antoine Brodin
d15a13b154 - hatari is not compatible with python3
TODO: make it no longer depend on the python metaport
2017-12-09 09:40:04 +00:00
Jan Beich
f9403a49f6 emulators/citra: update to s20171208
Changes:	4b1253b5...af45f2b2
2017-12-08 22:06:09 +00:00
Jan Beich
bcb97d9f78 emulators/rpcs3: update to 0.0.4.139
Changes:	0b3fbf1d...d7881c67
2017-12-08 22:05:59 +00:00
Josh Paetzel
c8099d21af Remove unused dependancies. 2017-12-07 19:52:17 +00:00
Jan Beich
d5108e72e2 emulators/citra: update to s20171206
Changes:	56db8e08...4b1253b5
2017-12-07 00:57:23 +00:00
Jan Beich
c2508f6f4c emulators/rpcs3: update to 0.0.4.137
Changes:	970d2a06...0b3fbf1d
2017-12-07 00:57:08 +00:00
Li-Wen Hsu
ad03d04998 - Update to 20171130 snapshot 2017-12-06 08:45:28 +00:00
Jan Beich
e0acab9ca1 emulators/ppsspp: update to 1.5.4
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.5.3...v1.5.4
2017-12-05 20:55:21 +00:00
Dmitry Marakasov
123fdc7d25 - Add LICENSE_FILE
- Pet portlint
- Switch to options helpers
- Fix return-type warnings and remove dangerous -Wno-return-type
2017-12-05 18:27:31 +00:00
Jan Beich
83286713e5 emulators/citra: update to s20171204
Changes:	b2a99043...56db8e08
2017-12-05 00:12:57 +00:00
Jan Beich
dbfbc85b37 emulators/rpcs3: update to 0.0.4.132
Changes:	8f314c51...970d2a06
2017-12-05 00:10:57 +00:00
Jan Beich
3c46103273 emulators/ppsspp: update to 1.5.3
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.5.2...v1.5.3
2017-12-04 23:52:52 +00:00
Dmitry Marakasov
f21e791e64 - Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Simplify installation
2017-12-04 13:56:49 +00:00
Gerald Pfeifer
bf83dd4472 Actually commit the following, which I had omitted from revision 455277:
Mark the STAGING option, and hence the wine-staging port as well, as
BROKEN.  Once again that patchset still is not available yet a week
after the Wine snapshot.
2017-12-02 12:36:01 +00:00
Jan Beich
dacff27dbc emulators/rpcs3: update to 0.0.4.125
Changes:	91fd1465...8f314c51
2017-12-02 00:18:29 +00:00
Gerald Pfeifer
80998ac3f5 Update to Wine 2.22. This includes the following changes:
- Source selection dialog for scanners.
 - Float audio formats with more than 2 channels in XAudio.
 - Fixes for DLL injection support.
 - Input methods improvements.
 - Various bug fixes.

Mark the STAGING option, and hence the wine-staging port as well, as
BROKEN.  Once again that patchset still is not available yet a week
after the Wine snapshot.

Temporarily add a patch against dlls/advapi32/perf.c that I got
accepted upstream in the meantime, so it should become obsolete
with the next minor version.
2017-12-01 11:48:12 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Jung-uk Kim
04b78a0074 Reduce build dependency.
PR:		223709
2017-11-30 23:53:42 +00:00
Jung-uk Kim
b58bf791cc Update to 5.2.2. 2017-11-30 23:45:48 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Jan Beich
02f9c9be16 emulators/ppsspp: update to 1.5.2
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.5.1...v1.5.2
2017-11-30 15:38:04 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mark Linimon
14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00
Jan Beich
3a90e9ac3d emulators/ppsspp-devel: remove until enough upstream changes accumulate 2017-11-29 17:37:44 +00:00
Jan Beich
d8d7209aa5 emulators/ppsspp: update to 1.5.1
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.4.2...v1.5.1
2017-11-29 17:35:46 +00:00
Jan Beich
c4fb80540e emulators/citra: update to s20171129
Changes:	e9a95b2e7...b2a99043
2017-11-29 17:15:51 +00:00
Jan Beich
111bde9023 emulators/ppsspp-devel: update to 1.5.1
Changes:	https://github.com/hrydgard/ppsspp/compare/f8b6a965e...v1.5.1
2017-11-29 17:15:41 +00:00
Jan Beich
36f389ea30 emulators/rpcs3: update to 0.0.4.73
Changes:	662fe8cc...91fd1465
2017-11-29 17:15:32 +00:00
Jan Beich
6af35bb2e4 emulators/citra: update to s20171125
Changes:	43702e6eb...e9a95b2e7
2017-11-27 23:57:47 +00:00
Jan Beich
57c08e52b5 emulators/ppsspp-devel: update to 1.4.2.895
Changes:	2b7ae7887...f8b6a965e
2017-11-27 23:57:38 +00:00
Jan Beich
40568801b1 emulators/rpcs3: update to 0.0.4.63
Changes:	7d3a5288...662fe8cc
2017-11-27 23:57:28 +00:00
Mahdi Mokhtari
0ecef81981 emulators/bochs: Update the port to the latest release
Update the port to the latest release. take maintership as well

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D13104
2017-11-27 17:33:28 +00:00
Mark Linimon
c26f1dd056 Alpha sort _stop function. Doesn't really affect anything (build-tested on armv7).
I have had this patch lurking in my tree for a while.
2017-11-27 01:09:32 +00:00
Jan Beich
0568ed6e2c emulators/citra: update to s20171123
Changes:	4f13d6f66...43702e6eb
2017-11-24 15:41:16 +00:00
Jan Beich
caf8b919fa emulators/rpcs3: update to 0.0.4.48
Changes:	58c42ad9...7d3a5288
2017-11-24 15:41:02 +00:00
Gerald Pfeifer
2091ba9d30 The Wine Staging patchset finally became available for this version, so
unbreak the STAGING option and hence also the wine-staging port.
2017-11-23 08:16:50 +00:00
Jan Beich
0ebbba1d02 emulators/ppsspp-devel: update to 1.4.2.859
Changes:	674d5c7db...2b7ae7887
2017-11-23 00:56:24 +00:00
Jan Beich
41032fa3bd emulators/citra: update to s20171120
Changes:	c810a3f3b...4f13d6f66
2017-11-23 00:56:11 +00:00
Jan Beich
edcf014805 emulators/rpcs3: update to 0.0.4.36
Changes:	de465cb9...58c42ad9
2017-11-23 00:55:55 +00:00
Jan Beich
b027540c42 emulators/rpcs3: update to 0.0.4.34
Version goes backwards but this update is fine to skip.

Changes:	https://github.com/RPCS3/rpcs3/commit/de465cb9412a
2017-11-21 01:00:15 +00:00
Jan Beich
c340a4aabd emulators/ppsspp-devel: update to 1.4.2.838
Changes:	a0f1276a5...674d5c7db
2017-11-21 01:00:02 +00:00
Jan Beich
04d8dce265 emulators/rpcs3: update to 0.0.4.36
Changes:	c435b328...75298f59
2017-11-20 20:03:21 +00:00
Gerald Pfeifer
0561288b4a Explicitly add x11 and xext to USE_XORG (when the X11 option is set),
both of which were pulled in implicitly so far.

Somehow this escaped my testing in a sandbox so far.

Reported by:	Mk/Scripts/qa.sh via dbn@
2017-11-18 20:29:02 +00:00
Niclas Zeising
5598792853 Bump portrevision to chase graphics/glew shard library version update.
PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
2017-11-18 19:32:38 +00:00
Jung-uk Kim
48eabde9b0 Belatedly catch up with r433892.
libGL.so from graphics/mesa-libs is installed on ${LOCALBASE}/lib now.
2017-11-17 22:04:43 +00:00