Commit graph

11763 commits

Author SHA1 Message Date
Don Lewis
37e525dfdc editors/openoffice-4: Unmark BROKEN
The undefined symbol ERR_GET_FUNC error was caused by libserf-1.so
expecting to find this symbol in libssl.so, but it was no longer
defined in OpenSSL > 3.0.  This problem was fixed in www/serv 1.3.9_7.
The unsupported option -print-multi-os-directory error comes from
an OpenOffice module configure script and does not break the build.

MFH:		2023Q3
2023-09-14 07:25:47 -07:00
Tobias C. Berner
e2097f455b KDE: Update KDE Gear to 23.08.1
Thursday, 14 September 2023. 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:

* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal

Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
2023-09-14 12:42:47 +02:00
Tobias C. Berner
5179436ee9 www/qt5-webkit: fix options
USE_QT5= was a thing quite a while ago...

Pointy hat:	tcberner
2023-09-14 09:08:26 +02:00
Hiroki Tagato
0aeda8f0ac editors/vscode: update to 1.82.1
Changelog: https://code.visualstudio.com/updates/v1_82

Reported by:	GitHub (watch releases)
MFH:		2023Q3
Security:	4bc66a81-89d2-4696-a04b-defd2eb77783
2023-09-14 09:00:45 +09:00
Hiroki Tagato
cd212532e9 editors/vscode: update to 1.82.0
Changelog: https://code.visualstudio.com/updates/v1_82

Reported by:	GitHub (watch releases)
2023-09-13 10:55:35 +09:00
Tobias C. Berner
d040b1f838 editors/calligra: move webkit behind default-off option
qt5-webkit will be removed by the end of the year.
2023-09-12 17:14:58 +02:00
Po-Chuan Hsieh
0c509fb2dc
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
2023-09-11 11:22:48 +08:00
Po-Chuan Hsieh
aa9f253244
devel/abseil: Update to 20230125.3
- Bump PORTREVISION of dependent ports for shlib change
  some ports are skipped due to re2 shlib change

Changes:	https://github.com/abseil/abseil-cpp/releases
PR:		270233
Approved by:	danfe (maintainer)
2023-09-11 11:22:48 +08:00
Wen Heping
2f49bf53d3 editors/texstudio: Take maintainership 2023-09-11 07:46:26 +08:00
Alexandre C. Guimarães
53feed73dd
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore.
2023-09-10 20:13:40 -03:00
Olivier Certner
96c2412326 editors/sly: Update to latest commit (dated 2023/06/24)
Single tiny change, forward compatibility: Replace some for-long-obsolete
function call with a modern one.

PR:		273642
2023-09-10 12:13:05 -04:00
Matthias Andree
1b4453302b *: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
2023-09-10 13:44:32 +02:00
Dmitri Goutnik
8e4bc57934 all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
Matthias Fechner
482248a09d Bump ports with dependency to libgit2
See f11ed41604
2023-09-08 16:50:20 +03:00
Mikael Urankar
aba8da2be1 lang/rust: Bump revisions after 1.72.0
PR:		273331
2023-09-08 11:06:24 +02:00
Adam Weinberger
ea9174d32e editors/neovim: Update to 0.9.2 2023-09-07 07:28:00 -04:00
Adam Weinberger
1af7bd7447 editors/vim: Update to 9.0.1876
Contains various security fixes (mainly for overflows).
2023-09-05 15:16:20 -04:00
Adam Weinberger
e1c732e1da editors/vim: Update to 9.0.1857
On 5 August, 2023, Bram Moolenaar, the long-time maintainer and
architect of Vim, passed away. In addition to being a legendary
software engineer and open-source advocate, he was a major
philanthropist. His impact on the OSS world was immense, as was
his dedication to speaking out for those whose voices are too
often missed.. The Vim project remains in good hands with the
Vim community.
2023-09-03 14:45:40 -04:00
Jason E. Hale
072d9c7a32 editors/mp: Update to 5.61
https://github.com/ttcdt/mp-5.x/blob/5.61/RELEASE_NOTES
2023-09-02 00:53:26 -04:00
Joseph Mingrone
40e9ae657b
editors/emacs-devel: Update to 2023-09-01 snapshot, 7d60d16
Changes:	fd1479a...7d60d16
Sponsored by:	The FreeBSD Foundation
2023-09-01 23:54:12 -03:00
Hiroki Tagato
5d830fea59 editors/vscode: chase electron22 update 2023-09-01 22:55:02 +09:00
Yasuhiro Kimura
be5d42f889 editors/with-editor*: Update to 3.3.2
Changes:	https://github.com/magit/with-editor/compare/v3.3.1...v3.3.2
2023-09-01 13:20:03 +09:00
Muhammad Moinur Rahman
b74afcfe1a editors/texmacs: Fix build on 13, 14 and 15
Sponsored by:	The FreeBSD Foundation
2023-08-30 18:51:53 +02:00
Craig Leres
8f10d31b4c editors/nvi2: Fix "move forward paragraphs" (}) with numeric prefix
Two github issues identified the same problem:

    https://github.com/lichray/nvi2/issues/118
    https://github.com/lichray/nvi2/pull/119

