Commit graph

6889 commits

Author SHA1 Message Date
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
Jan Beich
4171144218 emulators/citra: update to s20180402
Changes:	11b9d303...7d710170
2018-04-03 00:52:12 +00:00
Gerald Pfeifer
18f4647bd0 Remove the workaround for a clang 6.0.0 crash on FreeBSD version 1200056
(where we'd use GCC), now that version 1200057 which fixes that issue is
eight weeks old.

PR:		224863
2018-04-02 18:52:33 +00:00
Gerald Pfeifer
9edf2931c8 Remove workaround (really: requiring GCC) for a clang 6.0.0 crash on
FreeBSD revision 1200056.

PR:		224863
2018-04-02 14:15:25 +00:00
Gerald Pfeifer
2dca5b3976 Spell Wine with an uppercase W to align with upstream usage.
Approved by:	se (maintainer)
2018-04-02 12:40:06 +00:00
Gerald Pfeifer
4ad31df212 Change dependencies from wine-gecko-devel to wine-gecko and wine-mono-devel
to wine-mono.

Technically this is not required at this point, since the -devel and
regular ports provide the same versions temporarily, but it sets us up
for when the -devel ports are going to diverge again later.
2018-04-01 20:40:02 +00:00
Gerald Pfeifer
9255b38b66 Move to version 2.47 which is in sync with wine-gecko-devel for the
time being, until that is going to be upgraded in sync with wine-devel
(and a newer development snapshot of Wine).

Adjust MASTER_SITES to dl.winehq.org since SF does not carry newer
versions of this.

Suggested by:	dbn
2018-04-01 20:30:37 +00:00
Gerald Pfeifer
e5c844e69b Move to version 4.7.1 which is in sync with wine-mono-devel for the
time being, until that is going to be upgraded in sync with a development
snapshot of Wine (and hence wine-devel).

Suggested by:	dbn (maintainer)
2018-03-31 22:30:37 +00:00
Ganael LAPLANCHE
f5faf54441 emulators/dolphin-emu: set LLD_UNSAFE
Prevent Dolphin from linking using lld as it fails with errors like:

/usr/bin/ld: error: cannot preempt symbol: alcOpenDevice
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by OpenALStream.cpp
>>>               OpenALStream.cpp.o:(OpenALStream::Start())

due to preemption of symbols with protected visibility in a shared object.

See also PR #219089 for more details.

PR:		226980
Submitted by:	emaste
2018-03-31 16:23:13 +00:00
Gerald Pfeifer
1050f7a8e9 Fix pkg-plist in the presense of the STAGING option (and hence Wine Staging
patchset): wined3d-csmt.dll is no longer created.
2018-03-31 13:08:42 +00:00
Gerald Pfeifer
2a97ab0806 Update to Wine 3.5. This includes the following changes:
- More Vulkan support, including the vulkan-1 loader.
 - Support for RSA and ECDSA cryptographic keys.
 - Improved manifest file parser.
 - Support for the Places toolbar in file dialogs.
 - Various bug fixes.
2018-03-31 12:40:30 +00:00
Jan Beich
aeec0597ec emulators/rpcs3: update to 0.0.5.146
Changes:	70cc2e366...bca46e92d
2018-03-30 21:33:57 +00:00
Jan Beich
8e56afe819 emulators/citra: update to s20180330
Changes:	74465389...11b9d303
2018-03-30 21:33:45 +00:00
Antoine Brodin
7049e125bf Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2018-03-29 13:45:10 +00:00
Antoine Brodin
dff101aaca Mark BROKEN: fails to install
install  -s -m 555 /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195/mess64 /wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/bin
(cd /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195 && install  -s -m 555 castool chdman imgtool jedutil  ldresample ldverify romcmp testkeys unidasm  /wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/libexec/mess)
install: testkeys: No such file or directory

Reported by:	pkg-fallout
2018-03-29 08:31:18 +00:00
Jan Beich
4805700f23 emulators/rpcs3: update to 0.0.5.137
Changes:	a36acf49d...70cc2e366
2018-03-29 00:24:06 +00:00
Jan Beich
c58726930f emulators/citra: update to s20180327
Changes:	d823759e...74465389
2018-03-29 00:23:52 +00:00
Antoine Brodin
ab813ebdab Fix PKGNAME collision with slave port emulators/mess
(emulators/mess is probaly BROKEN now)
2018-03-28 18:42:53 +00:00
Steve Wills
998e20f344 emulators/mame: update to 0.195
PR:		226687
Submitted by:	Ryo ONODERA <ryo@tetera.org>
2018-03-28 15:18:54 +00:00
Jan Beich
e481afa775 emulators/citra: update to s20180326
Changes:	d03f72eb...d823759e
2018-03-27 00:24:57 +00:00
Jan Beich
106aaf7f18 emulators/rpcs3: update to 0.0.5.132
Changes:	c5caaa921...a36acf49d
2018-03-27 00:24:46 +00:00
Li-Wen Hsu
faf7821c64 - Update to 2.11.90_20180325
- Pet portlint
2018-03-25 11:13:28 +00:00
Fernando Apesteguía
813b7767d0 PR: 224942
Submitted by:	maintainer@hasting.email
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14795
2018-03-24 19:21:56 +00:00
Dmitry Marakasov
8b00cf2d62 - Update WWW
Approved by:	portmgr blanket
2018-03-24 09:33:20 +00:00
Jan Beich
97bebd82ee emulators/rpcs3: update to 0.0.5.113
Changes:	252ddf808...c5caaa921
2018-03-24 00:21:17 +00:00
Jan Beich
3516a6a174 emulators/citra: update to s20180321
Changes:	9e4f670e...d03f72eb
2018-03-24 00:21:05 +00:00
Adriaan de Groot
28ef36f784 Fix emulators/hatari pre-emptively for CMake 3.11. Build error is
CMake Error at /usr/local/share/cmake/Modules/CheckIncludeFiles.cmake:63 (message):
  Unknown arguments:

    HAVE_SDL_CONFIG_H

which comes because SDL_INCLUDE_DIR can contain more than one element,
in which case the code falls over. Further explanation is in the patch.

Approved by:	tcberner (mentor, implicit)
2018-03-20 22:52:50 +00:00
Jan Beich
2673551405 emulators/rpcs3: update to 0.0.5.90
Changes:	b232409cc...252ddf808
2018-03-20 00:48:14 +00:00
Jan Beich
57b4aab89b emulators/citra: update to s20180318
Changes:	935bcdbd...9e4f670e
2018-03-20 00:48:03 +00:00
Gerald Pfeifer
80b9d1028c Fully disable building Kerberos components.
We already had --without-krb5, alas when someone had krb5 installed
in their build environment, the build still failed.  This takes care
using a bigger hammer.

PR:		226396
Analyzed by:	John Hein <z7dr6ut7gs@snkmail.com>
2018-03-18 22:24:42 +00:00
Mark Linimon
accc2a8267 Mark as broken on FreeBSD 12. This ought to be an easy fix for someone
who has time.
2018-03-18 15:26:29 +00:00
Gerald Pfeifer
b65b522494 The Wine Staging patchset has reappeared for the time being, with new
maintainers and at a new location, so reintroduce the STAGING option
(off by default, as before).

Since we had kept the code in the Makefile, this mostly involves
adjusting the download site and restoring and updating pkg-plist.
(Observe how Wine 3.3 has merged a fair number of changes, so the
specials in pkg-plist are fewer than when we had to take this out.)
2018-03-17 17:32:40 +00:00
Sunpoet Po-Chuan Hsieh
4eefb46864 Fix WWW
Approved by:	portmgr (blanket)
2018-03-17 10:45:29 +00:00
Gerald Pfeifer
ba6e87c0d8 Update to Wine 3.4. This includes the following changes:
- More Vulkan support, including integration with the X11 driver.
 - Better handling of privileged instructions on x86-64.
 - Hex edit dialog improvements in RegEdit.
 - Assortment of patches merged from wine-staging.
 - Various bug fixes.

Also the SF mirror is back and working again.
2018-03-17 10:29:34 +00:00
Jan Beich
d3e780b792 emulators/rpcs3: update to 0.0.5.83
Changes:	5f047034a...b232409cc
2018-03-16 22:31:33 +00:00
Jan Beich
20736126a1 emulators/citra: update to s20180316
Changes:	6c63bb11...935bcdbd
2018-03-16 21:07:00 +00:00
Dmitry Marakasov
03b6492d11 - Fix shebangs
- Add missing dependency on bash

Approved by:	portmgr blanket
2018-03-15 17:52:27 +00:00
Jan Beich
7592986bfd emulators/rpcs3: update to 0.0.5.81
Changes:	b8e920873...5f047034a
2018-03-15 00:34:07 +00:00
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