1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
Commit Graph

7283 Commits

Author SHA1 Message Date
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Roger Pau Monné
c435bc3fd7 xen: add XSA patches
Fixes for XSA-{275,276,277,279,280,282}

Sponsored by: Citrix Systems R&D
2018-11-20 14:17:07 +00:00
Jan Beich
c8b5d3143c emulators/citra: update to s20181119
Changes:	560df843b...2b768da53
2018-11-20 00:35:47 +00:00
Jan Beich
da5a8d5227 emulators/rpcs3: update to 0.0.5.1045
Changes:	225310e04...3c7f02d99
2018-11-20 00:35:31 +00:00
Steve Wills
b4bab1c271 devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
2018-11-19 15:57:08 +00:00
Antoine Brodin
0ac0d71edc Deprecate ports broken for more than 6 months 2018-11-18 18:35:38 +00:00
Tobias Kortkamp
c767f350f4 emulators/gxemul: Update to 0.6.0.2
- Build with Clang
- Update WWW; the sf.net project is gone
- vga.h is now included with "../include/vga.h" so the conflict with
  svgalib should be gone
- Make sure various build dependencies are not accidentally auto-detected
- Add missing xterm dependency; gxemul tries to run xterm when run
  under X for serial console output
- Take maintainership

Changes:	http://gavare.se/gxemul/gxemul-stable/doc/RELEASE.html
2018-11-18 08:51:08 +00:00
Jan Beich
434b8c635b emulators/citra: update to s20181116
Changes:	b1f55c9ca...560df843b
2018-11-17 00:51:43 +00:00
Jan Beich
d7d3e1871f emulators/rpcs3: update to 0.0.5.1039
Changes:	0044eb44e...225310e04
2018-11-17 00:51:31 +00:00
Jan Beich
64af0907e4 emulators/citra: update to s20181113
Changes:	f43524fff...b1f55c9ca
2018-11-15 00:25:45 +00:00
Jan Beich
1e812d6993 emulators/rpcs3: update to 0.0.5.1037
Changes:	2e1aec4de...0044eb44e
2018-11-15 00:25:22 +00:00
Brooks Davis
d56d62b37d Update to a new snapshot. 2018-11-14 21:41:14 +00:00
Vinícius Zavam
dc75f83031 emulators/hatari: update to v2.1.0
- adopt the port;
  - silent portlint;
  - change USE_XORG as suggested by stage-qa;
  - patches under files/ updated using makepatch;

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D17919
2018-11-14 14:01:50 +00:00
Gerald Pfeifer
26da81a045 The Wine Staging patchset is now available for Wine 3.20. 2018-11-13 22:26:05 +00:00
Alan Somers
35ba564842 emulators/qemu-utils: fix build after r484653
The master port switched its distfile but didn't update the slave port.

PR:		233194
Reported by:	Sergey Akhmatov <sergey@akhmatov.ru>
2018-11-13 16:28:36 +00:00
Jan Beich
23f8a7ff33 emulators/citra: update to s20181111
Changes:	a59920ed3...f43524fff
2018-11-13 00:22:32 +00:00
Jan Beich
e478e6d862 emulators/rpcs3: update to 0.0.5.1035
Changes:	7180c1f2d...2e1aec4de
2018-11-13 00:22:11 +00:00
Jan Beich
f14586159d graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR:		227509
Requested by:	Johannes Lundberg, Greg V
Reviewed by:	tobik (earlier version)
Approved by:	madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by:	antoine
2018-11-11 23:54:06 +00:00
Sean Bruno
acafb4956e Bump qemu-sbruno to capture 4ef7d07
-  Avoid the overflow reported by Mark Millard...New version is safer
   end_addr >= addr is assured earlier in this loop.

Submitted by:	kevans
Reported by:	Mark Millard <marklmi@yahoo.com>
2018-11-11 17:15:04 +00:00
Roman Bogorodskiy
31a106af43 emulators/qemu: fix build on 12 and -CURRENT
Build fails with:

hw/rdma/vmw/pvrdma_cmd.c:19:10: fatal error: 'linux/types.h' file not found

Add two upstream commits to fix this issue:

 * 72221d03b85fcfba27a47a2af08ee59150550ced to not include linux/types.h
 * 21ab34c9543fe1b6d31b3edbd01a397e7e090d00 to split PVRDMA from RDMA as
   pvrdma device can't be used on FreeBSD as mremap() system call is
   missing

PR:		232968
Reported by:	Trond.Endrestol@ximalas.info
Approved by:	portmgr (build fix blanket)
Obtained from:	upstream
MFH:		2018Q4
2018-11-11 15:30:28 +00:00
Li-Wen Hsu
220fca1986 - Update to 2.12.1
- Change https MASTER_SITES
- Use xz distfile
- Remove MAKE_JOBS_UNSAFE

PR:		230972
Approved by:	maintainer timeout
2018-11-11 02:13:11 +00:00
Koop Mast
289883b11b Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-11-10 19:57:07 +00:00
Gerald Pfeifer
3191418738 Update to Wine 3.20. This includes the following changes:
- Async interfaces and ACF files in the IDL compiler.
 - Support for substorage transforms in MSI.
 - RPC/COM marshalling fixes.
 - Support for Unicode requests in WinHTTP.
 - Shell Autocomplete optimizations.
 - Various bug fixes.