For example typing "}" three times on this sample text:

.PP
1
.PP
2
.PP
3
.PP
4
.PP
5
.PP
6

moves the cursor 3 paragraphs but typing "3}" (correct)  moves the
cursor 5 paragraphs ((2 * N) - 1, incorrect).

Reported by:    Walter Alejandro Iglesias, Zhihao Yuan
2023-08-29 15:45:01 -07:00
Daniel Engberg
16ed958f9d editors/leafpad: Fix plist and some minor changes
* Fix plist
* Use localbase:ldflags helper
* Remove unneeded import of bsd.port.options.mk

Reported by:	poudriere
Approved by:	portmgr (blanket)
2023-08-29 20:18:39 +02:00
Yuri Victorovich
74e4c51067 editors/orbiton: update 2.63.1 → 2.64.1
Reported by:	portscout
2023-08-29 10:05:20 -07:00
Yasuhiro Kimura
88f0d4a12e editors/with-editor*: Update to 3.3.1
Changes:	https://github.com/magit/with-editor/releases/tag/v3.3.1
2023-08-29 12:07:49 +09:00
Tobias C. Berner
2a6cfd50d0 KDE: Update KDE Gear to 23.08
Thursday, 24 August 2023

We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.

Read on to find out what's new in KDE Gear 23.08
	https://kde.org/announcements/gear/23.08.0
2023-08-28 21:07:39 +02:00
Eric Turgeon
adf743f9f3 editors/linux-sublime-text4: update to 4155 2023-08-27 17:42:40 -03:00
Po-Chuan Hsieh
7a4777dc53
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
2023-08-26 21:03:32 +00:00
Hiroki Tagato
09774db7f0 editors/vscode: chase electron22 update 2023-08-24 15:49:44 +09:00
Nuno Teixeira
941ae7d381 editors/neovim-qt: Fix typo default flavor
- Switch default flavor to qt5
2023-08-23 20:37:25 +01:00
Nuno Teixeira
759dd1d926 editors/neovim-qt: Update to latest commit / Flavorize
- Use dynamic COMMENT according to flavor
- Update pkg-descr

ChangeLog: https://github.com/equalsraf/neovim-qt/compare/v0.2.17...ecb3679
2023-08-23 15:34:26 +01:00
Joseph Mingrone
7463c5d471
editors/emacs-devel: Fix plist
Two files, comp.el and comp-cstr.el, are now always byte compiled.

Reported by:    jbeich
Sponsored by:   The FreeBSD Foundation
2023-08-22 19:03:06 -03:00
Yasuhiro Kimura
08be1d2f38 editors/emacs-devel: Update to 2023-08-20 snapshot
* Update regular expressions used to modify lisp/loadup.el at
  pre-configure target

