| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
Also bump dependent ports for library version change.
PR: 255084
|
| |
|
|
|
|
|
|
| |
plugins/bookmarks/meson.build:43:0: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
|
| |
|
|
|
|
|
|
| |
data/meson.build:66:9: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
|
| |
|
|
|
|
|
|
| |
help/meson.build:2:6: ERROR: Program 'itstool' not found or not executable
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/26c1869a142a
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
data/meson.build:6:0: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a fix-it-before-it-breaks commit. Upcoming poppler update
requires C++17 in consumers, while Calligra was fixed on C++14.
There is no upstream release for this.
This is a mess: the upstream repo contains fixes, but they're
mostly committed as "fix warnings" and many commits combine C++17-
related fixes with other bits and pieces. As a result, there's
some direct upstream patches now in files/ and a big glommed-
together one put together from parts of other commits.
PR: 260956
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| |
|
|
| |
PR: 260588
|
| |
|
|
|
|
|
|
| |
- Explicitly enable support for Emacs
- Remove the already upstream-ed vim support patch
PR: 261221
Approved by: mikael (maintainer)
|
| |
|
|
|
|
|
|
|
| |
...rather than guarding the file in pkg-plist. glib-compile-schemas is
run during the build, but use the macro regardless. It could make
certain changes like a major version bump of glib easier to deal with.
Reported by: jbeich
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
| |
USE_GNOME no longer implies USES=gnome. USE_GNOME will not have
any effect unless you add USES=gnome yourself.
Reported by: portscan
|
| | |
|
| |
|
|
| |
Changes: https://github.com/ibara/mg/releases/tag/mg-7.0
|
| | |
|
| |
|
|
|
|
|
| |
When the GSETTINGS option was turned off, a few files were listed in
pkg-plist that were not being installed.
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/solemnwarning/rehex/releases/tag/0.4.1
Reported by: portscout
|
| |
|
|
| |
Changelog: https://github.com/electron/electron/releases/tag/v13.6.7
|
| |
|
|
| |
PR: 260201
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
|
| |
|
|
| |
- bump PORTREVISION due to previous ac51135afd4b
|
| |
|
|
| |
PR: 259241
|
| | |
|
| |
|
|
| |
Changes: https://github.com/magit/with-editor/commits/v3.1.1
|
| |
|
|
| |
Changes: https://github.com/magit/with-editor/commits/v3.1.0
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Thursday, 6 January 2022
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.
Distro and app store packagers should update their application packages.
Changelog:
https://kde.org/announcements/changelogs/gear/21.12.1/
|
| |
|
|
|
|
|
|
| |
LibreOffice 7.2.5 is now available, with 90 bugfixes and compatibility improvements.
Learn more: https://blog.documentfoundation.org/blog/2022/01/06/libreoffice-7-2-5-is-now-available/
MFH: 2022Q1
Sponsored by: Netzkommune GmbH
|
| |
|
|
| |
Changelog: https://github.com/electron/electron/releases/tag/v13.6.6
|
| |
|
|
| |
- Also strip the tree-sitter modules
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add PGTK to OPTIONS_DEFAULT
- Remove M17N, OTF, XFT, XIM, and XPM from OPTIONS_DEFAULT
- Eliminate X11 dependencies for pure GTK Emacs by
- removing CAIRO_IMPLIES=XFT and OTF_IMPLIES=XFT
- adding CAIRO_PREVENTS=XFT and PGTK_PREVENTS=M17N XFT XPM
- not including USES=xorg.
While here, pull in a new 2022-01-03 revision and incorporate minor
formatting changes suggested by portfmt.
Reported by: jbeich
Reviewed by: jbeich
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33714
|
| |
|
|
|
|
|
| |
This commit introduces a new OPTION, pgtk, which builds a pure GTK
implementation of Emacs.
Sponsored by: The FreeBSD Foundation
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| |
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_63
|
| |
|
|
|
|
|
|
|
|
|
|
| |
While here, remove CONFLICTS_INSTALL. In 9.8v, the sources include
updated makefiles which make the two ports nonconflicting. That is
done by using sed-scripts within the makefiles to rename files owned
by xvile (along with some updates to the latter's plist file).
Changelog: https://invisible-island.net/vile/CHANGES.html#v9_8v
PR: 260382
Reported by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
While here, remove CONFLICTS_INSTALL. In 9.8v, the sources include
updated makefiles which make the two ports nonconflicting. That is
done by using sed-scripts within the makefiles to rename files owned
by xvile (along with some updates to the latter's plist file).
Changelog: https://invisible-island.net/vile/CHANGES.html#v9_8v
PR: 260382
Reported by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
|
| |
|
|
|
|
| |
In da36e637247b a dependency on qt5-declarative was made
available in kf5-kconfig. This leads to the generation of
further desktop files in some of the Gear ports.
|
| |
|
|
| |
Also add on-by-default option SQLITE3 for SQLite 3.x support
|
| | |
|
| |
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_63
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
Exp-run by: antoine
PR: 260344
|
| |
|
|
| |
Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v11.1.0
|