Age | Commit message (Collapse) | Author |
|
Approved by: portmgr (blanket)
|
|
Approved by: portmgr (blanket)
|
|
Changes: https://github.com/pciutils/pciids/commits/master
|
|
Reported by: Vlad Gheorghiu <vlad@softwareq.ca>
|
|
meson.build:12:0: ERROR: Unknown options: "developer_build, skip_formatters"
https://github.com/fedora-modularity/libmodulemd/commit/1096cda67bbb
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
|
|
|
|
Changes: https://github.com/primer/octicons/releases
|
|
|
|
Since luajit doesn't work on powerpc64*, use system luajit-openresty.
|
|
|
|
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
|
Same fix as 7e81141577d3e5cf068e4f3c3e995dd7ccc3129a
While here, add LICENSEs
Approved by: fluffy (mentor), bapt (portmgr)
Differential Revision: https://reviews.freebsd.org/D32461
|
|
|
|
The original sumbitter adds non-official HTTPS mirror but I'm not sure
where it comes from and whether reliable or not. So I'm doing simple
substitution s/http/https/ for HTTPS available sites.
Most of ports are already switched to to HTTPS site.
misc/hicolor-icon-theme is the only left port.
PR: 239095
|
|
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
|
Release notes: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
|
|
Reported by: portscout
|
|
|
|
Approved by: portmgr (blanket)
|
|
Thursday, 7 October 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:
* kmail: Fix an infinite SSL error dialog loop
* konqueror: Make it compatible with KIO 5.86.0 and don’t open every
URL in a new window
* libksane: Fix multi page detection with certain scanners
Full announcement:
https://kde.org/announcements/gear/21.08.2/
|
|
Approved by: portmgr blanket
|
|
|
|
|
|
Changes: https://github.com/Canop/broot/releases/tag/v1.6.4
|
|
Changes: https://github.com/sayanarijit/xplr/releases/tag/v0.15.0
|
|
|
|
With hat: portmgr-secretary
|
|
Approved by: doceng (implicit)
|
|
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.18.0/ChangeLog
|
|
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
|