Commit graph

481696 commits

Author SHA1 Message Date
Yuri Victorovich
143237e61c New port: science/openkim-models: Open Knowledgebase of Interatomic Models
Requested by:	Ryan S. Elliott <relliott@umn.edu>
2019-08-02 17:26:27 +00:00
Dmitry Marakasov
a30972b49c - Fix WWW
Approved by:	portmgr blanket
2019-08-02 16:16:51 +00:00
Dmitry Marakasov
0433e2d7ef - Add missing USES=iconv
PR:		239041
Reported by:	pkubaj@FreeBSD.org
2019-08-02 16:05:22 +00:00
Jan Beich
22ce1b1ee1 www/cliqz: unbreak after r507836
***** Building *****
+ ./mach build
exec: python: not found
*** Error code 127
2019-08-02 15:55:45 +00:00
Jan Beich
e4755b038e multimedia/libva-intel-media-driver: also bump libva version after r507878
media_driver/linux/common/ddi/media_libva.cpp:459:20: error: use of undeclared identifier 'VA_FOURCC_Y8'
            return VA_FOURCC_Y8;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:461:20: error: use of undeclared identifier 'VA_FOURCC_Y16'
            return VA_FOURCC_Y16;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:463:20: error: use of undeclared identifier 'VA_FOURCC_Y16'
            return VA_FOURCC_Y16;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:465:20: error: use of undeclared identifier 'VA_FOURCC_VYUY'
            return VA_FOURCC_VYUY;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:467:20: error: use of undeclared identifier 'VA_FOURCC_YVYU'
            return VA_FOURCC_YVYU;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:469:20: error: use of undeclared identifier 'VA_FOURCC_ARGB64'
            return VA_FOURCC_ARGB64;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:471:20: error: use of undeclared identifier 'VA_FOURCC_ABGR64'
            return VA_FOURCC_ABGR64;
                   ^
media_driver/linux/common/ddi/media_libva.cpp:577:14: error: use of undeclared identifier 'VA_FOURCC_Y8'
        case VA_FOURCC_Y8:
             ^
media_driver/linux/common/ddi/media_libva.cpp:579:14: error: use of undeclared identifier 'VA_FOURCC_Y16'
        case VA_FOURCC_Y16:
             ^
media_driver/linux/common/ddi/media_libva.cpp:581:14: error: use of undeclared identifier 'VA_FOURCC_VYUY'
        case VA_FOURCC_VYUY:
             ^
media_driver/linux/common/ddi/media_libva.cpp:583:14: error: use of undeclared identifier 'VA_FOURCC_YVYU'
        case VA_FOURCC_YVYU:
             ^
media_driver/linux/common/ddi/media_libva.cpp:585:14: error: use of undeclared identifier 'VA_FOURCC_ARGB64'
        case VA_FOURCC_ARGB64:
             ^
media_driver/linux/common/ddi/media_libva.cpp:587:14: error: use of undeclared identifier 'VA_FOURCC_ABGR64'
        case VA_FOURCC_ABGR64:
             ^
media_driver/linux/common/ddi/media_libva.cpp:3827:14: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
        case VA_FOURCC_A2B10G10R10:
             ^
media_driver/linux/common/ddi/media_libva.cpp:3895:14: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
        case VA_FOURCC_A2B10G10R10:
             ^
media_driver/linux/common/ddi/media_libva_caps.cpp:751:43: error: use of undeclared identifier 'VAConfigAttribMaxFrameSize'
        attrib.type = (VAConfigAttribType)VAConfigAttribMaxFrameSize;
                                          ^
media_driver/linux/common/ddi/media_libva_caps.cpp:752:9: error: unknown type name 'VAConfigAttribValMaxFrameSize'
        VAConfigAttribValMaxFrameSize attribValMaxFrameSize;
        ^
media_driver/linux/common/ddi/media_libva_caps.cpp:3107:14: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
        case VA_FOURCC_A2B10G10R10   : return GMM_FORMAT_B10G10R10A2_UNORM_TYPE;
             ^
media_driver/linux/gen11/ddi/media_libva_caps_g11.cpp:64:6: error: use of undeclared identifier 'VA_FOURCC_A2B10G10R10'
    {VA_FOURCC_A2B10G10R10,    VA_LSB_FIRST,   32, 30, 0x000003ff, 0x000ffc00, 0x3ff00000, 0x30000000}   /* [31:0] A:B:G:R 2:10:10:10 little endian */
     ^
