Commit graph

6188 commits

Author SHA1 Message Date
Jung-uk Kim
55eb3c678e Update to 5.1.12. 2016-12-21 14:01:15 +00:00
Roger Pau Monné
f543f322e4 xen: apply XSA-202
Approved by:	bapt
MFH:		2016Q4
Sponsored by:	Citrix Systems R&D
2016-12-21 12:27:40 +00:00
Dmitry Marakasov
09c3d9a2bb - Mark BROKEN on FreeBSD 10+ i386
Approved by:	portmgr blanket
2016-12-21 10:30:09 +00:00
Dmitry Marakasov
9597756cf1 - Mark BROKEN on FreeBSD 10+ i386 10 2016-12-21 10:21:45 +00:00
Li-Wen Hsu
0640cd7533 Add emulators/qemu-riscv, QEMU with RISC-V (RV64G, RV32G) emulation support 2016-12-21 05:53:30 +00:00
Antoine Brodin
04d13a03c8 New port: emulators/py-unicorn
Python bindings for Unicorn CPU emulator framework
2016-12-19 23:07:25 +00:00
Gerald Pfeifer
91ad7fdf62 Update to Wine 1.8.6 which is a conservative maintenance release:
- Fix a regression introduced in 1.8.5 (#41627)
 - Various bug fixes.
 - A few more cards added to the GPU description table.
2016-12-19 23:05:14 +00:00
Roger Pau Monné
9f7fe32f6e xen-kernel: add fix for XSA-204
Approved by:	bapt
MFH:		2016Q4
Sponsored by:	Citrix Systems R&D
2016-12-19 16:34:04 +00:00
David Naylor
b108ac1cd7 emulators/i386-wine-devel: update to 2.0.r1_1.
- Unbreak i386-wine-staging: patches are now available.
2016-12-19 04:34:49 +00:00
David Naylor
ff421ca9de emulators/i386-wine: update to 1.8.5_1. 2016-12-19 04:33:06 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Roman Bogorodskiy
b7e05e4ed3 Add emulators/py-nova 14.0.2, Openstack Compute Service
Please note that this is a development version of nova.
Many features are not available.

Currently nova works on FreeBSD 11 and supports QEMU and Xen.

Common issues:
- Security groups are not implemented
- ARP spoofing, DHCP isolation protection are not implemented
- Nova services work from the root user
- No IPv6 support

QEMU issues:
- Need to enable serialconsole (TCP)
- Need to disable online CPU tracking
- Cannot mount cinder volumes

Xen issues:
- Live snapshots don't work
- No support for cinder volume hot-plugging
- XENBUS delay (5 min) when using qemu driver and COW images
- Some Linux images cannot be booted

For further FreeBSD specific notes please refer to port's pkg-message.

PR:		215151
Submitted by:	Alexander Nusov (alexander.nusov@nfvexpress.com)
2016-12-18 06:30:58 +00:00
Gerald Pfeifer
05d0a36520 Fix the package list: Over the last couple of snapshots, a number of
components has moved from the Wine Staging project into Wine proper,
so %%STAGING%%foo/bar/smthng in pkg-plist now becomes just foo/bar/smthng.

However, make check-plist did not notice this and indeed both the
port before this update and with this update always pass check-plist
without issues, both when the STAGING option is set and when it's not.

(This is not a cosmetic issue, by the way, it did affect functionality
of the Wine ports.)

PR:		215338
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2016-12-17 14:34:04 +00:00
David Naylor
e6779f4d9e i386-wine-devel: fix pkg-plist.
- Fix generation of pkg-plist by properly detecting a single suffix (i.e. all
   -devel or all -staging) [1][2]
 - Regenerate pkg-plist
 - Add USES=desktop-file-utils [1]
 - Fix mono dependency [1]

PR:		215255 [2]
PR:		215269 [1]
Submitted by:	Vikash Badal (vikashb@where-ever.za.net) [1]
Reported by:	Neel Chauhan (neel@neelc.org) [2]
2016-12-17 05:16:23 +00:00
Gerald Pfeifer
255ea0817c Remove the BROKEN designation when the STAGING option is set; the
staging patchset is now available again for the current development
version of Wine.
2016-12-17 00:43:17 +00:00
Dirk Meyer
323dbfd9c5 - use FONTNAME 2016-12-16 07:26:44 +00:00
Dirk Meyer
0e1cb5aeaf - fix build on FreeBSD-10 i386
- add LICENSE
2016-12-16 07:02:41 +00:00
Antoine Brodin
75c2527913 New port: emulators/unicorn
Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator
framework based on QEMU.

Unicorn offers some unparalleled features:
- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32,
  64-bit)