Changes:	18e7bc8...fd1479a
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41514
2023-08-22 22:48:55 +09:00
Po-Chuan Hsieh
201b6492a6
editors/rubygem-neovim: Update to 0.9.1
Changes:	https://github.com/neovim/neovim-ruby/blob/main/CHANGELOG.md
2023-08-22 01:08:38 +08:00
Jose Alonso Cardenas Marquez
41460e62d0 editors/cudatext: Update to 1.197.0 2023-08-20 00:59:58 -05:00
Yasuhiro Kimura
ba4eb3a50e editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
  TREESITTER are ON by default. PGTK and WEBP options are excluded
  from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
  result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
  result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
  via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
  and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
  libraries.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
  following

  ----------------------------------------------------------------------
  checking for gnutls >= 2.12.2... yes
  checking for jansson >= 2.7... yes
  checking for tree-sitter >= 0.20.2... yes
  checking for libkqueue... no
  checking for library containing kqueue... none required
  configure: error: Non-toolkit scroll bars are not implemented for your system
  ----------------------------------------------------------------------

  So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
  as following.

  ----------------------------------------------------------------------
  cc -o temacs.tmp \
    -Demacs  -I. -I. -I../lib -I../lib   -I/usr/local/include   -I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE   -I/usr/local/include/libpng16  -I/usr/local/include/libxml2   -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE   -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -I/usr/local/include/webp   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include  -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16  -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -MMD -MF deps/.d -MP  -I/usr/local/include   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/p11-kit-1   -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE      -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include    -fstack-protector-strong -L/usr/local/lib  -L/usr/local/lib \
      dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o  syntax.o  bytecode.o comp.o  process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o kqueue.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      xfont.o ftfont.o ftcrfont.o hbfont.o  fontset.o fringe.o image.o xgselect.o json.o     terminfo.o lastfile.o      ../lib/libgnu.a      ../oldXMenu/libXMenu11.a  -ltiff -ljpeg -L/usr/local/lib -lpng16  -lgif  -L/usr/local/lib -lwebpdemux -lwebpdecoder   -lSM -lICE -lX11   -lXrender  -L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo        -lrt -L/usr/local/lib -ldbus-1  -lexecinfo -L/usr/local/lib -lXrandr  -L/usr/local/lib -lXinerama  -L/usr/local/lib -lXfixes  -lXext -lXext -L/usr/local/lib -lxml2   -lutil -L/usr/local/lib -lcairo  -lncurses  -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl   -L/usr/local/lib -lfreetype  -L/usr/local/lib -lfontconfig -lfreetype  -L/usr/local/lib -lharfbuzz    -L/usr/local/lib -lgnutls  -lpthread  -L/usr/local/lib -llcms2 -llcms2_fast_float -llcms2_threaded   -lm -lz   -L/usr/local/lib -ljansson  -lgmp  -L/usr/local/lib -lXi   -L/usr/local/lib -ltree-sitter  -lsqlite3 -lXcomposite -lXext
  ld: error: undefined symbol: dynlib_error
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  ----------------------------------------------------------------------

  So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
  * Bump PORTREVISION of ports that use "USES=emacs".

