1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

504368 Commits

Author SHA1 Message Date
Wen Heping
12b1c1ce7a - Update to 4.9.0 2020-04-13 03:10:07 +00:00
Wen Heping
3de765076d - Update to 1.15.1 2020-04-13 02:43:37 +00:00
Stephen Montgomery-Smith
0faeeb9b66 - Update to 1.7.9. 2020-04-13 02:37:56 +00:00
Diane Bruce
93a24869bf Although qt5-quickcontrols2 is already a dependency,
qt5-quickcontrols is needed.

PR:		ports/245581
Submitted by:	meka@tilda.center
2020-04-12 23:04:13 +00:00
Bradley T. Hughes
25803ef6b4 www/node10: add missing pkg-plist entries
Node.js 10.20.1 includes a newer bundled version of OpenSSL, which
installs more headers when BUNDLED_SSL is enabled. Add these headers.

Sponsored by:	Miles AS
2020-04-12 22:56:39 +00:00
Bradley T. Hughes
20b0ec4eca www/node: Update 13.10.1_1 -> 13.12.0
https://nodejs.org/en/blog/release/v13.11.0/
https://nodejs.org/en/blog/release/v13.12.0/

Sponsored by:	Miles AS
2020-04-12 22:02:32 +00:00
Bradley T. Hughes
bf1d4406e6 www/node12: Update 12.16.1_1 -> 12.16.2
https://nodejs.org/en/blog/release/v12.16.2/

Sponsored by:	Miles AS
2020-04-12 22:00:57 +00:00
Bradley T. Hughes
4dabef788d www/node10: Update 10.19.0_1 -> 10.20.1
https://nodejs.org/en/blog/release/v10.20.0/
https://nodejs.org/en/blog/release/v10.20.1/

Sponsored by:	Miles AS
2020-04-12 21:58:55 +00:00
Bradley T. Hughes
35b516aacc devel/awscli: Update 1.16.270 -> 1.18.39
Sponsored by:	Miles AS
2020-04-12 21:56:31 +00:00
Bradley T. Hughes
8286770af1 net/py-s3transfer: Update 0.2.1 -> 0.3.3
Sponsored by:	Miles AS
2020-04-12 21:55:56 +00:00
Bradley T. Hughes
1bb9c9d602 devel/py-botocore: Update 1.13.6 -> 1.15.39
Sponsored by:	Miles AS
2020-04-12 21:55:26 +00:00
Guido Falsi
56e6c8f76c Fix USES=gl usage. remove BROKEN. 2020-04-12 21:34:28 +00:00
Dmitri Goutnik
0ef4e9ec3d New port: devel/git-bug
Fully featured git bug tracker that:

* Is fully embeded in git: you only need
  your git repository to have a bug tracker.
* Is distributed: use your normal git remote
  to collaborate, push and pull your bugs!
* Works offline: in a plane or under the sea?
  Keep reading and writing bugs!
* Prevents vendor lock-in: your usual service
  is down or went bad? You already have a full backup.
* Is fast: listing bugs or opening them is a matter
  of milliseconds.
* Doesn't pollute your project: no files are added
  in your project.
* Integrates with your tooling: use the UI you like
  (CLI, terminal, web) or integrate with your existing
  tools through the CLI or the GraphQL API.
* Bridges to other bug trackers: use bridges to import
  and export to other trackers.

WWW: https://github.com/MichaelMure/git-bug

PR:		245578
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-04-12 21:32:42 +00:00
Dmitri Goutnik
2c6e32fee0 New port: net/k6
Modern load testing tool for developers and testers in the
DevOps era, building on Load Impact's years of experience
in the load and performance testing industry. It provides
a clean, approachable scripting API, local and cloud
execution, and flexible configuration.

WWW: https://k6.io/

PR:		245082
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-04-12 20:54:57 +00:00
Dmitri Goutnik
904b7a297b New port: net/hblock
POSIX-compliant shell script, designed for Unix-like systems,
gets a list of domains that serve ads, tracking scripts and
malware from multiple sources and creates a hosts file that
prevents your system from connecting to them.

WWW: https://github.com/hectorm/hblock

PR:		242466
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-04-12 20:26:31 +00:00
Conrad Meyer
6a23bfc35e x11/libxfce4menu: Fix leaked keygrabs when layout changes
As diagnosed by Jethro Nederhof, xfce-shortcuts-grabber.c attempts to update
grabbed key shortcuts when xkeyboard layout changes. Unfortunately, it had no
memory of which keycodes it has actually grabbed. Instead, it attempted to
ungrab the *new* keycode, which obviously doesn't actually ungrab those codes.

This went unnoticed for some time, probably because nothing collided with
important keys. Recently, a default PrintScreen shortcut was added to Xfce,
which for whatever reason seems to collide with Up in initial layout. When the
kbd layout changes, the shortcut ungrabs the *new* Printscreen keycode and then
re-grabs the same keycode, leaving the Up keycode grabbed.