- Clean/simple/lightweight/intuitive architecture-neutral API
- Implemented in pure C language, with bindings for Perl, Rust, Ruby, Python,
  Java, MSVC, .NET, Go, Delphi/Free Pascal and Haskell.
- Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
  confirmed)
- High performance via Just-In-Time compilation
- Support for fine-grained instrumentation at various levels
- Thread-safety by design
- Distributed under free software license GPLv2

WWW: http://www.unicorn-engine.org/
2016-12-16 06:43:52 +00:00
Jan Beich
4427c5e61a emulators/citra: update to s20161216
r428633 followup to drop -msse4.1 on 10.x.

Changes:	0e032573...cda7210f
2016-12-16 05:59:37 +00:00
Jan Beich
13d07760cf Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
2016-12-16 05:08:09 +00:00
Jan Beich
f2742272da emulators/citra: update to s20161215
Audio appears to work fine now.

Changes:	07f65ad3...0e032573
2016-12-15 19:54:17 +00:00
Dirk Meyer
ee951686ce - fix option XAW3D 2016-12-14 13:44:36 +00:00
Nikolai Lifanov
8d7993e557 update MAINTAINER to my FreeBSD.org email
Reviewed by:	matthew
Approved by:	matthew (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8782
2016-12-14 03:47:18 +00:00
Tijl Coosemans
f645286985 Remove dependency on flash plugin. 2016-12-13 19:13:20 +00:00
Sunpoet Po-Chuan Hsieh
901bbca3ca - Fix typo 2016-12-13 18:40:49 +00:00
Sunpoet Po-Chuan Hsieh
8e717c195a - Fix INDEX: change from removed linux-c6-flashplugin11 to linux-c6-flashplugin24
- Bump PORTREVISION for dependency change

Notified by:	Portsnap buildbox
Approved by:	portmgr (blanket)
2016-12-13 18:37:49 +00:00
Roger Pau Monné
36bd345801 xen: apply XSA-200
MFH:		2016Q4
Approved by:	bapt
Sponsored by:	Citrix Systems R&D
2016-12-13 15:20:42 +00:00
David Naylor
324ed51ac3 emulators/i386-wine-devel: update to 2.0.r1
- Make i386-wine-staging as broken: no patches available
 - Remove staging for the port-update target.
2016-12-11 19:17:23 +00:00
Rene Ladan
2f0dca73f4 emulators/fuse-roms: another attempt to fix fetching with flaky Fedora sites
(or they don't like our fetch command?)

Pet portlint while here.

Submitted by:	pkg-fallout
2016-12-11 17:20:02 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Rene Ladan
8a67e81937 Update libspectrum and fuse to version 1.3.2
Distribution files checked against authors' PGP signature.
2016-12-11 11:00:13 +00:00
Gerald Pfeifer
83342a3144 Update to Wine 2.0 RC1. This includes the following changes:
- Support for IDN name resolution.
 - Many more Shader Model 5 operations.
 - Still more fixes in the regression tests.
 - Various bug fixes.

It also uses a newer bug fix update of the Mono engine and accordingly
the wine-mono-devel port is updated to version 4.6.4 from 4.6.3.
2016-12-10 12:48:52 +00:00
Rene Ladan
a04d907fb4 emulators/fuse-roms: use my server as a backup for both distfiles,
sometimes the primary servers are flaky.

Reported by:	pkg-fallout
2016-12-08 20:35:42 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Tijl Coosemans
7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00
Gerald Pfeifer
2c8b63fc90 Fix a typo in pkg-plist that sneaked in after all my testing, and hence
packaging for lib/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so.
2016-12-08 12:38:59 +00:00
Gerald Pfeifer
7385ffc21b Update to Wine 1.9.24. This includes the following changes:
- Support for unordered access views in Direct3D.
 - Many fixes in the regression tests.
 - Some more improvements in HID support.
 - Various bug fixes.

The Staging patchset has not been ported to this version of Wine yet,
even after nearly two weeks, so mark the port BROKEN when the STAGING
option is set.  This also affects the wine-staging port.
2016-12-07 12:00:33 +00:00
Jan Beich
07f766b6fd emulators/citra: update to s20161207
Changes:	fb13bfe...07f65ad
2016-12-06 22:55:08 +00:00
Rene Ladan
58e45edf17 emulators/fuse-roms: fix fetch [1]
- Factor out a common subdirectory used on the Fedora mirrors
- Bump the Fedora version to 25
- Add back a mirror for Opus-22.rom

Reported by:	pkg-fallout [1]
2016-12-04 19:52:42 +00:00
Roger Pau Monné
4168d77f03 xen: update to 4.7.1
Xen 4.7.1 contains the following XSAs: 184, 185, 186, 187, 188 and 190 which
where missing in the previous package. Additionally XSAs 191, 192, 193, 194,
195, 197 and 198 are also applied.

Approved by:	bapt
Sponsored by:	Citrix Systems R&D
2016-12-02 16:07:24 +00:00
Ganael LAPLANCHE
c3b4952eb6 Use gtest from ports instead of Externals/
Reported by:	jbeich
2016-12-02 15:26:32 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Ganael LAPLANCHE
3d8bb1a40a Simplify Dolphin-emu port and update it to 5.0 2016-12-02 11:02:13 +00:00
Brooks Davis
0b6407ee59 Update a fresh snapshot with a permission bug fix. 2016-12-01 19:07:39 +00:00
Mark Linimon
d8110d1b0c Mark various ports as broken on aarch64 due to the same clang bug:
error in backend: Do not know how to split this operator's operand!

Approved by:	portmgr (tier-2 blanket)
2016-11-30 16:01:30 +00:00
Gerald Pfeifer
f835eac23b Fix the order of seven (1+6) file entries. 2016-11-26 16:44:03 +00:00
Gerald Pfeifer
659c967516 Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
2016-11-25 21:27:37 +00:00
Antoine Brodin
af758735f8 Add explicit dependency on the python symlink, right now it relies on it
being provided as a dependency of x11-toolkits/gtk20
2016-11-24 21:12:57 +00:00
Jung-uk Kim
fb3b57862e Update to 5.1.10. 2016-11-24 20:37:08 +00:00
Jan Beich
253e6721de emulators/citra: oops, missed XXX comment in r426912 2016-11-23 12:49:11 +00:00
Jan Beich
ba812ab50d emulators/citra: drop bundled Boost 1.59 2016-11-23 12:46:36 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Tijl Coosemans
e2b90992e1 Update to util-linux-ng 2.17.2-12.24.el6_8.1.
PR:		214772
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-11-23 11:11:27 +00:00
Sean Bruno
217b0b61a7 QEMU requires pixman to build qemu-system-* targets regardless of
whether we are building for X or not.  Add the dependency if

PR:		214668
Submitted by:	mail+freebsd@gerritbeine.de
2016-11-21 15:00:40 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
John Marino
f8f29f6444 emulators/kcemu, editors/wordgrinder: Document ncurses requirement
Approved by:	ncurses blanket
2016-11-19 19:29:01 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
David Naylor
465c300d14 emulators/i386-wine-devel: update to 1.9.23 2016-11-19 13:32:04 +00:00
Jan Beich
7f3933d17c emulators/visualboyadvance-m: unbreak build with ffmpeg 3.x
In file included from src/common/ffmpeg.cpp:62:
src/common/ffmpeg.h:70:5: error: unknown type name 'PixelFormat'; did you mean 'AVPixelFormat'?
    priv_PixelFormat pixfmt;
    ^~~~~~~~~~~~~~~~
    AVPixelFormat
src/common/ffmpeg.cpp:61:26: note: expanded from macro 'priv_PixelFormat'
 #define priv_PixelFormat PixelFormat
                          ^
/usr/local/include/libavutil/pixfmt.h:60:6: note: 'AVPixelFormat' declared here
enum AVPixelFormat {
     ^
src/common/ffmpeg.cpp:81:11: error: use of undeclared identifier 'avcodec_alloc_frame'
    pic = avcodec_alloc_frame();
          ^
src/common/ffmpeg.cpp:92:28: error: use of undeclared identifier 'CODEC_ID_NONE'; did you mean 'AV_CODEC_ID_NONE'?
    if(fmt->audio_codec == CODEC_ID_NONE)
                           ^~~~~~~~~~~~~
                           AV_CODEC_ID_NONE
/usr/local/include/libavcodec/avcodec.h:192:5: note: 'AV_CODEC_ID_NONE' declared here
    AV_CODEC_ID_NONE,
    ^
src/common/ffmpeg.cpp:163:11: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
        pixfmt = PIX_FMT_RGB24;
                 ^~~~~~~~~~~~~
                 AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared here
    AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
    ^
src/common/ffmpeg.cpp:416:13: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'?
        pkt.size = avcodec_encode_video(ctx, video_buf, VIDEO_BUF_LEN, f);
                   ^~~~~~~~~~~~~~~~~~~~
                   avcodec_encode_video2
/usr/local/include/libavcodec/avcodec.h:5322:5: note: 'avcodec_encode_video2' declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
    ^
src/common/ffmpeg.cpp:468:13: error: use of undeclared identifier 'avcodec_encode_audio'; did you mean 'avcodec_encode_audio2'?
        pkt.size = avcodec_encode_audio(ctx, audio_buf, frame_len,
                   ^~~~~~~~~~~~~~~~~~~~
                   avcodec_encode_audio2
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' declared here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
    ^

PR:		214190
Obtained from:	upstream
Approved by:	maintainer timeout (2 weeks)
2016-11-18 22:00:57 +00:00
Jan Beich
70f518b2a2 emulators/kcemu: unbreak build with ffmpeg 3.x
ffmpeg.cc:79:29: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean 'AV_PIX_FMT_YUV420P'?
  _stream->codec->pix_fmt = PIX_FMT_YUV420P;
                            ^~~~~~~~~~~~~~~
                            AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared here
    AV_PIX_FMT_YUV420P,   ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
    ^
ffmpeg.cc💯12: error: use of undeclared identifier 'avcodec_alloc_frame'
  _frame = avcodec_alloc_frame();
           ^
ffmpeg.cc:159:18: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'?
  int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame);
                 ^~~~~~~~~~~~~~~~~~~~
                 avcodec_encode_video2
/usr/local/include/libavcodec/avcodec.h:5261:5: note: 'avcodec_encode_video2' declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
    ^
ffmpeg.cc:159:55: error: cannot initialize a parameter of type 'AVPacket *' with an lvalue of type 'byte_t *' (aka 'unsigned char *')
  int out_size = avcodec_encode_video(_stream->codec, _buf, _bufsize, _frame);
                                                      ^~~~
/usr/local/include/libavcodec/avcodec.h:5261:60: note: passing argument to parameter 'avpkt' here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
                                                           ^

PR:		214188
Approved by:	maintainer timeout (2 weeks)
2016-11-18 22:00:36 +00:00
Jan Beich
7b45c3b271 emulators/citra: update to s20161115
Changes:	ae2fab4...fb13bfe
2016-11-17 23:59:44 +00:00
Sean Bruno
dde039fc90 Track QEMU upstream as we approach 2.8.0 2016-11-17 18:13:07 +00:00
Rene Ladan
f2aecf8776 Reset edwin's ports, he has handed in his commit bit.
With hat:	portmgr-secretary
2016-11-16 22:55:39 +00:00
Gerald Pfeifer
264d1f5034 Update to Wine 1.9.23. This includes the following changes:
- Color font support in Direct2D.
 - More color formats in Direct3D.
 - Uninstallation fixes in MSI.
 - Various bug fixes.
2016-11-16 10:26:44 +00:00
Jan Beich
6673e3fd6a emulators/ppsspp: link to upstream issue for BROKEN 2016-11-14 20:56:45 +00:00
Alexey Dokuchaev
50c7b417e3 Do not terminate BROKEN messages with period, it is added by the framework. 2016-11-14 11:26:59 +00:00
Mark Linimon
387ced8b05 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 07:47:48 +00:00
Dirk Meyer
3656c1ca01 - fix build with ffmpeg3
PR:		214189
2016-11-14 06:48:25 +00:00
Sean Bruno
5558ef6556 Fix build with devel/ncurses installed.
PR:	214484
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2016-11-14 02:58:57 +00:00
Dmitry Marakasov
65927df93c - Verbosify build
Approved by:	portmgr blanket
2016-11-12 12:46:33 +00:00
Sean Bruno
6480d047d2 Update qemu-sbruno/bsd-user to caputre a pile of memory leak abatements
in upstream QEMU.
2016-11-11 21:58:40 +00:00
Jan Beich
68036db43c Track used or drop unused devel/icu dependency
This tries to fix discrepancy between

  $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
  $ git grep -lF :devel/icu | sed 's,/Makefile$,,'

PR:		214384
Reported by:	tijl, stage-qa, readelf(1)
2016-11-11 11:59:55 +00:00
Rene Ladan
c5b2f9c86e Update libspectrum, fuse and fuse-utils to 1.3.1
Reported by:	portscout
2016-11-09 19:13:25 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Sean Bruno
d0151030e6 Delete duplicate distinfo lines that I inserted with make makesum.
Pointyhat fits nicely.

PR:	214309
Submitted by:	pkubaj@anongoth.pl
2016-11-08 13:57:29 +00:00
Dmitry Marakasov
8a185c6036 - Add LICENSE
- Regenerate patches
2016-11-08 11:23:32 +00:00
Mark Linimon
b7953de16f Mark as broken on arm64.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 08:13:47 +00:00
Mark Linimon
16b56ac11c Mark as broken on arm64. 2016-11-08 07:43:07 +00:00
Mark Linimon
efff0353b9 Hopeless on anything other than x86. 2016-11-08 03:31:49 +00:00
Sean Bruno
192def3202 Update and track upstream QEMU 2.7.50
No changes to qemu-user are intended here, nor are there and fixes here.
2016-11-08 02:00:10 +00:00
Dmitry Marakasov
d021d9fa2b - Add LICENSE
- Add missing dependency
- Regenerate patches
2016-11-07 15:51:47 +00:00
Dmitry Marakasov
d32885c78f - Add LICENSE
- Add missing dependency
- Switch pkg-plist to DATADIR and DOCSDIR
- Regenerate patches
2016-11-07 15:27:12 +00:00
Matthew Seaman
ba3cbe6369 Winetricks is an easy way to work around problems in Wine.
It has a menu of supported games/apps for which it can do
all the workarounds automatically. It also lets you install
missing DLLs or tweak various Wine settings individually.

WWW: https://wiki.winehq.org/Winetricks

PR:		211293
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
2016-11-07 10:12:59 +00:00
Dirk Meyer
0a3cdf4e75 - use new ffmpeg ids
PR:		214189
2016-11-06 17:39:20 +00:00
Gerald Pfeifer
eefb55499a Update to Wine 1.9.22. This includes the following changes:
- Initial implementation of bitmap rendering in Direct2D.
 - More WebServices implementation.
 - A few more steps towards HID support.
 - Various bug fixes.
2016-11-06 16:11:42 +00:00
Jason E. Hale
624805d722 Convert knobs to options
Convert to USES=localbase
Add LICENSE (GPLv2+)
Remake/rename patches according to convention
Bump PORTREVISION so options are registered
2016-11-06 11:06:45 +00:00
Jung-uk Kim
d58d7e08f5 Fix modes for /compat/linux/sys.
This commit is analogous to r425303 and r425309 for /compat/linux/proc.

MFH:		2016Q4
2016-11-04 15:43:27 +00:00
Antoine Brodin
9069ac725d Apply r425303 to linux_base-f10: Fix modes for /compat/linux/proc 2016-11-04 10:37:26 +00:00
Baptiste Daroussin
61a4bde434 Fix modes for /compat/linux/proc
When linprocfs is mounted the mode set to /compat/linux/proc is set to 555
while the package said 755 meaning pkg will try to change it 755 and fail
preventing upgrade or installation of the package because linprocfs does not
support changing attributes.

Enforce it to 555 to prevent that situation
2016-11-04 08:02:48 +00:00
Tijl Coosemans
22758f2672 Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
2016-11-03 21:47:46 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Li-Wen Hsu
ab46678ab2 - Fix plist when DEBUG enabled on 11
Reviewed by:	jkim
Differential Revision:	https://reviews.freebsd.org/D5071
2016-11-02 05:05:20 +00:00
Jan Beich
e58d5042dc emulators/citra: update to s20161031
- Fix citra --version output

Changes:	8b833d3...ae2fab4
2016-11-01 01:28:21 +00:00
Jan Beich
e46a43b9a7 emulators/citra: update to s20161027
Changes:	https://github.com/citra-emu/citra/commit/f672c7b
2016-10-28 01:13:15 +00:00
Dmitry Marakasov
4f88f44da0 - Verbosify build
Approved by:	portmgr blanket
2016-10-26 13:55:23 +00:00
Dmitry Marakasov
1bec8d2d6a - Fix build on 11.x+ by fixing abs() issue
- Mention c++11 requirement
- Mark broken on 9.x: does not build due to lacking c++11 support

Approved by:	portmgr blanket
2016-10-25 13:45:13 +00:00
Dmitry Marakasov
19d207674a - Mark broken on 9.x: does not build:
multiboot.raw: option ROM does not begin with magic 55 aa

- Add missing files to plist

Approved by:	portmgr blanket
2016-10-24 15:35:01 +00:00
Mathieu Arnold
c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.

The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.

Sponsored by:	Absolight
2016-10-24 10:18:50 +00:00