Commit graph

450080 commits

Author SHA1 Message Date
Gerald Pfeifer
649969e00d Update to Wine 3.12. This includes the following changes:
- Unicode data updated to Unicode 11.0.0.
 - Proxy configuration dialog in the Internet control panel.
 - Syntax fixes in the Cmd.exe command intepreter.
 - Some more glyphs in the Wingdings font.
 - Various bug fixes.

Align the sorting of MASTER_SITES with the emulators/wine port again,
now that SF is regularly updated again.
2018-07-11 14:46:38 +00:00
Gerald Pfeifer
fa6b5eafde Update to the 2018070055 snapshot of GCC 7.3.1. 2018-07-11 14:44:22 +00:00
Gerald Pfeifer
10ccb573fe Update to the 20180708 snapshot of GCC 9. 2018-07-11 14:43:45 +00:00
Fukang Chen
c12dd5191d devel/py-pytest: Update to 3.6.2
https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst

- Update PORTVERSION and distinfo checksum to 3.6.2
- Add devel/py-more-itertools [0] and devel/py-atomicwrites [1] to RUN_DEPENDS
- Add shells/bash [2] to TEST_DEPENDS
- Change test target to run pytest, setup.py test has been removed [3]

[0] 25399da904
[1] aa95a425d7
[2] https://github.com/pytest-dev/pytest/blob/master/testing/test_argcomplete.py
[3] c1d9ca81df

Reviewed by:	koobs
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D16124
2018-07-11 14:20:02 +00:00
Eugene Grosbein
ba61726e65 Minor update for sysutils/cpupdate:
- sync with Intel's microcode-20180703.tgz;
- sync with platomav/CPUMicrocodes MCE DB r74.1

No package changes, so no PORTREVISION bump.
2018-07-11 14:20:02 +00:00
Ryan Steinmetz
505860f6a3 - Update to 3.4.25 2018-07-11 14:03:27 +00:00
Sean Bruno
df792b3012 sysutils/devcpu-data:
- Update Intel microcode to 0703 release.

-- intel-ucode-with-caveats/ --
This directory holds microcode that might need special handling.
BDX-ML microcode is provided in directory, because it need special commits in
the Linux kernel, otherwise, updating it might result in unexpected system
behavior.
OS vendors must ensure that the late loader patches (provided in
linux-kernel-patches\) are included in the distribution before packaging the
BDX-ML microcode for late-loading.

== 20180703 Release ==
-- Updates upon 20180425 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- updated platforms ------------------------------------
SNB-EP       C1       6-2d-6/6d 0000061c->0000061d Xeon E5
SNB-EP       C2       6-2d-7/6d 00000713->00000714 Xeon E5
IVT          C0       6-3e-4/ed 0000042c->0000042d Xeon E5 v2;
  Core i7-4960X/4930K/4820K
IVT          D1       6-3e-7/ed 00000713->00000714 Xeon E5 v2
HSX-E/EP/4S  C0       6-3f-2/6f 0000003c->0000003d Xeon E5 v3
HSX-EX       E0       6-3f-4/80 00000011->00000012 Xeon E7 v3
SKX-SP/D/W/X H0       6-55-4/b7 02000043->0200004d Xeon Bronze 31xx,
  Silver 41xx, Gold 51xx/61xx Platinum 81xx, D/W-21xx; Core i9-7xxxX
BDX-DE       A1       6-56-5/10 0e000009->0e00000a Xeon D-15x3N
---- intel-ucode-with-caveats/ ----------------------------
BDX-ML       B/M/R0   6-4f-1/ef 0b00002c->0b00002e Xeon E5/E7 v4; Core i7-69xx/68xx

Reviewed by:	swills
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D16209
2018-07-11 13:59:50 +00:00
Glen Barber
4c7a4fdebf Fix build.
Sponsored by:	The FreeBSD Foundation
2018-07-11 13:50:00 +00:00
Dave Cottlehuber
06f379b2e2 security/vuxml: add CVE for Apache CouchDB 1.7.2 (databases/couchdb)
Approved by:	jrm
Differential Revision:	https://reviews.freebsd.org/D16212
2018-07-11 13:09:47 +00:00
Renato Botelho
081ac04600 Update devel/hub to version 2.5.0 and:
* adds LICENSE_FILE;
* pulls USES=go to build the port - without adding Go libs;
* removes shells/bash as BUILD_DEPENDS;
* presents Options Helpers to the Makefile
* offers a new shell completion for shells/fish.

Once shells/bash was NOT present in RUN_DEPENDS, its completions options is
NOT enabled by default.

PR:		229631
Submitted by:	maintainer
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D16194
2018-07-11 13:08:45 +00:00
Renato Botelho
06f67f420b - Fix build with PCRE using --with-pcre1 configure option since git moved
default --with-pcre to use version 2
- Add a new OPTION PCRE2 to let it build with devel/pcre2
- Bump PORTREVISION