Fix this by giving xfce-shortcuts-grabber some memory of which keycodes it has
grabbed. When it grabs a key, it remembers the keycode it grabbed in the
XfceKey object. When it ungrabs a key, it ungrabs the keycodes in the XfceKey
object, rather than those for the new keyboard layout.

PR:		244290
Reported by:	Aryeh Friedman <aryeh.friedman AT gmail.com>, many others
Approved by:	madpilot
Differential Revision:	https://reviews.freebsd.org/D24338
2020-04-12 20:23:56 +00:00
Dmitri Goutnik
b9fd8f17a4 New port: textproc/trdsql
Command-line tool allowing you to easily interface
between CSV, LTSV, JSON and TBLN with SQL queries
which can output to various formats.

WWW: https://github.com/noborus/trdsql

PR:		245513
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-04-12 20:16:31 +00:00
Guido Falsi
36aa709449 Update xfce4-settings to 4.14.3 2020-04-12 19:37:18 +00:00
Guido Falsi
0ed4369ef1 Update gnucash and gnucash-docs to 3.10 2020-04-12 19:36:46 +00:00
Antoine Brodin
c5080a244c Mark BROKEN: need to specify gl component with USE_GL 2020-04-12 19:30:29 +00:00
Antoine Brodin
0f577fc174 Mark BROKEN: unknown USES=glu
Reported by:	pkg-fallout
2020-04-12 19:24:21 +00:00
Tobias C. Berner
01c3e09bd2 x11-wm/herbstluftwm update to 0.8.0
Port changelog:
	- use cmake build system
	- added textproc/asciidoc build depend
	- use xrandr
	- remove shell completions option as Porter's Handbook suggests