ChangeLog:	https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41444
2023-08-20 09:53:11 +09:00
Muhammad Moinur Rahman
7b0aa2cffd editors/hexer: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-18 04:57:11 +02:00
Hiroki Tagato
688b2acecd editors/vscode: chase electron22 update 2023-08-17 23:21:20 +09:00
Muhammad Moinur Rahman
b0dc75c892 editors/openoffice-4: Mark BROKN for 14
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-17 06:33:22 +02:00
Alexandre C. Guimarães
4e2fe059ce
editors/texstudio: Update to 4.6.3 2023-08-16 23:56:32 -03:00
Tobias C. Berner
c6274ee942 KDE: make ecm a build-only dependency in kde@ maintained ports 2023-08-15 21:06:03 +02:00
Yuri Victorovich
acce4363aa editors/orbiton: Update 2.63.0 → 2.63.1
Reported by:	portscout
2023-08-14 10:25:30 -07:00
Yuri Victorovich
42e9e51826 editors/orbiton: Update 2.62.9 → 2.63.0
Reported by:	portscout
2023-08-11 22:04:32 -07:00
Yasuhiro Kimura
6496ce594c editors/emacs-devel: Miscellaneous refinements
* Use "USES=makeinfo" instead of adding print/texinfo to
  BUILD_DEPENDS.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
  following

  ----------------------------------------------------------------------
  checking for gnutls >= 2.12.2... yes
  checking for jansson >= 2.7... yes
  checking for tree-sitter >= 0.20.2... yes
  checking for libkqueue... no
  checking for library containing kqueue... none required
  configure: error: Non-toolkit scroll bars are not implemented for your system
  ----------------------------------------------------------------------

  So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
  as following.

  ----------------------------------------------------------------------
  cc -o temacs.tmp \
    -Demacs  -I. -I. -I../lib -I../lib   -I/usr/local/include   -I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE   -I/usr/local/include/libpng16  -I/usr/local/include/libxml2   -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE   -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -I/usr/local/include/webp   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include  -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16  -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -MMD -MF deps/.d -MP  -I/usr/local/include   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/p11-kit-1   -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE      -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include    -fstack-protector-strong -L/usr/local/lib  -L/usr/local/lib \
      dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o  syntax.o  bytecode.o comp.o  process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o kqueue.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      xfont.o ftfont.o ftcrfont.o hbfont.o  fontset.o fringe.o image.o xgselect.o json.o     terminfo.o lastfile.o      ../lib/libgnu.a      ../oldXMenu/libXMenu11.a  -ltiff -ljpeg -L/usr/local/lib -lpng16  -lgif  -L/usr/local/lib -lwebpdemux -lwebpdecoder   -lSM -lICE -lX11   -lXrender  -L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo        -lrt -L/usr/local/lib -ldbus-1  -lexecinfo -L/usr/local/lib -lXrandr  -L/usr/local/lib -lXinerama  -L/usr/local/lib -lXfixes  -lXext -lXext -L/usr/local/lib -lxml2   -lutil -L/usr/local/lib -lcairo  -lncurses  -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl   -L/usr/local/lib -lfreetype  -L/usr/local/lib -lfontconfig -lfreetype  -L/usr/local/lib -lharfbuzz    -L/usr/local/lib -lgnutls  -lpthread  -L/usr/local/lib -llcms2 -llcms2_fast_float -llcms2_threaded   -lm -lz   -L/usr/local/lib -ljansson  -lgmp  -L/usr/local/lib -lXi  -L/usr/local/lib -ltree-sitter  -lsqlite3 -lXcomposite -lXext
  ld: error: undefined symbol: dynlib_error
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  ----------------------------------------------------------------------

  So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
* Revive MOTIF option. Upstream once removed support of Motif but they
  reverted it later.
* Update CAIRO_DESC. This option prevents XFT now.
* Update OTF_DESC. This option doesn't imply XTF any more.
* Pet portclippy.

Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41233
2023-08-12 13:33:54 +09:00
Hiroki Tagato
c38b085904 editors/vscode: update to 1.81.1
Changelog: https://code.visualstudio.com/updates/v1_81

Reported by:	GitHub (watch releases)
2023-08-12 09:08:05 +09:00
Hiroki Tagato
bcb05116f5 editors/vscode: chase electron22 update 2023-08-11 16:49:06 +09:00
Piotr Kubaj
5b0c95f8a8 editors/neovim: drop GCC on powerpc64 2023-08-10 22:02:27 +02:00
Piotr Kubaj
2f524a645f editors/encryptpad: recognize powerpc64le 2023-08-10 13:21:00 +02:00