- 14 Oct, 2020 40 commits
-
-
Steve Wills authored
-
Steve Wills authored
PR: 250352 Submitted by: Reported by: Reviewed by: Approved by: Obtained from: MFC after: MFH: Relnotes: Security: Sponsored by: Differential Revision: # # Description of fields to fill in above: 76 columns --| # PR: If and which Problem Report is related. # Submitted by: If someone else sent in the change. # Reported by: If someone else reported the issue. # Reviewed by: If someone else reviewed your modification. # Approved by: If you needed approval for this commit. # Obtained from: If the change is from a third party. # MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. # MFH: Ports tree branch name. Request approval for merge. # Relnotes: Set to 'yes' for mention in release notes. # Security: Vulnerability reference (one per line) or description. # Sponsored by: If the change was sponsored by an organization. # Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). # # See 'Commit Log Messages' in the Committer's Guide for details. # # ------------------------------------------------------------------------- # To use this template, run this command from the top of the ports tree. # # git config commit.template .gitmessage # -------------------------------------------------------------------------
-
decke authored
-
arrowd authored
PR: 250347
-
gerald authored
This brings three optimizer fixes, two for aarch64, three for arm, one for powerpc, four for C++ (plus two for libstdc++) and one for Fortran.
-
Kyle Evans authored
Worked out over BPO-40422 and BPO-40423, this is the culmination of months of work to coordinate with Linux and get close_range(2) added to FreeBSD, then the usage accepted into CPython. It has landed for Python 3.10 and here I've backported it locally to all the supported Python 3 versions we have. Note that this does include and supercede our previous closefrom(2) patches. There was a lot of intersection between the work done, so this patch against the ports tree does remove those patches from each of the ports in favor of this patch. All the patches involved have been accepted and merged upstream. This patch will bring a performance boost in some more situations on 12.2 and 13.0, as close_range exists there. There is one additional patch sitting in an upstream PR that shuffles the _Py_closerange implementation into a different file -- this is not important for the backport, and the absence of that patch here will not realistically cause any issues. PR: 250322 Approved by: lwhsu (python)
-
antoine authored
-
antoine authored
-
antoine authored
-
0mp authored
Release notes: https://github.com/AsamK/signal-cli/releases/tag/v0.6.11
-
mikael authored
This patch is needed for ppc64-elfv1 and we don't build rust-nightly on tier2 arch Reported by: ashish
-
Dima Panov authored
PR: 250344 Submitted by: fluffy Approved by: maintainer (novel) MFH: 2020Q4
-
madpilot authored
which is not present in the ports tree and fails to start at runtime. Bump PORTEPOCH. Reviewed by: bapt Approved by: bapt, portmgr (fixit) MFH: 2020Q4 Differential Revision: https://reviews.freebsd.org/D26775
-
glewis authored
-
Edward Tomasz Napierala authored
choice, and drop the no longer relevant ONLY_FOR_ARCHS. Sponsored by: The FreeBSD Foundation
-
Edward Tomasz Napierala authored
more changes in my queue and waiting for maintainer timeout each time slows things down. Approved by: maintainer timeout Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26553
-
danfe authored
Repoted by: portscout
-
0mp authored
In particular: - Sort variables - Utilize USES=shebangfix instead of REINPLACE_CMD - Do not set WRKSRC explicitly to the default value Approved by: portmgr blanket
-
baptiste daroussin authored
-
gahr authored
-
0mp authored
The port formatted its pkg-message with fmt(1), which broke the standard pkg-message UCL layout. Approved by: portmgr blanket (build fix)
-
Vinícius Zavam authored
- upstream does not deal with /vendor/ modules; - all dependencies are provided via go.mod only. Sponsored by: gridscale GmbH
-
baptiste daroussin authored
since it is not recognised anymore as a gnome project
-
rm authored
0.73.3 - Fri 09 Oct 2020 * Fix missing export formats in windows installer * Add support for environ.ini at startup for portable install * Make trash function more robust for GLib.Error errors * Remove xdg import in windows for mimetyping * Fix regression with GdkPixbuf.PixbufRotation constants * Fix issues in parser under Python 3.9 * Fix regression with pages with formatting in heading * Merge translations
-
Vinícius Zavam authored
FEATURES: * Add a `gscloud template rm` command; * Add basic support for IP addresses; * Add support for storage resize. FIXES: * Weird nesting of JSON output. https://github.com/gridscale/gscloud/blob/v0.5.0/CHANGELOG.md Sponsored by: gridscale GmbH
-
wen authored
-
dmgk authored
-
dmgk authored
Changes: https://github.com/gogs/gogs/releases/tag/v0.12.3
-
dmgk authored
Changes: https://github.com/SRI-CSL/gllvm/releases/tag/v1.2.8
-
wen authored
-
0mp authored
Also, update manual page installation path. PR: 250227 Submitted by: swills
-
wen authored
-
ashish authored
Reported by: portscout
-
amdmi3 authored
Approved by: portmgr blanket
-
danfe authored
PR: 250215 Submitted by: maintainer
-
mikael authored
-
danfe authored
Reported by: portscout
-
bar authored
While here, rename GPHOTO2 and SAMBA options to GPHOTO and SMB for consistency with other ports. Submitted by: bar (myself - via mail) Approved by: bapt
-
yuri authored
Reported by: portscout
-
pkubaj authored
This issue happens only when GCC is in use, it doesn't happen with clang. Since the package changes, bump PORTREVISION. This also fixes build on e.g. mips64 stable/12. MFH: 2020Q4 (fix build blanket)
-