Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11065_3 31 Dec 2022 01:37:08
![commit hash: 39b057c5376659e73c7bd27794daeda12d30425d commit hash: 39b057c5376659e73c7bd27794daeda12d30425d](/images/git.png) ![commit hash: 39b057c5376659e73c7bd27794daeda12d30425d commit hash: 39b057c5376659e73c7bd27794daeda12d30425d](/images/codeberg.svg) ![commit hash: 39b057c5376659e73c7bd27794daeda12d30425d commit hash: 39b057c5376659e73c7bd27794daeda12d30425d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
cleanup: Remove expired ports:
2022-12-31 net-p2p/amule-devel: Superseded by non development port |
22 Dec 2022 12:00:52
![commit hash: 9174a18b9e5b13f0b571fc514d3c972a787762a0 commit hash: 9174a18b9e5b13f0b571fc514d3c972a787762a0](/images/git.png) ![commit hash: 9174a18b9e5b13f0b571fc514d3c972a787762a0 commit hash: 9174a18b9e5b13f0b571fc514d3c972a787762a0](/images/codeberg.svg) ![commit hash: 9174a18b9e5b13f0b571fc514d3c972a787762a0 commit hash: 9174a18b9e5b13f0b571fc514d3c972a787762a0](/images/github.svg)
|
Loïc Bartoletti (lbartoletti) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/amule-devel: mark deprecated |
11065_3 05 Dec 2022 18:13:30
![commit hash: ae8b8790a5d91ace970e87936e7ab2a84fe66847 commit hash: ae8b8790a5d91ace970e87936e7ab2a84fe66847](/images/git.png) ![commit hash: ae8b8790a5d91ace970e87936e7ab2a84fe66847 commit hash: ae8b8790a5d91ace970e87936e7ab2a84fe66847](/images/codeberg.svg) ![commit hash: ae8b8790a5d91ace970e87936e7ab2a84fe66847 commit hash: ae8b8790a5d91ace970e87936e7ab2a84fe66847](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Daniel Engberg (diizzy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/amule-devel: Deprecate and set expiration date to 2022-12-31
Upstream development has slowed down significantly and releases are
newer than development snapshots. |
11065_3 05 Dec 2022 12:02:32
![commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb](/images/git.png) ![commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb](/images/codeberg.svg) ![commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: return bar@'s ports to the pool after commit bit safekeeping.
With hat: portmgr-secretary |
11065_3 16 Sep 2022 03:56:45
![commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661](/images/git.png) ![commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661](/images/codeberg.svg) ![commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jason E. Hale (jhale) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.
Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release870.html |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11065_2 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11065_2 20 Jul 2022 14:22:43
![commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276](/images/git.png) ![commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276](/images/codeberg.svg) ![commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov (Only the first 15 lines of the commit message are shown above ) |
11065_2 29 Oct 2021 09:50:18
![commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a](/images/git.png) ![commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a](/images/codeberg.svg) ![commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
11065_2 31 Aug 2021 11:31:22
![commit hash: 9d4d89f50dc6d3662b65ae2fe728d8e92c77992b commit hash: 9d4d89f50dc6d3662b65ae2fe728d8e92c77992b](/images/git.png) ![commit hash: 9d4d89f50dc6d3662b65ae2fe728d8e92c77992b commit hash: 9d4d89f50dc6d3662b65ae2fe728d8e92c77992b](/images/codeberg.svg) ![commit hash: 9d4d89f50dc6d3662b65ae2fe728d8e92c77992b commit hash: 9d4d89f50dc6d3662b65ae2fe728d8e92c77992b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Bernhard Froehlich (decke) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/amule-devel: Add CPE information
Approved by: portmgr (blanket) |
11065_2 06 Apr 2021 14:31:13
![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/git.png) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/codeberg.svg) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: Remove all other $FreeBSD keywords. |
11065_2 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
11065_2 19 Jan 2021 04:26:12
![Revision:562021 Revision:562021](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.
Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]
[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e
Changes: https://www.cryptopp.com/release840.html |
11065_1 07 Oct 2020 06:48:08
![Revision:551618 Revision:551618](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10065. |
11055_1 03 Oct 2020 17:50:29
![Revision:551336 Revision:551336](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tcberner ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/upnp: update to 1.14.0
Update to newer release which contains a fix for CVE-2020-13848:
https://github.com/pupnp/pupnp/commit/c805c1de1141cb22f74c0d94dd5664bda37398e0
MFH: 2020Q4
Security: CVE-2020-13848 |
11055 22 Aug 2020 07:49:21
![Revision:545743 Revision:545743](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r11055 |
11050 23 Jul 2020 18:04:09
![Revision:542943 Revision:542943](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r11050. |
11047 21 Jun 2020 06:27:27
![Revision:539755 Revision:539755](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r11047. |
11028_6 04 May 2020 21:31:39
![Revision:533989 Revision:533989](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
11028_5 19 Feb 2020 11:52:29
![Revision:526508 Revision:526508](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/upnp: Update to version 1.12.0 which includes the following changes:
- Reduce spurious HTTP 416 errors due to ill-defined bytes header.
- UpnpEnableWebserver: Error correctly when web server compiled-out.
- Remove TRUE/FALSE, IN/OUT/INOUT defines and BOOL typedef.
- Add list test and replace the list.h file.
- Check for -lpthread too (updates pthread m4 check from upstream).
Bump PORTREVISION of dependent ports.
PR: 243619
Submitted by: salvadore (maintainer) |
11028_4 03 Feb 2020 08:45:27
![Revision:525021 Revision:525021](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r11028. |
11004_4 10 Dec 2019 03:38:49
![Revision:519643 Revision:519643](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update security/cryptopp to 8.2.0
Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically
Bump PORTREVISION on consumers due to shared lib version increase
PR: 241132
Submitted by: Farid Hajji <farid@hajji.name> |
11004_3 20 Nov 2019 06:46:39
![Revision:517993 Revision:517993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/upnp: Update to 1.10.0
Bump consumers for ABI changes.
Changes: https://github.com/mrjimenez/pupnp/blob/release-1.10.0/ChangeLog
PR: 242089
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) |
11004_2 26 Jul 2019 20:46:57
![Revision:507372 Revision:507372](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
11004_1 15 May 2019 04:27:31
![Revision:501684 Revision:501684](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/upnp: Update to 1.8.4
- Bump revision of consumers for shared library change
Changes: http://pupnp.sourceforge.net/ChangeLog
PR: 234669
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) |
11004 15 May 2019 04:12:18
![Revision:501682 Revision:501682](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/amule*: Fix badly rebased patches from r499598
PR: 237407 |
11004 22 Apr 2019 00:45:25
![Revision:499599 Revision:499599](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build with upnp 1.8.x.
While here, update to the last available SVN tarball.
PR: 203828
Submitted by:Tobias Kortkamp <tobik@freebsd.org> |
10998_3 09 Apr 2019 14:04:50
![Revision:498476 Revision:498476](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
10998_2 12 Mar 2019 04:20:44
![Revision:495424 Revision:495424](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build on gcc-based architectures:
undefined reference to 'std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char>
>::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)@GLIBCXX_3.4.21'
Approved by: portmgr (tier-2 blanket) |
10998_2 19 Jan 2019 18:09:12
![Revision:490730 Revision:490730](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Move LICENSE_FILE and SHEBANG_FILES out of unrelated options section
- Switch to USES=localbase
- Add missing USES=readline (for amulecmd and webserver)
- Switch to options helpers
- Fix WWW and license for amule-devel
- Fix plists for WITHOUT=NLS case: manpages are not built when NLS is disabled
PR: 234829
Submitted by: amdmi3
Approved by: bar (maintainer, via private email) |
10998_2 13 Jan 2019 20:58:37
![Revision:490211 Revision:490211](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
10998_1 31 Dec 2018 13:10:14
![Revision:488780 Revision:488780](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-p2p/amule-devel: remove optional dependency on expired KDE4 |
10998_1 02 Dec 2018 15:41:48
![Revision:486467 Revision:486467](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
10998_1 24 Aug 2018 17:22:02
![Revision:477967 Revision:477967](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.
Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.
deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf
(Only the first 15 lines of the commit message are shown above ) |
10998 28 Jun 2018 17:39:55
![Revision:473503 Revision:473503](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tcberner ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
10998 22 Mar 2018 08:49:22
![Revision:465274 Revision:465274](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10998. |
10990_3 01 Dec 2017 07:19:54
![Revision:455251 Revision:455251](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup LIB_DEPENDS on libpng |
10990_3 22 Nov 2017 00:07:31
![Revision:454659 Revision:454659](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add two patches to fix switching tab on search. |
10990_2 04 Jun 2017 10:05:01
![Revision:442540 Revision:442540](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10990. |
10989_2 03 Jun 2017 21:46:37
![Revision:442521 Revision:442521](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10989. |
10983_2 21 Feb 2017 00:43:30
![Revision:434494 Revision:434494](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to SVN-r10983
- Add graphics/png as dependency for WEBSERVER option |
10981_2 07 Dec 2016 01:00:11
![Revision:428022 Revision:428022](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
to use it. It will allow the asserts to be enabled which could be a
security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
testing, so only build it for the TEST_TARGET. It is useless without the
data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump
PR: 215015
Reported by: <fcsk.aim@gmail.com>
MFH: 2016Q4
Security: eab68cff-bc0c-11e6-b2ca-001b3856973b |
10981_1 03 Dec 2016 08:04:17
![Revision:427595 Revision:427595](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10981 |
10966_1 22 Oct 2016 17:45:10
![Revision:424480 Revision:424480](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10966 |
10964_1 02 Oct 2016 22:54:16
![Revision:423162 Revision:423162](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN-r10964. |
10933_1 24 Aug 2016 08:20:31
![Revision:420774 Revision:420774](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tcberner ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
10933_1 20 Jul 2016 09:33:32
![Revision:418829 Revision:418829](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
10933 26 Jun 2016 14:59:32
![Revision:417526 Revision:417526](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update amule-devel port to svn revision 10933. |
10871 01 Apr 2016 14:16:20
![Revision:412348 Revision:412348](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
10871 23 Oct 2015 23:07:07
![Revision:400063 Revision:400063](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Change security/cryptopp from BUILD_DEPENDS to LIB_DEPENDS as it defaults to
non-static build
- Update devel port to svn revision 10871
- Remove WX_UNICODE
- Regenerate patch
- Try sorting USES
- Remove article from COMMENT
PR: 203670 |
10834_6 26 Sep 2015 00:26:59
![Revision:397916 Revision:397916](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert update-mime-database into @post* |
10834_6 16 Sep 2015 19:51:28
![Revision:397077 Revision:397077](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
10834_5 13 Sep 2015 18:58:30
![Revision:396852 Revision:396852](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Enforce unicode version of wxGTK |
10834_4 24 Mar 2015 23:45:42
![Revision:382189 Revision:382189](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marino ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket |
10834_4 12 Nov 2014 21:31:28
![Revision:372503 Revision:372503](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
10834_4 10 Sep 2014 20:50:37
![Revision:367888 Revision:367888](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
10834_3 18 Aug 2014 16:43:25
![Revision:365325 Revision:365325](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bdrewery ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
10834_3 11 Aug 2014 17:05:50
![Revision:364628 Revision:364628](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
10834_2 28 Jul 2014 18:30:05
![Revision:363215 Revision:363215](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to catch net/GeoIP update. |
10834_1 11 Jul 2014 10:26:02
![Revision:361520 Revision:361520](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add USES=libtool to devel/upnp and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*
Approved by: portmgr (implicit, bump unstaged port) |
10834 29 Apr 2014 00:16:00
![Revision:352561 Revision:352561](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add missed USES desktop-file-utils from previous commmit
- Use standard desc for DEBUG option |
10834 28 Apr 2014 23:27:37
![Revision:352559 Revision:352559](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to SVN-10834
- Remove uneeded flex from ports dependency
- Use options helpers
- Convert to tar:bzip2
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE |
10832 11 Jan 2014 20:05:09
![Revision:339449 Revision:339449](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Support STAGEDIR
- Fix build with clang on i386
- Update to SVN revision 10832
Approved by: flo (mentor) |
10802_2 22 Oct 2013 13:59:54
![Revision:331273 Revision:331273](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
10802_2 05 Oct 2013 10:18:21
![Revision:329433 Revision:329433](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Common changes:
- Use new syntax for LIB_DEPENDS
- Use shebangfix for perl files
- Set perl as run dependency for XAS option
- Bump PORTREVISION
amule-devel changes:
- Fix build after perl related changes
- USES gmake
Approved by: rene (mentor) |
10802_1 20 Sep 2013 22:28:26
![Revision:327758 Revision:327758](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
10802_1 09 Aug 2013 14:05:53
![Revision:324437 Revision:324437](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update libdg to 2.1.0 |
10802 26 Apr 2013 10:44:29
![Revision:316596 Revision:316596](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ak ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
10802 23 Apr 2013 14:20:28
![Revision:316355 Revision:316355](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Finish converting the whole ports tree to USES=pkgconfig |
10802 08 Mar 2013 11:32:12
![Revision:313635 Revision:313635](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
10802 20 Jan 2013 11:49:29
![Revision:310681 Revision:310681](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to USE_PKGCONFIG.
Approved by: flo (mentor) |
10802 02 Dec 2012 14:24:37
![Revision:308110 Revision:308110](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use descriptions from bsd.options.desc.mk for GEOIP, UPNP and WEBSERVER
Approved by: rene (mentor)
Feature safe: yes |
10802 28 Nov 2012 00:49:12
![Revision:307870 Revision:307870](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bar ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update amule-devel to r10802
- Remove obsolete patches from r1079[3-5]
- Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the
previous submission
- Change my email address to bar@FreeBSD.org
Approved by: rene (mentor)
Feature safe: yes |
10792 28 Oct 2012 16:42:50
![Revision:306557 Revision:306557](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
flo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NLS and DOCS to OPTIONS_DEFAULT
Submitted by: Barbara <barbara.xxx1975@libero.it>
PR: ports/173154
Feature safe: yes |
10792 28 Oct 2012 15:33:10
![Revision:306554 Revision:306554](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
flo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update amule-devel port to SVN revision 10792.
- Trim headers.
- Remove quotes from options description.
- Backport code fixes from upstream up to r10795 as the project has moved from
SourceForge to GoogleCode and so SVN tarballs will not be available for a
while.
- OptionsNGize Makefile.man
- Exhume DOCS and NLS options
PR: ports/172671
Submitted by: Barbara <barbara.xxx1975@libero.it>
Feature safe: yes |
10788 05 Aug 2012 23:19:40
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
10788 06 Jun 2012 06:44:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
10788 05 Jun 2012 17:26:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Finish converting this port to optionsNG.
Approved by: maintainer |
10788 04 Jun 2012 17:30:24
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use the new options framework for the ALC option too.
Submitted by: maintainer via private mail |
10788 04 Jun 2012 15:56:36
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 10788
- Use new options framework
PR: ports/168392
Submitted by: maintainer |
10771_2 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
10771_1 27 Apr 2012 14:28:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
pawel ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update devel/upnp to 1.6.17
- Bump all affected ports
Maintainer of net/ushare was asked for review, no response in 2 weeks |
10771 22 Apr 2012 22:48:22
![files touched by this commit files touched by this commit](/images/logs.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to svn rev 10771
PR: ports/167169
Submitted by: maintainer, barbara.xxx1975@libero.it |
10759 15 Feb 2012 23:51:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to SVN r10759
PR: ports/165127
Submitted by: maintainer |
10708 31 Jan 2012 11:36:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to SVN 10708
- Use ${PERL} to invoke perl
PR: ports/164601
Submitted by: maintainer |
10703_1 18 Jan 2012 18:32:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
pawel ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase devel/upnp shlib bump |
10703 14 Jan 2012 08:57:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
10703 27 Dec 2011 21:09:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Pass maintainership to Barbara per email to ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/072036.html
Submitted by: Barbara <barbara.xxx1975 at libero.it >
Approved by: rene (mentor) |
10703 26 Dec 2011 16:12:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
tabthorpe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
550-5.1.1 The email account that you tried to reach does not exist. Please
try 550-5.1.1 double-checking the recipient's email address for typos or
550-5.1.1 unnecessary spaces. Learn more at
550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
d6si2748840pbk.7 (in reply to RCPT TO command)
With Hat: portmgr |
10703 25 Dec 2011 20:26:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.
Submitted by: Jan Beich |
10703 25 Dec 2011 16:15:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to r10703
- Some changes in manpage languages
PR: ports/163582
PR: ports/163128 (older update)
Submitted by: Barbara
Approved by: maintainer timeout of 163128 (swell.k, 15 days) |
10589 23 Sep 2011 22:26:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
10589 20 Sep 2011 20:30:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build with clang.
PR: ports/160510
Submitted by: "h h" [aakuusta gmail.com]
Approved by: maintainer timeout (swell.k, 14 days) |
10589 30 Jul 2011 09:25:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add bison build dependancy to fix the build after the recent glib and gtk
update. |
10589 20 Jul 2011 16:20:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 10589
- Only try to update desktop database if desktop-file-utils installed
- Use bsd.port.options.mk
PR: ports/154238
Submitted by: Pan Tsu (maintainer)
Approved by: rene (mentor) |
10400_2 26 Mar 2011 23:31:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Actually chase upnp shlib change
Reported by: pointyhat
Pointy hat to: pawel (miwi, wen) |
10400_2 23 Mar 2011 16:40:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
pawel ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase devel/upnp shlib bump
Approved by: miwi, wen (mentors) |
10400_1 04 Mar 2011 05:52:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase devel/upnp shlib bump |
10400 02 Jan 2011 14:13:02
![files touched by this commit files touched by this commit](/images/logs.gif) |
makc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add license info
Remove md5 sums
PR: ports/153589
Submitted by: maintainer (swell.k at gmail.com) |
10400 23 Dec 2010 03:59:36
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 10400
PR: ports/153384
Submitted by: swell.k@gmail.com (maintainer) |