1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

26205 Commits

Author SHA1 Message Date
Xin LI
ed3e78fab1 Mark BROKEN on FreeBSD 11.x. 2020-03-19 06:26:57 +00:00
Tobias Kortkamp
3ca7fb22b4 devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes

Changes:	https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2/
2020-03-19 05:47:59 +00:00
Dmitri Goutnik
66776a0a89 sysutils/twmn: Update to g20190917, unbreak with clang 10
In file included from /usr/local/include/qt5/QtCore/qstring.h:49:
/usr/local/include/qt5/QtCore/qbytearray.h:545:22: error: definition of implicit copy constructor for 'QByteRef' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy]
    inline QByteRef &operator=(const QByteRef &c)
                     ^
/usr/local/include/qt5/QtCore/qbytearray.h:563:28: note: in implicit copy constructor for 'QByteRef' first required here
{ Q_ASSERT(i >= 0); return QByteRef(*this, i); }
                           ^

PR:		244251
2020-03-18 15:28:35 +00:00
Alexey Dokuchaev
69a83c6f4e Update to version 7.1.
PR:	244883
2020-03-18 08:36:28 +00:00
Mikael Urankar
865ff6c103 sysutils/rsfetch: fix memory reporting and add DragonFlyBSD support
Import upstream fix [1] to fix fix memory reporting and add DragonFlyBSD support.

[1] 2bd3ef9eaf

PR:		244861
Approved by:	Lewis Cook (maintainer), manu (mentor, implicit)
2020-03-18 08:34:36 +00:00
Mark Linimon
514b8af697 Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.
(Note that these have not yet been re-tested on elfv1.)

While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).

Approved by:	portmgr (tier-2 blanket)
2020-03-18 02:20:03 +00:00
Kirill Ponomarev
ab7c2a7b3a Fix jstart to properly call /etc/rc
Submitted by:	maintainer
2020-03-17 22:09:55 +00:00
Kyle Evans
3efdcc42ff sysutils/u-boot-rpi{3,4}: Add patch to fix PSCI stub reservation
For the traditional spin table setup, only the lowest page needs
to be reserved.  However, our PSCI stubs are slightly bigger and occupy
a little over one page.  These patches, already sent upstream, allow a
variable number of initial pages to be reserved for the SMP stubs.  We
then set the values for these in our fragment to '2' to reserve the first
and second page.

Approved by:	koobs (mentor)
Approved by:	manu (uboot, maintainer)
MFH:		2020Q1
Differential Revision:	https://reviews.freebsd.org/D24085
2020-03-16 21:32:55 +00:00
Ryan Moeller
6acd442cdc Update OpenZFS ports to 2020031600
Bring in the latest fixes, including fixing the build with Clang 10.

Approved by:	wg (ports)
Approved by:	mav (mentor)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24086
2020-03-16 14:37:23 +00:00
Danilo G. Baio
84dc2c9016 sysutils/py-pyznap: Update to 1.5.0
PR:		244833
Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)
2020-03-15 23:27:56 +00:00
Jason W. Bacon
05f521cc8b sysutils/slurm-wlm: Remove obsolete and broken REINPLACE
SLURM since 18.08 defaults to /usr/bin/mail if /bin/mail doesn't exist so
this patch is no longer needed and was not functioning correctly anyway

Reported by:    swills
2020-03-15 23:19:00 +00:00
Michael Gmelin
db8197d0a6 Revert changes committed accidentally in r528497 2020-03-15 19:15:08 +00:00
Michael Gmelin
3a9096e598 Rename swatch to swatchdog, update to 3.2.4, unbreak build
Reported by:	Andrea Venturoli <ml@netfence.it>
2020-03-15 18:44:01 +00:00
Guido Falsi
37f4bfad1d Update gigolo to 0.5.1 2020-03-15 11:19:35 +00:00
Tobias C. Berner
5762dc0460 New port: sysutils/rsfetch: Minimal fetch program written in Rust
Fast (<1ms execution time) system information
fetching program, written entirely in Rust. It
currently supports Linux and (Open|Net|Free)BSD.
All information fields are disabled by default,
and must be manually enabled via configuration
flags.

