1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Commit Graph

12604 Commits

Author SHA1 Message Date
Steven Kreuzer
cdaee99292
misc/zoneinfo: Updated to 2021b
Briefly:
  Jordan now starts DST on February's last Thursday.
  Samoa no longer observes DST.
  Merge more location-based Zones whose timestamps agree since 1970.
  Move some backward-compatibility links to 'backward'.
  Rename Pacific/Enderbury to Pacific/Kanton.
  Correct many pre-1993 transitions in Malawi, Portugal, etc.
2021-10-01 15:22:28 +00:00
Yuri Victorovich
b843a8a17e misc/snakemake: Update 6.8.1 -> 6.9.0
Reported by:	portscout
2021-10-01 00:14:39 -07:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
TAKATSU Tomonari
a91ef414ee misc/R-cran-mime: Update to 0.12 2021-09-30 04:24:46 +00:00
Vladimir Kondratyev
a152608756 misc/utouch-kmod: Update to 0.0.3
Fix the build with INVARIANTS enabled

PR:		258356
Approved by:	lwhsu
2021-09-30 01:14:12 +03:00
Bernhard Froehlich
4cadbaba83
misc/concourse: Add CPE information
Approved by:	portmgr (blanket)
2021-09-29 19:49:27 +00:00
Alexey Dokuchaev
dfdbd631a3 misc/hxtools: update the port to version 20210928.
Reported by:	portscout
2021-09-29 18:12:19 +00:00
Po-Chuan Hsieh
0b956c29de
misc/rubygem-octicons: Update to 15.2.0
Changes:	https://github.com/primer/octicons/releases
2021-09-27 23:56:12 +08:00
Po-Chuan Hsieh
416281de54
misc/rubygem-mime-types-data: Update to 3.2021.0901
Changes:	https://github.com/mime-types/mime-types-data/blob/master/History.md
2021-09-27 23:56:12 +08:00
Po-Chuan Hsieh
b2f352db4d
misc/py-tqdm: Update to 4.62.3
Changes:	https://github.com/tqdm/tqdm/releases
2021-09-27 23:56:00 +08:00
Stefan Eßer
a642f92e86 misc/py-pexpect: fix most of the test cases
A number of test cases included in the pexpect distribution failed on
FreeBSD. The patches included in the commit fix most of these tests.

One of the tests used /bin/bash and long options for the nl command.
Other tests assumed pipe buffers larger than provided by FreeBSD.

3 tests are still failing:

tests/test_replwrap.py::REPLWrapTestCase::test_existing_spawn FAILED

The text received contains bracketed paste escape characters when
a bash version 5.1 or newer is installed. There may be another problem
with this test, though, since it seems to depend on some bash rc file
of the account executing this test.

tests/test_socket.py::ExpectTestCase::test_interrupt FAILED
tests/test_socket.py::ExpectTestCase::test_multiple_interrupts FAILED

These two test seem to fail due to an early exit of the sending
process. It appears to be in Zombie state and cannot be signaled.
The "non-blocking read" seems to be blocking in this situation.

The real cause is unclear, it seems to be a mismatch between process
lifetime semantics in Linux and FreeBSD. I have removed an infinite
wait loop with these patches, which causes a test failure to be
detected (instead of preventing the execution of any further test
cases).

I have created a pull request on Github to get these patches into the
upstream, but it seems that the owner of the pexpect repository is not
very active.

Approved by:	sunpoet (maintainer)
2021-09-27 17:49:50 +02:00
Alexey Dokuchaev
c5348c2304 misc/far2l: update the port to the latest tagged snapshot. 2021-09-27 11:22:09 +00:00
Yuri Victorovich
afd63c1727 misc/snakemake: Update 6.7.0 -> 6.8.1
Reported by:	portscout
2021-09-26 15:54:46 -07:00
Marc Fonvieille
7ee8c0803b misc/freebsd-doc-*: Update to ra4827f6f64 from FreeBSD docset
Approved by:	doceng (implicit)
2021-09-26 20:28:44 +02:00
Alexey Dokuchaev
bf294827ef misc/mc: improve the check whether installed diff(1) is GNU or BSD
In 2017, GNU diff had been replaced by BSD licensed diff in our base,
but some features of GNU diff had not been implemented, particularly,
the ``group format'' family of options.  Instead of checking for the
${OSVERSION} value, check if installed diff(1) implementation is GNU
or BSD one based on the --version output.

