Commit Graph

524660 Commits

Author SHA1 Message Date
Torsten Zuehlsdorff
1061308ba7 Welcome PHP 8.0 RC 2 to the ports tree
There are many greater changes including:
- json is now part of core
- xmlrpc is removed
- More than 150 backward incompatible changes

Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING

Reviewed by:	ale, mfechner, Pascal Christen
Sponsored by:	PHP Update Service
Differential Revision:	https://reviews.freebsd.org/D26848
2020-10-21 22:58:51 +00:00
TAKATSU Tomonari
93f3c1aa06 - Update to 0.10.1.0.0 2020-10-21 22:49:51 +00:00
TAKATSU Tomonari
dacef6c8a5 - Update to 0.4.2 2020-10-21 22:29:41 +00:00
TAKATSU Tomonari
7fb82836a2 - Update to 0.7.2 2020-10-21 22:10:18 +00:00
Sergey A. Osokin
2ed3f35b89 Introduce the UNIT_MODNAME variable.
Since this is just an infrastructure change, do not bump
PORTREVISION.
2020-10-21 21:59:57 +00:00
Gerald Pfeifer
0327998eb5 Update to the 20201018 snapshot of GCC 11.0.0. 2020-10-21 21:59:40 +00:00
Rene Ladan
4facd1f647 graphics/dspdfviewer: fix sanity checks
Pointy hat:	rene
Reported by:	dvl
2020-10-21 21:27:41 +00:00
Sergey A. Osokin
780c77b9d5 It's possible to build an NGINX Unit module without
a unitd binary build, so skip unit binary build to
be more green.

Bump PORTREVISION.

Suggested by:	Valentin Bartenev <ne@vbart.ru>
2020-10-21 20:58:31 +00:00
Piotr Kubaj
26ba2bb59c misc/iio-oscilloscope: fix build on GCC architectures
Use C11 compiler:
cc1: warnings being treated as errors
In file included from /usr/local/include/glib-2.0/glib/gthread.h:34,
                 from /usr/local/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/local/include/glib-2.0/glib.h:32,
                 from /usr/local/include/glib-2.0/gmodule.h:28,
                 from /wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.11-master/iio_utils.h:11,
                 from /wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.11-master/iio_utils.c:1:
/usr/local/include/glib-2.0/glib/gutils.h:336: warning: 'GVoidFunc' is deprecated

Also remove previous patches that fixed build with base GCC of previous version of the port.

MFH:		2020Q4 (fix build blanket)
2020-10-21 20:54:05 +00:00
Piotr Kubaj
0b12e7b7a5 graphics/waifu2x-ncnn-vulkan: fix build on powerpc*
Merge 7ace8a933d

MFH:		2020Q4 (fix build blanket)
2020-10-21 20:30:15 +00:00
Rene Ladan
d92a05ecc8 sysutils/ebsnvme-id: simplify check for supported versions after 11.3 EOL
Phabricator:	D26646
2020-10-21 20:22:35 +00:00
Rene Ladan
ccc6e1cbbc graphics/linux-c7-libdrm: simplify check for supported versions after 11.3 EOL 2020-10-21 20:21:19 +00:00
Jochen Neumeister
29ae3c1e79 Update to 0.76.5
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.76.5

PR:		250389
Submitted by:	maintainer
Sponsored by:	Netzkommune GmbH
2020-10-21 20:20:03 +00:00
Rene Ladan
8eda9af04a graphics/dspdfviewer: simplify logic for -Wno-error=extra-semi-stmt
I first bogusly added OSVERSION < 1300000 at the end, but in hindsight
and from looking at svnweb the version logic after 11.3 EOL is
v >= 1300014 || (v in 1104000 .. 1200000) || v >= 1201000
==
(v in 1104000 .. 1200000) || v >= 1201000
==
(v >= 1200000 && v < 1201000)

So the port should not relax the check on (early) 12.0, which we can as
well leave out.

While here, add a note about upstream #191 still being open.

Phabricator:	D26646
2020-10-21 20:19:48 +00:00
Sergey A. Osokin
86fc778c69 Make the NGINX Unit modules depend on www/unit, that
helps to be more consistent during an upgrade.

Bump PORTREVISIONs.
2020-10-21 19:37:31 +00:00
Piotr Kubaj
d7ccea4458 devel/redo: fix build on GCC architectures
Use C++11 compiler:
popt.h:124: error: 'nullptr' was not declared in this scope