rsfetch has no configuration file, making it even
more fast. Users may instead create aliases in their
~/.${SHELL}rc. In addition, no automatic package
manager or ASCII logo mechanism is present, but must
instead be manually specified.

WWW: https://github.com/rsfetch/rsfetch

PR:		244811
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-03-15 09:38:45 +00:00
Kirill Ponomarev
9926f0a5c5 Upgrade to 12.1.6
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.6
2020-03-15 08:43:56 +00:00
Tobias C. Berner
3ae0b35129 New port: sysutils/packmule: Creates and packs custom FreeBSD installation images
Packmule automates the process of loading custom software into a
FreeBSD installation image. The user creates a "packing" list
which is either installed alongside the base system, or added to
the live CD.

WWW: http://badland.io/packmule.md

PR:		234675
Submitted by:	Austin Shafer <ashafer@badland.io>
2020-03-15 07:45:41 +00:00
Jason W. Bacon
c0c03b5105 sysutils/slurm-wlm: Patch build system for clang/lld 10
PR:             ports/244508
Submitted by:   dim
2020-03-15 01:34:00 +00:00
Tobias C. Berner
16a7b6918d sysutils/signon-ui: make implicit dependencies explicit 2020-03-14 19:27:40 +00:00
Tobias C. Berner
2db60bbeb5 Make some implicit KDE dependencies explicit 2020-03-14 19:03:35 +00:00
Tobias C. Berner
6f934ad187 Make some implicit Qt dependencies explicit 2020-03-14 18:05:23 +00:00
Tobias C. Berner
6f95e6f08e Make implicit dependency on devel/qt5-concurrent explicit 2020-03-14 17:42:11 +00:00
Tobias C. Berner
463a22ceb1 sysutils/pfetch: Update to 0.6.0
PR:		244780
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-03-14 14:46:18 +00:00
Dmitry Marakasov
9e756a4107 - Update WWW
Approved by:	portmgr blanket
2020-03-14 09:32:10 +00:00
Greg Lewis
9fb7ec5b96 Update to 6.8.7 2020-03-13 22:23:52 +00:00
Danilo G. Baio
123cbbfaf6 sysutils/py-azure-cli: Update to 2.2.0
Changelog:	https://pypi.org/project/azure-cli/2.2.0/
Reported by:	portscout
2020-03-13 22:05:03 +00:00
Danilo G. Baio
d4f197254f sysutils/py-azure-cli-core: Update to 2.2.0
Changelog:	https://pypi.org/project/azure-cli-core/2.2.0/
Reported by:	portscout
2020-03-13 22:04:37 +00:00
Jan Beich
1ecffdfc3f Fix up PORTREVISION style after "portedit bump-revision" 2020-03-13 09:54:51 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Kubilay Kocak
3bc03c5e1d sysutils/py-diffoscope: Restore portability of zipinfo call
/dev/stdin is a non-portable non-POSIX extension having different
semantics on different operating systems. zininfo(1) exits with 9 when
/dev/stdin is supplied on FreeBSD. In fact, unzip(1) explicitly documents
that it does not support reading from stdin.

[1] https://lists.reproducible-builds.org/pipermail/diffoscope/2020-March/002632.html

PR:		244750
Submitted by:	Michael Osipov <michael.osipov siemens com>
MFH:		2020Q1
2020-03-13 04:46:13 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Tobias C. Berner
f6b22b40a5 sysutils/reggae: Update to 0.1.10
PR:		244762
Submitted by:	Goran Mekić <meka@tilda.center>
2020-03-12 18:28:18 +00:00
Fernando Apesteguía
8c3de0b005 sysutils/fselect: update to 0.6.9
ChangeLog: https://github.com/jhspetersson/fselect/releases/tag/0.6.9

* added SUBSTRING or SUBSTR function
* added LEN as a synonym for LENGTH function
* extract EXIF data from HEIF files
* added device, inode, blocks, and hardlinks fields (Linux only)
* bugfixes