Because conditions are subject to immediate expansion, we cannot use
${DIFF} and ${GREP} variables; however, literal ``diff'' is actually
correct in this particular case as user's preferred diff(1) does not
necessarily point to ``/usr/bin/diff'' which ${DIFF} expands to.

While here, amend the EDITOR option description so it clearly refers
to the internal *text* editor.
2021-09-26 15:44:55 +00:00
Max Brazhnikov
2c0e38e7aa misc/py-progressbar2: update to 3.53.3 2021-09-25 17:21:56 +03:00
Baptiste Daroussin
266130ce71 ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.

Note this also fixes the build with ports ncurses
2021-09-23 18:22:54 +02:00
Alexey Dokuchaev
d37893d25e misc/mc: handling of the port's options had been improved (+)
- Use correct helper for X11 option, which is --with-x, not --enable-x
- Do not pass bogus --without-smb-foobar=... options when SMB support
  is disabled
- Allow to build with Aspell support in the internal editor while here

PR:	258632
2021-09-22 06:29:22 +00:00
Po-Chuan Hsieh
a7e12c2293
misc/rubygem-octicons: Update to 15.1.0
Changes:	https://github.com/primer/octicons/releases
2021-09-21 11:47:05 +08:00
Po-Chuan Hsieh
39b331c618
misc/py-tqdm: Update to 4.62.2
Changes:	https://github.com/tqdm/tqdm/releases
2021-09-21 11:44:49 +08:00
Po-Chuan Hsieh
fcd1daa5ea
misc/pciids: Update to 20210829
Changes:	https://github.com/pciutils/pciids/commits/master
2021-09-21 11:35:16 +08:00
Po-Chuan Hsieh
b3d862f726
misc/help2man: Update to 1.48.5
Changes:	https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
2021-09-21 11:35:16 +08:00
Tobias Kortkamp
7059b43727
*: Rebuild lang/rust consumers after the 1.55.0 update 2021-09-19 11:03:23 +02:00
Po-Chuan Hsieh
d2db0fbbba
misc/help2man: Update to 1.48.4
Changes:	https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
2021-09-19 13:59:49 +08:00
Yuri Victorovich
0070506ff0 math/fcl: Update 0.6.1 -> 0.7.0 2021-09-15 19:45:20 -07:00
Tobias C. Berner
7871d80c1f KDE: Update KDE Frameworks to 5.86
Saturday, 11 September 2021

KDE today announces the release of KDE Frameworks 5.86.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement:
	https://kde.org/announcements/frameworks/5/5.86.0/

PR:		258426
Exp-run by:	antoine
2021-09-15 16:37:22 +02:00
TAKATSU Tomonari
84a0bf792c misc/R-cran-xfun: Update to 0.26 2021-09-15 11:23:26 +00:00
Dimitry Andric
9a10eff03e misc/rump: fix or suppress clang 13 warnings
Fix a null pointer subtraction bug reported by clang 13, and suppress
the new clang 13 -Wunused-but-set-variable warning, as it triggers quite
often in the NetBSD src tree.

PR:		258508
Approved by:	vanilla (maintainer)
MFH:		2021Q3
2021-09-15 09:54:56 +02:00
Mikael Urankar
d4f6b67813 misc/concourse: Fix build on aarch64
Approved by:	portmgr (build fix blanket)
2021-09-14 19:56:04 +02:00
Mikael Urankar
16b65b96a1 misc/visp: Fix build on aarch64
Approved by:	portmgr (build fix blanket)
2021-09-14 19:56:04 +02:00
Yuri Victorovich
f7e5eb8edf misc/py-fast-histogram: Update 0.9 -> 0.10 2021-09-14 02:21:06 -07:00
Mikael Urankar
004910ca37 misc/freebsd-doc-en: Remove BROKEN_aarch64 as it builds fine on aarch64
Reported by:	Mark Millard >marklmi@yahoo.com>
Approved by:	portmgr (blanket)
2021-09-13 15:19:08 +02:00
Piotr Kubaj
34489b9d2f misc/broot: fix build on powerpc 2021-09-12 21:06:07 +00:00
Oleh Hushchenkov
db7eee2d9c misc/unclutter-xfixes: update to 1.6
Changelog
[Feature] --start-hidden to hide the cursor initially when unclutter-xfixes starts.
[Feature] --ignore-buttons to specify one or more buttons which do not unhide the cursor.
[Feature] --hide-on-touch to hide the cursor on touch input.
[Fix] --timeout now supports non-integer values.
Various improvements to the man page.