MFH:		2020Q4 (fix build blanket)
2020-10-21 19:27:51 +00:00
Rene Ladan
193520e22a www/falkon: clean up note only relevant for FreeBSD 11.2 and earlier.
Phabricator:	D26646
2020-10-21 19:27:41 +00:00
Rene Ladan
28b60e2f66 graphics/drm-fbsd11.2-kmod: update pkg-descr that this port is for FreeBSD 11.4
Phabricator:	D26646
2020-10-21 19:22:35 +00:00
Niclas Zeising
af77ce1911 cad/iverilog: Update to 11.0
Update cad/iverilog to 11.0.  The first release in the 11 branch.
2020-10-21 19:21:40 +00:00
Rene Ladan
1022ecc5b1 emulators/i386-wine: adjust supported versions check after FreeBSD 11.3 EOL 2020-10-21 19:07:38 +00:00
Rene Ladan
72b7f61e58 emulators/i386-wine-devel: adjust check for supported versions after 11.3 EOL
Phabricator:	D26646
2020-10-21 19:06:43 +00:00
Piotr Kubaj
bac074f281 graphics/jp2a: fix build on GCC architectures
Use C99 mode:
image.c:815: error: 'for' loop initial declaration used outside C99 mode
2020-10-21 18:49:58 +00:00
Josh Paetzel
63a41f899a Fix an issue where the rc.d script can error out because it was run before ldconfig
PR:	250407
Submitted by:	dim
Sponsored by:	Panzura
2020-10-21 18:47:28 +00:00
Piotr Kubaj
abb7b7ac41 net-im/pidgin-sipe: fix build on GCC architectures
New glib needs newer GCC.
2020-10-21 18:46:25 +00:00
Piotr Kubaj
aef7e01849 x11-wm/wmakerconf: fix build on GCC architectures
Explicitly link to libintl to fix linking.
2020-10-21 18:22:32 +00:00
Niclas Zeising
d5b994cd83 x11-fonts/fonttosfnt: Update to 1.2.0
Updatge x11-fonts/fonttosfnt to 1.2.0
Changelog:
https://lists.x.org/archives/xorg-announce/2020-October/003062.html
2020-10-21 17:52:19 +00:00
Bernard Spil
4da49b9a15 security/vuxml: Document 2020Q4 MySQL vulnerabilities 2020-10-21 17:32:05 +00:00
Sergey A. Osokin
e7ed1e408e Update the dependency list.
Bump PORTREVISION.

Requested by:	Valentin Bartenev <ne@vbart.ru>
2020-10-21 17:22:40 +00:00
Piotr Kubaj
ccfdb90dee games/darkplaces: fix build on GCC architectures
Use newer GCC:
../../../glquake.h:855: error: redefinition of typedef 'GLchar'
2020-10-21 17:16:30 +00:00
Li-Wen Hsu
5d1a2ba5da x11-fonts/jetbrains-mono: Update to 2.200 2020-10-21 17:06:19 +00:00
Piotr Kubaj
d7cb74d9e0 graphics/mesa-devel: fix build on big-endian architectures
byteswap.h and bswap_32() don't exist on FreeBSD.
2020-10-21 17:01:47 +00:00
Sergey A. Osokin
4a0482f68b Remove renamed port. 2020-10-21 16:18:00 +00:00
Sergey A. Osokin
753da27e44 Repo-copy www/py-unit to www/unit-python to be more consistent
with the naming convention.
Update www/unit-python to build with new name.
Disconnect www/py-unit from the build.
2020-10-21 15:54:22 +00:00
Sergey A. Osokin
5ad602699b Add ruby module for NGINX Unit. 2020-10-21 15:43:44 +00:00
Piotr Kubaj
19cf89707b www/varnish-modules: fix build on GCC architectures
cc1: warnings being treated as errors
vmod_bodyaccess.c: In function 'vmod_hash_req_body':
vmod_bodyaccess.c:205: warning: 'VSB_delete' is deprecated (declared at /usr/local/include/varnish/vsb.h:79)
vmod_bodyaccess.c: In function 'vmod_rematch_req_body':
vmod_bodyaccess.c:278: warning: 'VSB_delete' is deprecated (declared at /usr/local/include/varnish/vsb.h:79)
2020-10-21 13:59:07 +00:00
Baptiste Daroussin
45f62b8503 update to 1.15.99.6
Changes from 1.15.99.5 to 1.15.99.6
- lots of keywords improvements:
  * validation: lua script to validate the keyword line
  * deprecated: boolean to mark a keyword as deprecated
  * deprecation_message: message if deprecated
  * actions_script: script version of 'actions' in lua
  * lua scripts: now can have real arguments instead of
  pre-expended ones