2018-11-10 19:55:37 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Jan Beich
6f65ece3f5 emulators/rpcs3: unbreak build with clang > 6.0.0
Assertion failed: (D->getCachedLinkage() == LV.getLinkage()), function getLVForDecl, file /usr/src/contrib/llvm/tools/clang/lib/AST/Decl.cpp, line 1394.

PR:		231952
Reported by:	pkg-fallout
Submitted by:	Roman CAT
2018-11-10 10:27:34 +00:00
Jan Beich
93484cf9f0 emulators/citra: update to s20181108
Changes:	1444d6010...a59920ed3
2018-11-10 00:35:55 +00:00
Jan Beich
3cc739d249 emulators/rpcs3: update to 0.0.5.1030
Changes:	90f816595...7180c1f2d
2018-11-10 00:35:31 +00:00
Jung-uk Kim
d1488972e2 Update to 5.2.22.
https://www.virtualbox.org/wiki/Changelog#22
2018-11-09 23:54:01 +00:00
Sean Bruno
33c5a7f300 Incorpororate fixes to build packages after freebsd svn r339655. (kevans)
Add uname change for AARCH64.  (miki)
2018-11-09 18:14:43 +00:00
Jan Beich
7abb5e9c82 emulators/citra: update to s20181106
Changes:	4228cd8b6...1444d6010
2018-11-07 22:40:58 +00:00
Jan Beich
b9a442b8f0 emulators/rpcs3: update to 0.0.5.1026
Changes:	11681f02c...90f816595
2018-11-07 22:40:43 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Jan Beich
0b15b39fb6 emulators/citra: update to s20181104
Changes:	7c3d325af...4228cd8b6
2018-11-06 00:24:01 +00:00
Jan Beich
eff7045a4f emulators/rpcs3: update to 0.0.5.1020
Changes:	43b75ccf0...11681f02c
2018-11-06 00:23:40 +00:00
Jan Beich
c1e3b4841a emulators/ppsspp: update to 1.7.2 (nop)
No changes affect desktop Unix. Mainly to avoid portscout and repology
reporting the port as out of date.

Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.7.1...v1.7.2
MFH:		2018Q4 (aid future MFHs)
2018-11-05 10:04:29 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Antoine Brodin
d3034b2b48 Mark BROKEN: fails to build
src/gba/Cheats.cpp:2480:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
    address & 255,
    ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 16:07:32 +00:00
Antoine Brodin
38e686012e Mark BROKEN: fails to build
../Cheats.cpp:1347:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
    address & 255,
    ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:48:33 +00:00
Antoine Brodin
10221f6d57 Mark BROKEN: fails to build
src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0};
                                                     ^~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:54:02 +00:00
Antoine Brodin
5931bfc5b0 Mark BROKEN: fails to build
In file included from firmware.cpp:22:
./path.h:378:33: error: cannot initialize an array element of type 'char' with an rvalue of type 'nullptr_t'
                                        char format[] = { '%', *p, NULL };
                                                                   ^~~~

Reported by:	pkg-fallout
2018-11-04 13:40:09 +00:00
Antoine Brodin
9f5462901e Mark BROKEN: fails to build
main.cpp:651:13: error: comparison between pointer and integer ('char *' and 'int')
        if (argv[1]!='\0') {
            ~~~~~~~^ ~~~~

Reported by:	pkg-fallout
2018-11-04 12:37:44 +00:00
Jan Beich
24882048b2 emulators/citra: update to s20181101
Changes:	a753b9c6c...7c3d325af
2018-11-03 00:08:10 +00:00
Jan Beich
0b25516071 emulators/rpcs3: update to 0.0.5.1010
Changes:	7056b5fc7...43b75ccf0
2018-11-03 00:07:58 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
a64ce8063c emulators/ppsspp: update to 1.7.1
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.7...v1.7.1
2018-11-02 03:06:30 +00:00
Rene Ladan
2621c3efd6 Remove expired ports:
2018-10-31 games/bloboats: Upstream gone, FreeBSD 10 only
2018-10-31 net/stf-6rd-kmod: Does not build on FreeBSD 11+
2018-10-31 net/pmf: Does not build on FreeBSD 11+
2018-10-31 net/knemo-kde4: KDE4 is EOL upstream, FreeBSD 10 only-port
2018-10-31 net/userfw: Does not build on FreeBSD 11+
2018-10-31 sysutils/qjail4: Only for FreeBSD 10.x , use sysutis/qjail instead
2018-10-31 sysutils/bsdmoted: does not build on FreeBSD 11+
2018-10-31 sysutils/scprotect: Does not build on FreeBSD 11+
2018-10-31 www/typo3-7: Support will end in October 2018, please update to either www/typo3-8 or www/typo3-9
2018-10-31 devel/memleax: does not actually detect leaks
2018-10-31 emulators/virtio-kmod: Does not build on FreeBSD 10+
2018-10-31 games/traindirector: Does not build on FreeBSD 11+
2018-11-01 19:05:28 +00:00
Jan Beich
a59700e8ea emulators/rpcs3: update to 0.0.5.1006
Changes:	1cf62e9de...7056b5fc7
2018-10-31 20:49:20 +00:00
Jan Beich
3d96ac3716 emulators/citra: update to s20181030
Changes:	f3ee5feb0...a753b9c6c
2018-10-31 20:49:01 +00:00
Alex Kozlov
6864fffc0b - Add ONLY_FOR_ARCHS_REASON 2018-10-31 18:49:20 +00:00
Roger Pau Monné
2414a64198 xen: add XSA-278 fix 2018-10-31 08:34:47 +00:00