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
Olivier Duchateau
7b585155e5
editors/elementary-code: update to 7.1.0
...
ChangeLog: https://github.com/elementary/code/releases/tag/7.1.0
* Ensure active project at startup (include non-git folders)
* Handle saving to unwritable location better to avoid data loss
* Flatpak: Use 7.1 Sdk, Update Dependencies
* Make symbol outline aware of follow-system-style setting
* Show running branch if not master
* appdata: Minor wording fixes in release notes
* Fix styling when no documents
* Ensure Replace button (and other search widget) states are mutually consistent
* Switch to GHCR containers
* Delay asking for save location if cannot determine write access
* Additional Search options in menu
* Implement option to show files with unknown characters as new document
* Do not change document search results unexpectedly on focus in
* Add ctrl + pageUp and pageDown for switching tabs
* Persist search settings
* Set search entry icon and styleclass according to results
* Add release metainfo and update screenshot addresses for 7.1.0
* Ask save location with dialog
* Metainfo: set brand color to Latte 500
* Ensure folder items in sidebar always expandable
* Fix creating duplicates of unwritable files
* Update metainfo for pull 1252
* Fix typo in metainfo
* Install man page with meson
* Reduce terminal noise
* Remove plugin set option
* FormatBar: Show column number not buffer offset
* Handle only relevant settings key changes
* Use dialog for external changes
* Sync tab settings
* Fix searchterm reverts
* Ensure correct sidebar item is focused, or none, when tab removed
* Fix logic for clearing search entry
* Fix spurious external change warnings
* Meson: modernize
PR: 272979
Reported by: duchateau.olivier@gmail.com
Approved by: miguel@gocobachi.dev (maintainer)
2023-08-10 12:11:23 +02:00
Adam Weinberger
cb84c2fe45
editors/vim: Update to 9.0.1678
2023-08-08 09:52:45 -04:00
Jan Beich
4f13ca16c7
lang/mono: switch to 5.20 by default
...
PR: 238089
2023-08-08 11:22:12 +00:00
Jan Beich
6c225bcc57
lang/mono: respect MONO_DEFAULT in consumers
...
PR: 251795
2023-08-08 11:22:05 +00:00
Muhammad Moinur Rahman
f6b2dd8797
editors/openoffice-4: Mark BROKEN_SSL for 14
...
OpenSSL 3 has been merged into OSVERSION 1400092 so also mark BROKEN_SSL
for 14 and OSVERSION 1400092 onwards.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2023-08-08 03:48:39 +02:00
Muhammad Moinur Rahman
72ff5c4c04
editors/wordgrinder: Mark BROKEN on FreeBSD 14
...
Fails to build with llvm16 use of undeclared identifier 'KEY_EVENT'
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2023-08-08 01:39:36 +02:00
Hiroki Tagato
9b7c573066
editors/vscode: update to 1.81.0
...
Changelog: https://code.visualstudio.com/updates/v1_81
Reported by: GitHub (watch releases)
2023-08-07 19:29:08 +09:00
Yasuhiro Kimura
aa499c7d99
editors/emacs-devel: Update to 2023-08-06 snapshot
...
Changes: 207cd4c...18e7bc8
2023-08-07 10:24:44 +09:00
Ashish SHUKLA
5d0a2e9fe2
editors/kakoune: Fix building on 13.2-STABLE
...
PR: 272968
Reported by: Oleh Hushchenkov <o dot hushchenkov at gmail dot com>
2023-08-06 19:12:06 +00:00
Alexey Dokuchaev
d13903c803
editors/bined: update the port to the latest version 0.2.2
...
Install help files and adjust the wrapper launch script so they
could be found (alternative to ``cd ${JAVAJARDIR}'' is to patch
the source code, but then we'd lose the advantage of NO_BUILD).
Reported by: portscout
2023-08-06 08:26:16 +00:00
Hiroki Tagato
3149ee4361
editors/vscode: chase electron22 update
2023-08-06 16:56:31 +09:00
Ashish SHUKLA
525256736c
editors/kakoune: Update to 2023.08.05
...
- Remove dependency on GCC, fixed upstream
2023-08-05 20:53:19 +00:00
Dmitri Goutnik
09b993031a
all: Bump PORTREVISION after lang/go{119,120} update
2023-08-04 09:24:50 -05:00
Muhammad Moinur Rahman
2d8686435c
editors/uemacs: Fix build with llvm16
...
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2023-08-02 20:53:44 +02:00
Muhammad Moinur Rahman
048fdd0a61
editors/nvi-m17n: Fix build with llvm16
...
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2023-08-02 18:22:20 +02:00
Muhammad Moinur Rahman
a4135938b1
editors/e93: Fix build with llvm16
...
- Pet portclippy
Sponsored by: The FreeBSD Foundation
2023-08-02 18:22:19 +02:00
Muhammad Moinur Rahman
b71fa5b6b7
editors/zile: Fix build with llvm16
...
- Pet port{clippy|fmt}
- Utilize USES=localbase
Sponsored by: The FreeBSD Foundation
2023-08-02 16:16:42 +02:00
Yuri Victorovich
11426bd22d
editors/orbiton: Update 2.62.7 → 2.62.9
...
Reported by: portscout
2023-08-01 18:33:06 -07:00
Rene Ladan
5981a24740
all: remove support for expired FreeBSD 13.1
...
Approved by: portmgr (implicit), salvadore (gcc ports)
Reviewed by: jbeich
Differential Revision: https://reviews.freebsd.org/D40845
2023-08-01 13:27:28 +02:00
Yasuhiro Kimura
efa050b901
editors/with-editor-devel: Update to latest snapshot
...
Changes: 9e43735...a485378
2023-08-01 10:18:06 +09:00