aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* editors/neovim: Update to 0.7.2Adam Weinberger2022-06-262-4/+4
|
* devel/electron17: update to 17.4.8Hiroki Tagato2022-06-231-0/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v17.4.8
* editors/cudatext: Add missing changes on previous commitJose Alonso Cardenas Marquez2022-06-212-6/+6
|
* lang/fpc: Fix build issues building some fpc based appsJose Alonso Cardenas Marquez2022-06-213-3/+3
| | | | | | | - Add missing parameter to getdirentries syscall function - Re-build i386 and amd64 bootstrap - Revert fpc-i386 (FPC_USE_LIBC) build to syscall build - Bump PORTREVISION in all ports dependant of freepascal compiler
* editors/ghostwriter: Update to 2.1.4Guido Falsi2022-06-202-4/+4
|
* */*: Bump PORTREVISIONJose Alonso Cardenas Marquez2022-06-181-1/+1
| | | | * editors/lazarus was updated to 2.2.2
* editors/cudatext: update to 1.166.0Jose Alonso Cardenas Marquez2022-06-183-24/+23
| | | | ChangeLog at: https://cudatext.github.io/history.txt
* editors/lazarus-*: update to 2.2.2Jose Alonso Cardenas Marquez2022-06-182-4/+4
| | | | ChangeLog at: https://gitlab.com/freepascal.org/lazarus/lazarus/-/commits/fixes_2_2
* editors/vscode: update to 1.68.1Hiroki Tagato2022-06-162-9/+9
| | | | Changelog: https://code.visualstudio.com/updates/v1_68
* editors/emacs-devel: Update to 2022-06-15 snapshotYasuhiro Kimura2022-06-163-16/+25
| | | | Changes: https://github.com/emacs-mirror/emacs/compare/774880c...a29e0f1
* editors/o: Update 2.51.0 -> 2.52.0Yuri Victorovich2022-06-142-7/+6
| | | | Reported by: portscout
* editors/vscode: update to 1.68.0Hiroki Tagato2022-06-1210-40/+43
| | | | Changelog: https://code.visualstudio.com/updates/v1_68
* KDE: Update KDE Gear to 22.04.2 (June bugfix release)Tobias C. Berner2022-06-101-3/+3
| | | | | | | | | | | | | | | | 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: * ark: Support ‘7zip’ as well as ‘p7zip’. * konsole: Fix scroll position jumps regression. * okular: Fix crash while undoing with the menu on an empty annotation. Distro and app store packagers should update their application packages. Full Changelog: https://kde.org/announcements/changelogs/gear/22.04.2/
* */libreoffice*: update to 7.3.4 release (+)Dima Panov2022-06-09107-426/+428
| | | | | | | Stay fresh! LibreOffice 7.3.4 Community edition is now available, with over 80 bugfixes and compatibility improvements. Read more: https://blog.documentfoundation.org/blog/2022/06/09/libreoffice-7-3-4-community/
* editors/morla: remove gconf supportBaptiste Daroussin2022-06-081-3/+3
|
* editors/emacs: remove GCONF optionBaptiste Daroussin2022-06-081-5/+3
|
* editors/emacs-devel: remove GCONF optionBaptiste Daroussin2022-06-081-5/+4
| | | | | | gconf2 is a legacy from gnome2 and one of its last components, it is slowly being decomission, drop option and unecessary dependency on gconf where possible
* editors/fileobj: Update to 0.7.108Sean Farley2022-06-082-9/+7
| | | | | | | | | - small cosmetic changes ChangeLog: https://github.com/kusumi/fileobj/blob/v0.7/CHANGES PR: 263843 Approved by: maintainer timeout (zrj@dragonflybsd.org, > 1 month)
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-073-2/+3
|
* editors/gedit-plugins: Update to 42.1Neel Chauhan2022-06-062-4/+4
|
* editors/gedit: Update to 42.1Neel Chauhan2022-06-062-4/+4
|
* graphics/poppler: bump port revision of consumers after 22.06 upgradeTobias C. Berner2022-06-057-7/+7
|
* editors/imhex: Update to 1.18.2MANTANI Nobutaka2022-06-052-10/+10
|
* editors/elementary-code: update to 6.2.0Miguel Gocobachi2022-06-054-15/+33
| | | | | PR: 264358 Reported by: miguel@gocobachi.dev
* editors/mle: update to 1.5.0Fernando Apesteguía2022-06-052-11/+21
| | | | | | | ChangeLog: https://github.com/adsr/mle/compare/v1.4.3...v1.5.0 PR: 264337 Reported by: as@php.net (maintainer)
* devel/electron17: update to 17.4.7Hiroki Tagato2022-06-031-1/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v17.4.7
* editors/vim: Update to 8.2.5052 and fix vimrc clobberingAdam Weinberger2022-06-023-4/+9
| | | | | | | | | | | | Vim runtime's defaults.vim will clobber global vimrc settings. It's fine for the settings we provide, but other edits to that file can get lost. To work around this, defaults.vim is now directly sourced and a flag is set to stop that file from getting loaded a second time. Thanks go to Anton Saietskii for that bit of magic. PR: 251420
* editors/vim: Update to 8.2.5048Adam Weinberger2022-06-012-4/+4
|
* lang/rust: Bump revisions after 1.61.0Mikael Urankar2022-05-316-4/+6
|
* editors/emacs-devel: Update to 2022-05-30 commit, 774880cJoseph Mingrone2022-05-303-5/+13
| | | | | | | | | | | | | | | | | | Since the last port update two upstream bugs have been fixed. - The first was a fix to a crash caused by a use-after-free issue. This crash was likely only noticed on CURRENT, because jemalloc is built there with settings to fill freed memory with sentinel data (0x5a). The patch to fix the problem was submitted upstream by ashish@. - The second fix was for a longstanding bug that would cause Emacs to lock up under certain conditions when the primary selection was probed at regular intervals. [2] [1] https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=d52749202f690a50f832c25ddd80929d175e67b4 [2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22214 Sponsored by: The FreeBSD Foundation
* editors/imhex: Update to 1.18.1MANTANI Nobutaka2022-05-306-46/+21
|
* editors/ghostwriter: Update to 2.1.3Guido Falsi2022-05-292-4/+4
|
* editors/helix: Update to 22.05Ashish SHUKLA2022-05-293-151/+325
|
* devel/electron17: update to 17.4.6Hiroki Tagato2022-05-281-1/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v17.4.6
* editors/notepadnext: Update 0.5.1 -> 0.5.2Yuri Victorovich2022-05-274-14/+29
| | | | Reported by: piortscout
* editors/kak-lsp: Update to 12.2.1Mikael Urankar2022-05-243-211/+239
| | | | | | Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v12.2.0 https://github.com/kak-lsp/kak-lsp/releases/tag/v12.2.1
* devel/electron17: update to 17.4.5Hiroki Tagato2022-05-241-0/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v17.4.5
* editors/wxhexeditor: fix the port's build on ARMAlexey Dokuchaev2022-05-231-0/+9
| | | | | | Mixing different types in ternary expression is a bad idea. PR: 264007
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-225-5/+5
| | | | PR: 246106
* editors/jucipp: mark as BROKEN after recent boost upgradeDima Panov2022-05-221-0/+2
| | | | PR: 246106
* editors/pdfedit: unreak build after boost upgradeDima Panov2022-05-222-2/+11
| | | | PR: 246106
* editors/codelite: DEPRECATEFernando Apesteguía2022-05-191-0/+2
| | | | Port has no maintainer and has been broken for over a year.
* editors/diamond: update to latest upstream releaseAdriaan de Groot2022-05-193-33/+4
| | | | | There are no release notes, but this incorporates at least one compatibility fix that was added to ports as a patch previously.
* editors/vscode: update to 1.67.2Hiroki Tagato2022-05-1917-111/+119
| | | | | | Changelog: - https://code.visualstudio.com/updates/v1_66 - https://code.visualstudio.com/updates/v1_67
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-162-7/+7
| | | | | | | | | | | Update to 3.23.0. Fix pkg-plist: using the default share/man location Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html PR: 262886 Exp-run by: antoine
* editors/emacs-devel: Update to 2022-05-15 commit, 4cba465Joseph Mingrone2022-05-163-6/+10
| | | | | | https://github.com/emacs-mirror/emacs/compare/2fcbc74...4cba465 Sponsored by: The FreeBSD Foundation
* KDE: Update KDE Gear to 22.04.1 (bug fix & translation release)Tobias C. Berner2022-05-131-3/+3
| | | | | | | | | | | | | | | | | Thursday, 12 May 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, including: * dolphin: The terminal panel will keep in sync with quick folder changes now * kate: Fix crash on session restore * kalendar: Fix ’next week’ button in the week’s view The full changelog can be found at https://kde.org/announcements/changelogs/gear/22.04.1/
* editors/gnome-latex: Update to 3.40.0Neel Chauhan2022-05-092-6/+5
|
* graphics/poppler: bump portrevision of consumersTobias C. Berner2022-05-097-7/+7
|
* editors/rehex: update to 0.5.1Robert Clausecker2022-05-094-45/+9
| | | | | | | | | - remove upstreamed Makefile patch - make building of help files dependent on DOCS option Changelog: https://github.com/solemnwarning/rehex/blob/master/CHANGES.txt PR: 263687