PR:		258066
2021-09-11 11:31:59 -07:00
Mikael Urankar
5ebd251bdd misc/exercism: Fix build on aarch64
PR:		245170
Approved by:	portmgr (build fix blanket)
2021-09-09 18:40:34 +02:00
Lewis Cook
e66edb1357 misc/xplr: Update to 0.14.7
Changes:	https://github.com/sayanarijit/xplr/compare/v0.14.5...v0.14.7
2021-09-09 11:28:52 +01:00
Rene Ladan
3f85df4925 *: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. 2021-09-06 23:13:27 +02:00
Tobias Kortkamp
91e9ee8c70
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-09-06 21:27:28 +02:00
Tobias C. Berner
d98b56f1de graphics/poppler: update to 21.09
Release 21.09.0:
        core:
         * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
         * Correct decoding of signature properties Reason & Location when they are Unicode
         * Fix issues with malformed files
         * MSVC build fixes

        build system:
         * Call cmake_minium_required() before project()
         * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
         * correctly forward user-provided flags to try_compile()

Exp-run by:	antoine
PR:		258206
2021-09-06 18:31:18 +02:00
Alexey Dokuchaev
0c692c1d25 misc/clifm: update the port to version 1.2.2, mostly bugfix release.
Reported by:	portscout
2021-09-06 10:21:19 +00:00
Roman Bogorodskiy
8f0c445a11 misc/osinfo-db: update to 20210903 2021-09-04 19:18:09 +04:00
Tobias C. Berner
b1c576cb78 misc/hwdata: update to 0.351 2021-09-03 21:47:44 +02:00
Robert Clausecker
82ebe485f6 devel/schilybase: Update to 2021-09-01
Update to 2021-09-01 and while here, also:
 - add WWW to misc/schilytools/pkg-descr
 - use make loops and conditionals instead of shell loops
 - regenerate some patches to make them apply cleanly
 - add an NLS option to devel/schilybase (toggles dummy message catalogue
   generation)

PR:		257905
Reported by:	bugzeo <kiboto6933@eyeremind.com>
Differential Revision: https://reviews.freebsd.org/D31808
2021-09-02 22:42:20 +02:00
Bernhard Froehlich
5a6695ac6e
misc/openhab2: Add CPE information
Approved by:    portmgr (blanket)
2021-09-02 15:19:15 +00:00
Bernhard Froehlich
ec8407c2b7
misc/openhab: Add CPE information
Approved by:	portmgr (blanket)
2021-09-02 15:19:14 +00:00
Tobias C. Berner
6f5850a014 KDE: Update KDE Gear to 21.08.1
Thursday, 2 September 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

  *  konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
  *  elisa: Fix the “Files” view.
  *  skanlite: Fix image saving when preview is not shown.

Full announcement:
	https://kde.org/announcements/gear/21.08.1/

Full Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.1/
2021-09-02 16:52:51 +02:00
Alexey Dokuchaev
d279f6deeb misc/clifm: the port had been updated and improved (+)
- Update CliFM to version 1.2.1 which is more FreeBSD-friendly
  out of the box now; adjust the LICENSE (it's GPLv2 or later)
- Drop dependency on GNU make, custom MAKE_ENV, and `post-patch'
  target now that Makefile had been improved upstream
- Do not depend on phony build target to avoid needless rebuild
  of the program upon installation
- Install extra color themes by default (but allow to opt-out)
- Spell ``command line'' correctly in the port description text

Reported by:	portscout
2021-08-30 13:37:14 +00:00
Bernhard Froehlich
f90a4d180f
misc/chmlib: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 18:30:38 +00:00
Alexey Dokuchaev
061967a0f3 Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-29 16:50:44 +00:00
Mikael Urankar
70f1b063ed lang/rust: Rebuild consumers for 1.54.0 2021-08-28 15:42:06 +02:00