PR:		229366
Submitted by:	mat
MFH:		2018Q3
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-07-11 13:03:59 +00:00
Jan Beich
1ed682112d graphics/mapnik: unbreak with boost 1.68
In file included from src/save_map.cpp:40:
include/mapnik/image_filter.hpp:166:23: error: no member named 'bits32f' in namespace 'boost::gil'
    using boost::gil::bits32f;
          ~~~~~~~~~~~~^
include/mapnik/image_filter.hpp:168:5: error: unknown type name 'bits32f'
    bits32f out_value =
    ^
In file included from deps/agg/src/agg_pixfmt_rgba.cpp:7:
deps/boost/gil/extension/toolbox/hsv.hpp:47:35: error: too few arguments provided to function-like macro invocation
GIL_DEFINE_ALL_TYPEDEFS( 32f, hsv )
                                  ^
/usr/local/include/boost/gil/typedefs.hpp:89:9: note: macro 'GIL_DEFINE_ALL_TYPEDEFS' defined here
        ^

PR:		229569
2018-07-11 12:50:15 +00:00
Olivier Cochard
4033a91293 Fix crash of ovs-vswitchd with 'add-br' command.
Reference: https://github.com/openvswitch/ovs-issues/issues/152

PR:		229692
Approved by:	Nikola Kolev <koue@chaosophia.net>(maintainer)
Sponsored by:	Orange
2018-07-11 12:42:02 +00:00
Steve Wills
b6f80e6214 net/google-cloud-sdk: update to 208.0.0 2018-07-11 12:25:10 +00:00
Steve Wills
1b6c8275c8 devel/rubygem-ruby-fogbugz021: create port
www/gitlab-ce needs this older version
2018-07-11 12:00:36 +00:00
Steve Wills
832adfec9a dns/dnscrypt-proxy2: update to 2.0.16
PR:		229679
Submitted by:	Vinícius Zavam <egypcio@googlemail.com> (maintainer)
2018-07-11 11:45:20 +00:00
Alexey Dokuchaev
09caedb32a - Flavorize `graphics/photivo' (Qt 4/5), Qt 5 remains the default flavor
- Unbreak on aarch64 by using correct type to hold signed 1-byte data [*]

Approved by:	portmgr (rene)
With help of:	mandree [*]
2018-07-11 11:42:31 +00:00
Steve Wills
9a69da7dbd devel/libzim: update to 4.0.0 2018-07-11 11:42:29 +00:00
Jan Beich
2f9d28d8cf net/libcmis: unbreak with boost 1.68
xml-utils.cxx:34:10: fatal error: 'boost/uuid/sha1.hpp' file not found
 #include <boost/uuid/sha1.hpp>
          ^~~~~~~~~~~~~~~~~~~~~

PR:		229569
2018-07-11 11:00:30 +00:00
Guido Falsi
01039ffa5c - Update audio/bcg729 to 1.0.4
- Get distribution from upstream gitlab repository
2018-07-11 09:47:28 +00:00
Dmitry Marakasov
57d487ff1f - Update WWW
Approved by:	portmgr blanket
2018-07-11 09:37:40 +00:00
Mathieu Arnold
69b874caed Update to v5.29.0-85-gf9e90a19b6.
Sponsored by:	Absolight
2018-07-11 09:37:05 +00:00
Mathieu Arnold
ed239a5762 Update to latest commit.
Sponsored by:	Absolight
2018-07-11 09:37:02 +00:00
Mathieu Arnold
5f2f83cc31 Update BIND9 ports to 9.11.4, 9.12.2 and 9.13.2.
Sponsored by:	Absolight
2018-07-11 09:36:54 +00:00
Dmitry Marakasov
a9a02659a8 - Add LICENSE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-07-11 09:07:40 +00:00
Dmitry Marakasov
a5fd095395 - Switch to new test framework
Approved by:	portmgr blanket
2018-07-11 08:37:43 +00:00
Emanuel Haupt
961d98f823 - Update to 1.1
- Move to GitHub
2018-07-11 07:57:42 +00:00
Lars Engels
5f39864f65 net-mgmt/aircrack-ng:
- Update to 1.3
- Remove timestamps from patchfiles
2018-07-11 07:23:55 +00:00
Yuri Victorovich
7a254353fb New port: www/onionshare: Secure and anonymous file sharing via Tor
PR:		225539
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
2018-07-11 06:45:34 +00:00
Koichiro Iwao
6722e7bb90 japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIX
japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and
japanese/p5-Lingua-JA-Numbers didn't have ja- prefix.
Set ja-p5- prefix to all Lingua ports under Japanese category.

PR:		229184
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in> (initial version)
Reviewed by:	pi, mat
Approved by:	pi (mentor)
Differential Revision:	https://reviews.freebsd.org/D16002
2018-07-11 05:50:47 +00:00
Vanilla I. Shu
e972c1b933 Update to 1.13.0. 2018-07-11 05:26:15 +00:00
Babak Farrokhi
ed303cefd8 databases/py-asyncpg: update to 0.17.0 2018-07-11 05:07:07 +00:00
Stephen Hurd
bea0f90ec2 Update to latest release, use preferred OpenSSL libs.
CQRLOG does *not* work with the version of OpenSSL in 10.4.  This only seems
to impact the LoTW integration though, so I don't think it needs to be
marked as broken with that version.

Also, update all the patches to use makepatch.
2018-07-11 04:18:37 +00:00
Yuri Victorovich
876b1a9bac New port: audio/giada: Hardcore loop machine 2018-07-11 04:13:45 +00:00
Steve Wills
e1659f3966 devel/py-widgetsnbextension: update to 3.2.1 2018-07-11 00:33:21 +00:00
Steve Wills
1014fb1e06 devel/py-ipywidgets: update to 7.2.1 2018-07-11 00:12:44 +00:00
Ruslan Makhmatkhanov
d82f072f16 Reggae - REGister Globaly Access Everywhere is a package which helps in common
DevOps tasks. It is an open source package which relays on CBSD to provide lower
level management for jails and virtual machines.

If you have ever used Vagrant or Docker Compose, Reggae is best described
as an alternative to those. It enables you easy development inside jail
while code editing is done on the host. It makes transition from
development to production easier by using provisioners. It makes host
clean of all requirements of development and puts them inside jail which
is easily stopped, started, provisioned, and destroyed.

WWW: https://github.com/cbsd/reggae

New port added with couple of changes:
1. cbsd dependency line was changed to include relative path to the cbsd binary.
   Without that poudriere fails to stage the package with
   "pkg-static: Insufficient privileges to add packages" message
2. LICENSE_FILE and NO_ARCH knobs were added
3. DATADIR variable in pkg-plist was replaced with relative path, because
   redefining of this variable on build time is not supported by reggae - it
   doesn't expect to change REGGAE_DIR var and this path is actually hardcoded
   in scripts. Corresponding portlint warnings should be ignored.

PR:		223708
Submitted by:	Goran Mekić <meka@tilda.center>
2018-07-10 22:20:36 +00:00
Stephen Montgomery-Smith
0816ffb03a - Patches so that it builds with clang-6.
PR:		ports/229662
Submitted by:	stephen@FreeBSD.org
2018-07-10 21:13:45 +00:00
Steve Wills
ace857d9b0 www/grafana5: update to 5.2.1 2018-07-10 21:10:20 +00:00
Mark Felder
ba0bb1aa85 lang/mono: Fix NLS knob
OPTIONS_SUB required for %%NLS%% in pkg-plist

Pointyhat:	me

MFH:		2018Q3
2018-07-10 20:55:32 +00:00
Grzegorz Blach
39eda9928c Mark as broken 2018-07-10 20:42:59 +00:00
Steve Wills
82309602fb www/minio: update to 2018.07.10.01.42.11 2018-07-10 20:39:25 +00:00
Yuri Victorovich
6166cb9ef9 math/gambit: Update 15.1.0 -> 15.1.1 2018-07-10 20:22:56 +00:00
Steve Wills
e8082a5a66 www/obhttpd: Update to 6.3.20180529
PR:		229672
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2018-07-10 20:22:10 +00:00
Bradley T. Hughes
292325fd47 www/node: Update 10.5.0 -> 10.6.0
https://nodejs.org/en/blog/release/v10.6.0/

Sponsored by:	Miles AS
2018-07-10 20:09:41 +00:00
Bradley T. Hughes
d614bc9838 devel/awscli: Update 1.15.45 -> 1.15.55 2018-07-10 20:08:21 +00:00
Bradley T. Hughes
1c922d68ba devel/py-botocore: Update 1.10.45 -> 1.10.54 2018-07-10 20:07:46 +00:00
Rene Ladan
9435589ce8 Remove expired ports:
2018-07-09 sysutils/logstash: End of Life was 2018-02-28
2018-07-09 textproc/kibana46: End of Life was 2018-02-28
2018-07-10 20:06:48 +00:00
Jan Beich
7202f9e9ba sysutils/osquery: unbreak with boost 1.68
osquery/core/conversions.cpp:19:10: fatal error: 'boost/uuid/sha1.hpp' file not found
 #include <boost/uuid/sha1.hpp>
          ^~~~~~~~~~~~~~~~~~~~~

PR:		229569
2018-07-10 18:50:18 +00:00
Thomas Zander
049f576e04 Update skins; add mirror
Details:
- Add mirror http://ftp.icm.edu.pl with releases archive
- Skin updates:
  Clearlooks 1.9 => 2.0
  Clearlooks-Multilingual 1.4 => 2.0.0
  Blue-Multilingual 1.5 => 1.13

PR:		229643
Submitted by:	fluffy
MFH:		2018Q3
2018-07-10 18:37:09 +00:00