Commit graph

6637 commits

Author SHA1 Message Date
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
Jan Beich
0851c87f3e emulators/citra: update to s20171116
Changes:	7ef905ea0...c810a3f3b
2017-11-17 20:47:52 +00:00
Jan Beich
d53e1dfac4 emulators/rpcs3: update to 0.0.4.14
Changes:	0064976c...c435b328
2017-11-15 20:01:04 +00:00
Gerald Pfeifer
a8583057a6 Update to Wine 2.21. This includes the following changes:
- Still more metafile support in GdiPlus.
 - Indirect draws support in Direct 3D.
 - Services fixes on WoW64.
 - Better DPI scaling in the Shell Explorer.
 - Various bug fixes.

On the way, generally disable PulseAudio support, not just for the
Wine Staging case (where this originally only existed). [1]

Talking about Wine Staging, mark that (via the STAGING option, and hence
the wine-staging port as well) as BROKEN once again; that patchset still
is not available yet, and we cannot wait forever.

PR:		195765 [1]
Reported by:	dbn [1]
2017-11-15 13:27:10 +00:00
Gerald Pfeifer
f69d52f80a Fix pkg-plist for the MPG123 option -- where a different dynamic
library is now created.
2017-11-15 03:48:27 +00:00
Jan Beich
fe46600d7f emulators/ppsspp-devel: update to 1.4.2.768
Changes:	08041d877...a0f1276a5
2017-11-13 22:22:31 +00:00
Jan Beich
9e55353f05 emulators/rpcs3: update to 0.0.4.0
Changes:	3c9126d9...0064976c
2017-11-13 22:22:18 +00:00
Jan Beich
560354b9b9 emulators/citra: update to s20171109
Changes:	c6b2cc2e2...7ef905ea0
2017-11-11 00:07:37 +00:00
Jan Beich
67c48bb5cf emulators/rpcs3: update to 0.0.3.563
Changes:	46000948...3c9126d9
2017-11-11 00:07:21 +00:00
Jan Beich
82ab4b1b24 emulators/ppsspp-devel: update to 1.4.2.704
Changes:	70c70b1e7...08041d877
2017-11-11 00:06:41 +00:00
Antoine Brodin
4ddaaccc17 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 22:17:07 +00:00
David Naylor
97f95cc6ce emulators/i386-wine-devel: update to 2.20
- update the minimum version of -CURRENT required.
2017-11-08 17:19:37 +00:00
Jan Beich
0c3099c0ab emulators/citra: update to s20171106
Changes:	4fc04480...c6b2cc2e2
2017-11-06 23:56:33 +00:00
Jan Beich
97816292f2 emulators/ppsspp-devel: update to 1.4.2.663
Changes:	de459e6a1...c6b2cc2e2
2017-11-06 23:56:19 +00:00
Alex Kozlov
59982a5b39 - Remove archivers/zip build dependency 2017-11-06 16:45:29 +00:00
Gerald Pfeifer
214cfdfbe8 The Staging patchset now became available for Wine 2.20, so unbreak
wine-devel in the presence of the STAGING option and wine-staging per se.
2017-11-06 16:41:17 +00:00
Alex Kozlov
cdc316bbf9 - Remove dead MASTER_SITES
- Remove archivers/zip build dependency
2017-11-06 15:35:22 +00:00
Jan Beich
ae352f940e emulators/citra: convert backout into upstream fix 2017-11-06 03:13:14 +00:00
Jan Beich
d6badf97b3 emulators/ppsspp-devel: update to 1.4.2.640
Changes:	fa81dd9c4...de459e6a1
MFH:		2017Q4
2017-11-06 00:58:29 +00:00