| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Prune BETA3 MANIFEST files.
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit de6936d912f3a349b5ada2135606a6e2b3e3fbbf)
|
|
|
|
|
|
|
| |
Remove BETA2 checksums
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 8c130154d24cd33a90aa5004734ef722f76c6949)
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 3ba053dd2ac81f44552771c5239ece2d706a0094)
|
|
|
|
|
|
| |
63971d4 revision is also 12.3-R version
(cherry picked from commit 8cad98d7eb135f13529d97f0139cd02a1b6d4df2)
|
|
|
|
|
|
| |
Approved by: doceng (implicit)
(cherry picked from commit a10f21cbae209a6fbafcdf4d60c2c1e125c137ec)
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit d82adac7e3b6023aa8282ae5d1d29eb26cc6a7ca)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Pass maintainership to submitter
* Switch to new upstream
* Fix build with FreeBSD 13 or later (-fno-common)
* Add NLS option
ChangeLog: http://joeyh.name/code/pdmenu/news/version_1.3.5/ (1.3.5)
ChangeLog: http://joeyh.name/code/pdmenu/news/version_1.3.6/ (1.3.6)
PR: 258809
MFH: 2021Q4
Differential Revision: https://reviews.freebsd.org/D32662
(cherry picked from commit c32385406c3a5169b3e6dba473767e24168c8703)
|
|
|
|
| |
(cherry picked from commit 7fc072df9477feb083db342264ded2d67b32d907)
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 1db7b4dbb79017be6eaefdea11619768023c0f90)
|
|
|
|
| |
(cherry picked from commit 354ce3e6dc82448b43425dcb974241749fa9b0e0)
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D32258
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Fix the build with INVARIANTS enabled
PR: 258356
Approved by: lwhsu
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Changes: https://github.com/primer/octicons/releases
|
|
|
|
| |
Changes: https://github.com/mime-types/mime-types-data/blob/master/History.md
|
|
|
|
| |
Changes: https://github.com/tqdm/tqdm/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Approved by: doceng (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes: https://github.com/primer/octicons/releases
|
|
|
|
| |
Changes: https://github.com/tqdm/tqdm/releases
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
|
|
|
| |
Changes: https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
|
| |
|
|
|
|
| |
Changes: https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (build fix blanket)
|
|
|
|
| |
Approved by: portmgr (build fix blanket)
|
| |
|
|
|
|
|
| |
Reported by: Mark Millard >marklmi@yahoo.com>
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 245170
Approved by: portmgr (build fix blanket)
|
|
|
|
| |
Changes: https://github.com/sayanarijit/xplr/compare/v0.14.5...v0.14.7
|
| |
|