PR:	244700
Submitted by:	vulcan@wired.sh (maintainer)
2020-03-12 17:28:17 +00:00
Mathieu Arnold
f05645ea82 Update to 2.0.57. 2020-03-12 13:19:43 +00:00
Greg Lewis
5473cd710f * Update to 6.8.7
* Pet portlint a little
2020-03-12 00:25:17 +00:00
Fernando Apesteguía
b3cdb7a82c sysutils/pfetch: update to 0.5.0
From ChangeLog: https://github.com/dylanaraps/pfetch/releases/tag/0.5.0

* Added a new simplified dynamic display method. It's smaller in
  size, uses less escape sequences and is faster overall.
* Added PF_SOURCE to execute a script prior to running pfetch.
  This allows the user to script things.
* ASCII Art is now bold.
* os: Added support for IRIX, CRUX, OpenWRT and Bedrock Linux.
* host: Fixed incorrect host output.
* host: Added MINIX support.
* wm: Added fallback to non-EWMH WMs .

And many more minor changes.

PR:	244740
Submitted by:	vulcan@wired.sh (maintainer)
2020-03-11 17:15:03 +00:00
Tobias C. Berner
3f65764a40 KDE Plasma Desktop -- Update to 5.18.3
Tuesday, 10 March 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.18.3. Plasma 5.18 was released in February 2020 with many feature
refinements and new modules to complete the desktop experience.

This release adds a fortnight's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

  *   libkscreen: handle when backend fails to load/initialize.
  *   Discover Flatpak: build with older libflatpaks.
  *   Discover: Make sure we don't crash.

Announcement:
	https://kde.org/announcements/plasma-5.18.3
2020-03-11 05:27:00 +00:00
Dan Langille
22ccce5518 Update to 9.6.3
recommended but not required to update.

re https://sourceforge.net/p/bacula/mailman/message/36944325/
2020-03-10 14:26:30 +00:00
Alexey Dokuchaev
c0f825f3c8 Unbreak and update to version 4.1 (added DDR4 support).
PR:		243468, 244696
Approved by:	maintainer (avg)
2020-03-10 11:40:19 +00:00
Guido Falsi
db064561a7 Update xfce4-power-manager to 1.6.6 2020-03-09 23:13:39 +00:00
Greg Lewis
c0c776a0dd Update to 7.6.1 2020-03-09 22:53:07 +00:00
Luca Pizzamiglio
ccbea2cf7d sysutils/potnet: Update to 0.4.3
Help message fix.

Reported by:	Crest (via github)
2020-03-09 09:32:27 +00:00
Yuri Victorovich
8c5c65bcb4 sysutils/goawk: Update 1.6.0 -> 1.6.1
Reported by:	portscout
2020-03-09 07:29:11 +00:00
Guido Falsi
1986e54611 Update xfburn to 0.6.2 2020-03-08 21:44:14 +00:00
Cy Schubert
bf0b27c08f Welcome the new syslog-ng326.
Peter Czanik recommends we do not update the metaport as there are more
changes than usual. He wants to allow the new port to incubate for a while.
Therefore expiry dates will also not change.

Submitted by:	Peter Czanik (CzP) <peter.czanik at oneidentity.com>
		Balabit (a OneIdentity company) / syslog-ng upstream
2020-03-08 20:51:11 +00:00
Tobias Kortkamp
734fa1f081 Clean up sysutils/fselect 2020-03-08 18:26:21 +00:00
Tobias C. Berner
e8e1e9b51b New port: sysutils/fselect: Find files with SQL-like queries
Command-line utility to find files with a
highly relaxed SQL-like syntax, whilst
supporting a number of different complex
queries.

WWW: https://github.com/jhspetersson/fselect

PR:		242639
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-03-08 18:18:32 +00:00
Tobias Kortkamp
8962b0d5bd sysutils/htop builds fine with Python 3.x 2020-03-08 18:08:07 +00:00
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Tobias C. Berner
e6553a5841 sysutils/moosefs3-master: Update MooseFS port to use fusefs-libs3
PR:		244467
Submitted by:	MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)
2020-03-08 15:19:59 +00:00