Program changelog (https://herbstluftwm.org/news.html):
	- single window floating (every client has an attribute floating which
	  can be set at run time and via the rule consequence floating=on)
	- monitor detection via xrandr
	- detection of external panels
	- new commands: apply_rules, drag, export
	- new client attribute: keys_inactive (negation of keymask)
	- some minor improvements and bug fixes

PR:		245527
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2020-04-12 19:20:30 +00:00
Lorenzo Salvadore
8b78f94cbd devel/upnp: Update to 1.12.1
- Fix bug about setsockopt(IP_MULTICAST_IF) on 64-bit CPUs.
- Stop using usleep when using newer POSIX C source as it is now deprecated.
- Add Os/UserAgent information to UpnpActionRequest and UpnpFileInfo.
- Add CtrlPtIPAddr to UpnpFileInfo class.
- List: Add extern C for C++ users.

Approved by:	tcberner (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D24382
2020-04-12 19:14:39 +00:00
Yuri Victorovich
37ad77c5cb www/authelia: Update 4.13.0 -> 4.13.1
Reported by:	portscout
2020-04-12 19:09:46 +00:00
Yuri Victorovich
f144129e68 editors/quilter: Update 2.2.2 -> 2.2.3
Reported by:	portscout
2020-04-12 19:05:11 +00:00
Yuri Victorovich
872839ef39 math/gretl: Update 2020a -> 2020b
Reported by:	portscout
2020-04-12 19:04:01 +00:00
Yuri Victorovich
fbe8c8c48c net-im/qTox: Update 1.16.3-784 -> 1.16.3-882 2020-04-12 19:03:28 +00:00
Tobias C. Berner
98ec3dd0e1 astro/opencp: remove manual man compression 2020-04-12 18:37:44 +00:00
Tobias C. Berner
6626339318 astro/opencpn: Update to 5.0.0
PR:		243447
Submitted by:	ml@netfence.it (maintainer)
2020-04-12 18:24:17 +00:00
Bryan Drewery
d2fa2ad4f8 - Update compiler list
- Symlink to compiler-cpp where appropriate but not raw 'cpp' as the default
  compiler packages don't consistently provide that command.
2020-04-12 18:19:07 +00:00
Tobias C. Berner
f3f5ed99c9 net/findomain: Update to 1.5.0
Changelog:
 * https://github.com/Edu4rdSHL/findomain/releases/tag/1.5.0

PR:		245549
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-04-12 17:27:41 +00:00
Joe Marcus Clarke
775140d73e Update to 3.2.3.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.3.html for a list of
what's changed in this release.
2020-04-12 17:18:20 +00:00
Adam Weinberger
3b53afe37d mojolicious: Expand the scope of the tests 2020-04-12 17:01:29 +00:00
Tobias C. Berner
19e45d4ce0 textproc/csvq: Update to 1.12.5
PR:		245548
Submitted by:	Lewis Cook <vulcan@wired.sh>  (maintainer)
2020-04-12 16:45:20 +00:00
Tobias C. Berner
f9cda9a516 audio/mixertui: Update to 1.0
CHANGELOG:
 * fix: UI bugs (bar background and select device)
 * add: KEY_HOME to set volume to 100 %
 * add: libsysctlmibinfo2 dep, so in the port Makefile:
        add LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2

PR:		245569
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>  (maintainer)
2020-04-12 16:41:22 +00:00
Craig Leres
06fa50c3e4 dns/dsc: Improve out-of-box behavior
(From the PR) The sample configuration refers to an invalid PID
file location, and a non-existent data directory.

 - Set PID file location to match RC script default
 - Create default data directory
 - While here, drop dependency on dns/dsp, which is not required
   to collect stats

PR:		245141
Submitted by:	John W. O'Brien
Approved by:	Leo Vandewoestijne (maintainer timeout, 2 weeks)
2020-04-12 16:35:38 +00:00
Tobias C. Berner
b43e22eaa5 devel/py-Js2Py: updte to 0.69 2020-04-12 16:32:17 +00:00
Thierry Thomas
dc57ad6e75 Fix on i386, by using Gcc.
Unfortunately, SuiteSparse is now hit by the problem listed in PR 230888
(missing support of libatomic).

Reported by:	pkgfallout via antoine@
2020-04-12 16:18:49 +00:00
Rodrigo Osorio
f1dca9e0b0 www/fcgiwrap: wait for fcgiwrap named socket creation before chown
In certain circumstances postcmd function is called before
named sockets be created by fcgiwrap, causing a startup
failure. This change leave up to 5 seconds to fcgiwrap to
properly start.

Bump PORTREVISION.

PR:		219753
Reported by:	Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
2020-04-12 16:17:49 +00:00
Adam Weinberger
d47ef88916 vim: Fix environment contamination from libcanberra
Vim will link against libcanberra if it's present, leading to an
undeclared link and breakage risk if canberra is removed. It only really
makes sense for it to do this during a gnome build, so explicitly
enable it there and disable it elsewhere.

PR:		245460
Reported by:	Andy Mender
MFH:		2020Q2
2020-04-12 16:10:58 +00:00
Piotr Kubaj
1fead13002 net-im/ejabberd: fix build on GCC architectures
GCC 4.2 doesn't support LTO:
cc1: error: unrecognized command line option "-flto"
2020-04-12 16:09:40 +00:00
Olivier Cochard
991b705588 Add 'service frr onerestart all' usage.
PR:		245480
Submitted by:	Joe Greco <jgreco@ns.sol.net>
2020-04-12 16:00:59 +00:00
Matthias Andree
32a0d51b46 security/openvpn-devel: update to 2020-W15 snapshot
Update openvpn-devel port to the 2020-W15 snapshot
(Changes from upstream's Git):

* 05229fb5 2020-04-07 | OpenSSL: Fix --crl-verify not loading multiple
			CRLs in one file [Maxim Plotnikov]
* e23fb6b8 2020-04-03 | Fix off-by-one in tls-crypt-v2 client wrapping
			with custom metadata [Arne Schwabe]

PR:		245573
Submitted by:	ecrist@secure-computing.net (maintainer)
2020-04-12 15:57:04 +00:00
Piotr Kubaj
135e99a690 audio/cli-visualizer: don't set -march=native
-march=native will break build on some platforms and runtime on others.

MFH:		2020Q2 (fix build blanket)
2020-04-12 14:53:38 +00:00
Jason W. Bacon
4d0b3ef046 science/dlpoly-classic: Change dependency to openmpi3
This is only a quick unbreak revision.  The port badly needs an upgrade to the
latest version on Gitlab.

PR:             ports/245564
Reported by:    danilo
2020-04-12 14:31:17 +00:00
Piotr Kubaj
dcf608e829 math/ascent: fix build on GCC architectures
C++17 compiler is necessary:
  The compiler feature "cxx_std_17" is not known to CXX compiler

  "GNU"

  version 4.2.1.
2020-04-12 14:28:06 +00:00
Kai Knoblich
aec7a8c70e finance/bitcoinnodestats:
* Upstream no longer maintains the project and the port isn't compatible
  with Django 2.2 or newer.  Thus mark the port as DEPRECATED and set an
  expiration date.
2020-04-12 13:40:24 +00:00
Kai Knoblich
15d1a2050b www/py-dj22-django-extensions: Update to 2.2.9
* Mark it as DEPRECATED because the port is obsolete since r531517.

  Don't set an expiration date for now as the port is still required by
  deskutils/py-paperless and few more Django 1.11 ports need to be assigned
  to Django 2.2 first.

Changelog:

https://github.com/django-extensions/django-extensions/blob/2.2.9/CHANGELOG.md

PR:		245357
Reviewed by:	wen
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)
2020-04-12 13:37:42 +00:00
Kai Knoblich
39253adb32 www/py-django-extensions: Update to 2.2.9
* Assign the port to Django 2.2 (current LTS release) as Django 1.11 is
  End-of-Life since April.

Changelog:

https://github.com/django-extensions/django-extensions/blob/2.2.9/CHANGELOG.md

PR:		245357
Reviewed by:	wen
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)
2020-04-12 13:34:09 +00:00
Tobias Kortkamp
c4dd95a976 databases/sequeler: Update to v0.7.9
Changes:	https://github.com/Alecaddd/sequeler/releases/tag/v0.7.9
2020-04-12 13:09:34 +00:00