summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* security/mbedtls: Update to 2.28.0 and fix make testTijl Coosemans2022-01-281-0/+1
| | | | | | Also bump dependent ports for library version change. PR: 255084
* editors/gedit-plugins: unbreak build with Meson 0.61.0Jan Beich2022-01-252-0/+5
| | | | | | | | 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
* editors/elementary-code: unbreak build with Meson 0.61.0Jan Beich2022-01-242-0/+5
| | | | | | | | 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
* editors/marker: unbreak build with Meson 0.61.0Jan Beich2022-01-241-0/+1
| | | | | | | | 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
* cleanup: remove transitive py27 deprecation (www/qt5-webengine)Rene Ladan2022-01-231-3/+0
|
* editors/vscode: remove transitive py27 deprecation (electron)Rene Ladan2022-01-231-3/+0
|
* editors/gedit: unbreak build with Meson 0.61.0Jan Beich2022-01-232-0/+5
| | | | | | | | 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
* editors/calligra: switch to C++17 for upcoming popplerAdriaan de Groot2022-01-215-6/+1616
| | | | | | | | | | | | | | 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
* editors/cpeditor: Update 6.8.2 -> 6.10.1Yuri Victorovich2022-01-202-21/+22
| | | | Reported by: portscout
* editors/tea: Update to 60.7.0Danilo Egea Gondolfo2022-01-182-4/+4
|
* editors/tea: Update to 60.6.0Danilo Egea Gondolfo2022-01-182-4/+4
|
* editors/nano: Update to 6.0Danilo Egea Gondolfo2022-01-183-6/+5
| | | | PR: 260588
* editors/parinfer-rust: Update to latest git snapshotAshish SHUKLA2022-01-183-274/+230
| | | | | | | | - Explicitly enable support for Emacs - Remove the already upstream-ed vim support patch PR: 261221 Approved by: mikael (maintainer)
* editors/emacs-devel: Set GLIB_SCHEMASJoseph Mingrone2022-01-172-1/+1
| | | | | | | | | ...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
* *: Fix USE_GNOME usageTobias Kortkamp2022-01-171-1/+1
| | | | | | | USE_GNOME no longer implies USES=gnome. USE_GNOME will not have any effect unless you add USES=gnome yourself. Reported by: portscan
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-176-4/+6
|
* editors/mg: Update to 7.0Tobias Kortkamp2022-01-172-4/+4
| | | | Changes: https://github.com/ibara/mg/releases/tag/mg-7.0
* editors/imhex: Update to 1.13.2MANTANI Nobutaka2022-01-179-20/+88
|
* editors/emacs-devel: Fix plist issueJoseph Mingrone2022-01-151-2/+2
| | | | | | | 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
* editors/emacs-devel: Update to 2022-01-15 snapshot 9845f6bYasuhiro Kimura2022-01-153-5/+7
|
* editors/rehex: update to 0.4.1Fernando Apesteguía2022-01-142-4/+4
| | | | | | ChangeLog: https://github.com/solemnwarning/rehex/releases/tag/0.4.1 Reported by: portscout
* devel/electron13: update to 13.6.7Hiroki Tagato2022-01-131-1/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v13.6.7
* math/gsl: bump portrevision of consumers after update to 2.7.1Tobias C. Berner2022-01-121-1/+1
| | | | PR: 260201
* editors/xed: update the port to version 3.2.2.Alexey Dokuchaev2022-01-122-4/+4
|
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-107-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* editors/texstudio: Update to 4.2.0Alexandre C. Guimarães2022-01-101-0/+1
| | | | - bump PORTREVISION due to previous ac51135afd4b
* audio/py-mutagen: Update to 1.45.1Alexandre C. Guimarães2022-01-102-4/+4
| | | | PR: 259241
* editors/zile: Update to 2.6.2Wen Heping2022-01-102-6/+7
|
* editors/with-editor: Update to 3.1.1Yasuhiro Kimura2022-01-082-4/+4
| | | | Changes: https://github.com/magit/with-editor/commits/v3.1.1
* editors/with-editor: Update to 3.1.0Yasuhiro Kimura2022-01-072-8/+7
| | | | Changes: https://github.com/magit/with-editor/commits/v3.1.0
* KDE: Update KDE Gear to 21.12.1Tobias C. Berner2022-01-062-3/+10
| | | | | | | | | | | | | 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/
* Please welcome LibreOffice suite 7.2.5 release! (+)Dima Panov2022-01-06107-431/+441
| | | | | | | | 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
* devel/electron13: update to 13.6.6Hiroki Tagato2022-01-061-0/+1
| | | | Changelog: https://github.com/electron/electron/releases/tag/v13.6.6
* editors/helix: Update to 0.6.0Ashish SHUKLA2022-01-043-71/+187
| | | | - Also strip the tree-sitter modules
* editors/emacs-devel: Build pure GTK Emacs by defaultJoseph Mingrone2022-01-032-21/+28
| | | | | | | | | | | | | | | | | - 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
* editors/emacs-devel: Update to 2022-01-01 commit, 4d1968bJoseph Mingrone2021-12-313-14/+34
| | | | | | | This commit introduces a new OPTION, pgtk, which builds a pure GTK implementation of Emacs. Sponsored by: The FreeBSD Foundation
* editors/neovim: Update to 0.6.1Adam Weinberger2021-12-312-5/+4
|
* editors/imhex: Update to 1.12.1.MANTANI Nobutaka2021-12-2716-99/+126
|
* editors/rehex: update the port to version 0.4.0 and relinquish control.Alexey Dokuchaev2021-12-262-6/+7
|
* editors/o: Update 2.45.0 -> 2.46.0Yuri Victorovich2021-12-222-19/+19
| | | | Reported by: portscout
* editors/linux-sublime-text4: Updated to 4126Eric Turgeon2021-12-223-6/+5
|
* editors/vscode: update to 1.63.2Hiroki Tagato2021-12-203-12/+12
| | | | Changelog: https://code.visualstudio.com/updates/v1_63
* editors/xvile: update to 9.8vThomas E. Dickey2021-12-206-152/+108
| | | | | | | | | | | | 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)
* editors/vile: update to 9.8vThomas E. Dickey2021-12-203-19/+5
| | | | | | | | | | | | 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)
* KDE: Chase availabiliy of qt5-declarativeTobias C. Berner2021-12-172-1/+2
| | | | | | 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.
* editors/emacs-devel: Update to git snapshot 5a057f6Ashish SHUKLA2021-12-153-7/+16
| | | | Also add on-by-default option SQLITE3 for SQLite 3.x support
* editors/texstudio: Update to 4.1.2Alexandre C. Guimarães2021-12-152-5/+4
|
* editors/vscode: update to 1.63.1Hiroki Tagato2021-12-152-9/+9
| | | | Changelog: https://code.visualstudio.com/updates/v1_63
* graphics/poppler: update to 21.12Tobias C. Berner2021-12-138-8/+8
| | | | | | | | | | | | | | | | | | | | | | 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
* editors/kak-lsp: Update to 11.1.0Mikael Urankar2021-12-122-8/+13
| | | | Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v11.1.0