2020-10-21 12:55:33 +00:00
Alex Dupre
cc744539fc Update to 1.4.1 release. 2020-10-21 12:41:50 +00:00
Kurt Jaeger
f716807843 net/openbgpd6: update 6.6.0 -> 6.8.0, fix -fno-common
6.8.0:
- In bgpctl(8), the "reload" command now takes a 'reason' argument
  to use as Administrative Shutdown Communication to its neighbors.
- Added bgpctl(8) support for VPNv6 in the family option of the
  "show rib" command.
- Added bgpctl(8) support for JSON formatted output in various
  "show" commands.
- Support to build OpenBGPD on Alpine Linux added

6.7.0:
- Add initial support for JSON output in bgpctl(8).
- Allow setting both IPv4 and IPv6 local-addresses at the same
  time in bgpd.conf group blocks.  Introduced 'no local-address'
  to reset a previously set local address.
- Properly aggregate duplicate bgpd(8) roa table prefix/source-as
  combinations into a single entry with the longest maxlen length.
- Implemented bgpd.conf(5) max-prefix NUM out to limit the number
  of announced prefixes, avoiding leaks of full tables to upstreams
  and peers.
- Extended bgpctl(8) 'show neighbor' to include the received and set
  prefix count, as well as the max-prefix out limit if set.
- Improved reporting of notifications to include the suberror cause.
- Also report the last received error cause in bgpctl(8) show neighbor
  output.
- Fix softreconfig out handling to also work for neighbors using
  'export default-route'.
- Mark stale prefixes in the Adj-RIB-Out so that graceful reload
  operates properly.
- Made it possible to build OpenBGPD-portable with bison. There is
  no longer the need to use byacc on Linux distributions.
- Support for --runstatedir to specify the location of the bgpctl.sock.
- Cleaned up configure script for better protability.

See also:
  https://github.com/openbgpd-portable/openbgpd-portable/issues/8

PR:		250274
2020-10-21 11:53:35 +00:00
Christian Weisgerber
2a5bf4946f Update to 0.43. User-visible changes:
- do not treat the -h and -V flags as errors
- fix a bug where 'got status' showed an unchanged empty file as changed
- properly handle nonexistent remote repository names given to 'got fetch'
2020-10-21 11:33:23 +00:00
Piotr Kubaj
0adaa54209 security/helib: disable -march=native
Also fixes a build issue on powerpc64/12.1-RELEASE:
g++9: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'?
2020-10-21 11:18:25 +00:00
Piotr Kubaj
662b7bbca6 games/crispy-doom: fix build on GCC architectures
Use C99:
am_map.c:628: error: 'for' loop initial declaration used outside C99 mode
2020-10-21 10:44:12 +00:00
Rainer Hurling
5ce2537e57 lang/duktape and lang/duktape-lib: Update to 2.6.0
- Use CC and CFLAGS from ports framework
- Don't install debug library
- Bump PORTREVISION of www/edbrowse (has lang/duktape-lib as dependency)

Changelog: https://github.com/svaarala/duktape/blob/master/releases/releases.yaml

PR:		250358, 250359
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D26881
2020-10-21 10:26:21 +00:00
Piotr Kubaj
d285a9364e net-im/purple-slack: remove -Werror to fix build with gcc
Reported and fixed in https://github.com/dylex/slack-libpurple/issues/68
2020-10-21 10:16:30 +00:00
Dmitry Marakasov
6b4617df33 - Update WWW
Approved by:	portmgr blanket
2020-10-21 09:37:12 +00:00
Pietro Cerutti
62c1f0cfa1 irc/bitlbee-facebook: update to 1.2.1
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.2.1
2020-10-21 09:02:33 +00:00
Rene Ladan
3bef911e92 Document new vulnerabilities in www/chromium < 86.0.4240.111
Obtained from:	https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop_20.html
2020-10-21 08:22:19 +00:00
Jimmy Olgeni
8c76fa4f07 Update devel/kerl to version 2.0.1. 2020-10-21 08:02:43 +00:00
Baptiste Daroussin
fe2ba86ba5 Update to 1.15.99.5
changes:
- New feature: @include for plist
- internal only: remove utstring in favor of posix open_memstream
- plenty of small memory improvements
2020-10-21 07:25:50 +00:00
Koichiro Iwao
9178831d6e devel/py-oci: Update to 2.23.1
PR:		250501
Submitted by: 	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.23.1
2020-10-21 06:30:53 +00:00
Loïc Bartoletti
31bfacaf30 cad/py-ezdxf: Update to 0.14.2
Changelog:
  - https://ezdxf.mozman.at/release-v0-14.html

PR:		250483
Submitted by:	Neal Nelson (Maintainer)
2020-10-21 05:11:50 +00:00