2019-08-02 14:55:54 +00:00
Jan Beich
a69d6d24b8 multimedia/libva-intel-media-driver: update to 19.3.p1
Changes:	https://github.com/intel/media-driver/compare/intel-media-19.2.1...intel-media-19.3.pre1
Reported by:	GitHub (watch releases)
2019-08-02 14:39:36 +00:00
Jan Beich
f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00
Luca Pizzamiglio
b9b8e8725e sysutils/potnet: Update to 0.3.0
This version adds potcpu, a utility needed for pot 0.9+ as cpuset helper
2019-08-02 13:12:14 +00:00
Fukang Chen
9a7c436296 net/v2ray: Update to 4.20.0
- Dependencies are not shipped with the tarball anymore, define
  these dependencies in GH_TUPLE.
- Add test target

Changelog:

    https://github.com/v2ray/v2ray-core/compare/v4.14.0...v4.20.0

PR:		239219
Reviewed by:	koobs
Approved by:	koobs (mentor), shen.elf@gmail.com (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D20968
2019-08-02 12:55:38 +00:00
Pietro Cerutti
0f0acfa54d mail/roundcube-carddav: update to 3.0.3
Release notes: https://github.com/blind-coder/rcmcarddav/releases/tag/v3.0.3
2019-08-02 12:43:58 +00:00
Adam Weinberger
43d43dd6bf vim: Update to patchlevel 1790
Also, unmute Makefile commands.
2019-08-02 12:14:34 +00:00
Kai Knoblich
d65ed3453a devel/py-mox3: Update to 0.27.0
Changelog:

https://github.com/openstack/mox3/compare/0.25.0...0.27.0
2019-08-02 11:46:33 +00:00
Kai Knoblich
6b8cae3736 net-mgmt/netbox: Convert pkg-message to UCL
Modernize the pkg-message to display hints/instructions in the future that
are specific to different upgrade paths.
2019-08-02 11:40:52 +00:00
Mateusz Piotrowski
6822b59901 devel/cfr: Update to 0.146
Reported by:	Repology
2019-08-02 11:34:59 +00:00
Pietro Cerutti
f17eae34fd www/baikal: fix WWW line in pkg-descr 2019-08-02 11:26:53 +00:00
Kai Knoblich
5f2daa04f3 security/gopass: Update to 1.8.6
Changelog:

https://github.com/gopasspw/gopass/releases/tag/v1.8.6

PR:		239557
Submitted by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
MFH:		2019Q3
2019-08-02 11:26:04 +00:00
Pietro Cerutti
c336c9c2a2 devel/fossil: enable logging to syslog, bump PORTREVISION
PR:		239126 (based on)
Submitted by:	Tara <tara@anne.cat>
2019-08-02 11:13:05 +00:00
Gerald Pfeifer
f6fce1e902 Fix tijl's address in the 20190710 entry. 2019-08-02 10:43:36 +00:00
Mateusz Piotrowski
b7120d0175 net-im/toot: Update to 0.22.0
Changelog:
https://github.com/ihabunek/toot/releases/tag/0.22.0

Reported by:	portscout
2019-08-02 09:43:40 +00:00
Dmitry Marakasov
1d36d774a5 - Update WWW
Approved by:	portmgr blanket
2019-08-02 09:32:24 +00:00
Dmitry Marakasov
87ddb382d2 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2019-08-02 09:02:25 +00:00
Marcelo Araujo
e43a793707 Assign back to the pool 2019-08-02 08:43:58 +00:00
Vanilla I. Shu
7f45ce0a82 Update to 4.4.2. 2019-08-02 08:43:02 +00:00
Marcelo Araujo
8f630c3fc1 Update to 2.04 2019-08-02 08:40:11 +00:00
Kirill Ponomarev
e40399e6fe Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2019-08-02 08:37:56 +00:00
Kirill Ponomarev
bae8c5d6b3 Update to 1.5.5 2019-08-02 08:34:21 +00:00
Jochen Neumeister
fd07bdfd1c Update to 1.1.14
Sponsored by:	Netzkommune GmbH
2019-08-02 07:09:27 +00:00
Tobias Kortkamp
b93103b2e5 textproc/ripgrep: Update to 11.0.2
Changes:	https://github.com/BurntSushi/ripgrep/releases/tag/11.0.2
PR:		239592
Approved by:	maintainer
2019-08-02 06:44:36 +00:00
Yuri Victorovich
45870c4e1c x11-toolkits/libdazzle: Update 3.28.5 -> 3.33.4
Reported by:	portscout
2019-08-02 06:39:05 +00:00
Jochen Neumeister
21812dac68 Update to 8.2.5
Sponsored by:	Netzkommune GmbH
2019-08-02 06:31:22 +00:00
Yuri Victorovich
1a8b8e1d5c science/jmol: Update 14.29.46 -> 14.29.49
Reported by:	portscout
2019-08-02 06:29:26 +00:00
Matthew Seaman
baab6eb041 Update to 2.9
ChangeLog: https://github.com/2ndquadrant-it/barman/blob/master/ChangeLog

Notably this update introduces support for the new recovery/standby
handling in postgresql-12, plust a number of other fixes and
improvements.
2019-08-02 06:26:40 +00:00
Jochen Neumeister
cb1d61ec87 Update to 7.5.14
Sponsored by:	Netzkommune GmbH
2019-08-02 06:25:45 +00:00
Yuri Victorovich
c1574e71a4 dns/coredns: Update 1.6.0-9 -> 1.6.1
Reported by:	portscout
2019-08-02 06:21:45 +00:00
Yuri Victorovich
f74742f7f8 dns/amass: Update 3.0.25 -> 3.0.27
Reported by:	portscout
2019-08-02 06:18:28 +00:00
Yuri Victorovich
995cc03604 audio/calf-lv2: Update 0.90.1 -> 0.90.3; Unbreak; Add workaround for the clang-8 failure.
Reported by:	portscout
2019-08-02 06:09:58 +00:00
Yuri Victorovich
6afc243ea6 audio/linuxsampler: Update 2.1.0 -> 2.1.1
Reported by:	portscout
2019-08-02 05:57:53 +00:00
Yuri Victorovich
93f1fa5536 audio/libgig: Update 4.1.0 -> 4.2.0
Reported by:	portscout
2019-08-02 05:57:16 +00:00
Yuri Victorovich
6768121462 comms/bladerf: Update 2018.12 -> 2019.07
Reported by:	portscout
2019-08-02 05:04:15 +00:00
Yuri Victorovich
79f3007616 devel/py-toolz: Update 0.9.0 -> 0.10.0
Reported by:	portscout
2019-08-02 05:00:35 +00:00
Yuri Victorovich
37f5616440 devel/py-plac: Update 1.0.0 -> 1.1.0
Reported by:	portscout
2019-08-02 04:57:17 +00:00
Jan Beich
3e8363b2c8 net/waypipe: update to 0.4.0
Changes:	https://gitlab.freedesktop.org/mstoeckl/waypipe/compare/v0.3.0...v0.4.0
2019-08-02 04:33:13 +00:00
Jan Beich
c53e7310c5 x11-toolkits/wlroots: add CONSOLEKIT option
Allows to avoid root and direct session bugs. Upstream wants a more
lightweight solution but when that will materialize isn't clear.

Requires D18754 at runtime.
2019-08-02 04:33:04 +00:00
Jan Beich
f9e9334670 x11-toolkits/wlroots: phase out LLD_UNSAFE
-CURRENT/-STABLE snapshots with Clang/LLD 7.0.* are already EOL i.e.,
not worth maintaining conditionals for.
2019-08-02 04:32:54 +00:00
Yuri Victorovich
788755f40b audio/py-pysndfile: 1.3.3 -> 1.3.7
Reported by:	portscout
2019-08-02 04:07:46 +00:00
Piotr Kubaj
1b7629e6f6 emulators/stella: unbreak on armv*
Tested natively on armv7.

Approved by:	mentors (implicit approval)
2019-08-01 23:31:43 +00:00
Brooks Davis
9409eb97ab Address a code generation bug that could allow the ARM stack protector
to be bypassed.

This change merges upstream r366369, r366371, and r267068 (minus some
test improvements).

Also:
 - Address bugs breaking the build with all options disabled. [0]
 - Pin the python version to 3.6 rather than 2.7.

PR:		239503 [0]
Security:	https://kb.cert.org/vuls/id/129209
2019-08-01 23:27:30 +00:00
Bradley T. Hughes
3163f8d9e9 www/node10: Update 10.16.0_1 => 10.16.1
https://nodejs.org/en/blog/release/v10.16.1/

While here, refresh patches with `make makepatch`.

Sponsored by:	Miles AS
2019-08-01 23:03:00 +00:00
Dan Langille
25bb2e697b HEADS UP: the data directory is moving from /var/spool to /var/db
to confirm to man hier.  An entry has been added to UPDATING.

Other changes:

* configuration file is now chmod 640
* data diretory is now chmod 750
* create the missing /var/run/ot-recorder for the PID
2019-08-01 22:16:42 +00:00
Jan Beich
ee4c1795cb x11/controllermap: update to 2.0.10 (nop)
Changes:	https://hg.libsdl.org/SDL/log/release-2.0.10/test/controllermap.c
2019-08-01 22:08:52 +00:00