2673 Commits

Author SHA1 Message Date
rsadowski
ced63808fc Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:48:22 +00:00
rsadowski
aab0d1d524 Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:47:35 +00:00
rsadowski
6fe002d65b Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:47:06 +00:00
rsadowski
bb7e8afac2 Update (riverbankcomputing) py-qt5 and friends to the latest Qt5.15 versions
This update is in sync with the Qt 5.15 update
2021-01-19 06:26:49 +00:00
naddy
5b8bde3918 editors/nano: update to 5.5
Noteworthy improvements:
- Option --minibar reduces the interface to a bottom bar with basic info.
- Option --markmatch marks the search result, for better visibility.
2021-01-18 00:09:04 +00:00
robert
9548562092 unbreak libreoffice after the libc++ update by merging another
fix from upstream for exception handling and remove an obsolete
patch while here
2021-01-16 11:17:05 +00:00
bcallah
0e02f54568 Update to moe-1.11 2021-01-14 23:42:58 +00:00
fcambus
7511089faa Drop maintainership. 2021-01-14 21:55:21 +00:00
naddy
1a71d75229 fix editors/libreoffice build with libc++ 10.0, from upstream
"gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteException"
cc5a6c6afe

ok robert@
2021-01-11 13:26:27 +00:00
fcambus
9f4042a0f0 Drop maintainership. 2021-01-10 16:52:36 +00:00
sthen
2d1ed97d3f update to vim-8.2.2230 2020-12-27 18:24:20 +00:00
ajacoutot
2f2d2fd3d0 Add DEBUG_PACKAGES. 2020-12-23 14:41:06 +00:00
robert
c6207868bc update to 7.0.4.2 2020-12-22 15:28:19 +00:00
bcallah
bfb9cad789 Update to featherpad-0.16.0
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.16.0
2020-12-21 22:26:10 +00:00
sthen
63f9c6ccce update to vile-9.8u, from Ashton Fagg 2020-12-15 15:39:28 +00:00
kn
8d0e052228 Update to vis 0.7
"This is mostly a bug fix release with fixes for a few cases of undefined
behavior and preliminary work for experimentation with different core text
management data structures and general editor architecture."

https://github.com/martanne/vis/releases/tag/v0.7
2020-12-11 19:17:41 +00:00
gonzalo
2deeee1e8e Update for Zile to 2.4.15.
Keeping jca@'s patch for vasnprintf from jca@
2020-12-09 10:24:57 +00:00
naddy
285f9f77cc Update to 5.4. Notable improvement:
The cursor skips over combining characters, <Del> deletes them together
with the character they combine with, but <Bsp> deletes them separately.
2020-12-05 17:44:36 +00:00
sthen
f8fab62f85 update to vim-8.2.2083 2020-12-03 21:35:55 +00:00
sthen
30224e7522 update to vim-8.2.2034 2020-11-23 10:49:41 +00:00
jeremy
06ac160d22 Bump related ports after default Ruby version switch
OK gkoehler@
2020-11-17 03:19:36 +00:00
jca
29c40bf7cc Add link to upstream commit 2020-10-23 21:34:05 +00:00
landry
6142a996d1 Make sure system minizip isnt used, as its options/defines differ from
the bundled one and build fails if system minizip is detected.

reported by naddy@, thanks !
2020-10-20 16:45:54 +00:00
robert
54685f7cd2 update to 7.0.2.2 2020-10-15 17:36:42 +00:00
naddy
33c2a0ea6d Update to 5.3. Notable improvement:
- With --stateflags the state of some things is shown in the title bar.
2020-10-12 15:13:48 +00:00
rsadowski
f7bb9ac822 Bump after hunspell update
The library name has changed from hunspell-1.6 to hunspell-1.7.
2020-10-09 19:12:00 +00:00
sthen
5c47a93869 update to vim-8.2.1805, fixing a bug with :shell introduced in 8.2.1513
that is somewhat nasty on OpenBSD (https://github.com/vim/vim/issues/7079,
reported by Oliver Taïbi).

- shuffle some lang entries to the correct PLIST while there
2020-10-06 16:21:00 +00:00
jca
644a1b7a49 Prevent gnulib compat code from using snprintf("...%n") for no good reason
Heavier fix in upstream gnulib:
https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html

Spotted in a test bulk by naddy@, ok gonzalo@ (maintainer)
2020-10-05 23:04:15 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
sthen
5a25d18a36 move py-qscintilla to py3-only, from kn@
merge old py-qscintilla-common into py3-scintilla, from me, ok kn@
2020-10-02 21:40:25 +00:00
naddy
b7466b4627 update to 5.2 for some bug fixes 2020-09-19 15:02:57 +00:00
sthen
54d1ee8cdc update to vim-8.2.1704, based on update to 8.2.1700 from jasper@ 2020-09-18 12:29:47 +00:00
ajacoutot
c7d9caa8d2 Move to py3 and unbreak. 2020-09-13 10:10:07 +00:00
rsadowski
208c67dd91 Use MODPY_WANTLIB
OK edd
2020-09-07 14:45:49 +00:00
robert
9f1fec5820 update to 7.0.1.2 2020-09-05 05:41:37 +00:00
gnezdo
dad6d91999 editors/kakoune 2020.08.04->2020-09-01
This is mostly a bugfix release.
 * Daemon mode (-d switch) does not fork anymore.
 * Fix crash on completion.

MAINTAINER UPGRADE By Frederic GALUSIK <openbsd@galusik.fr>
ok solene@
2020-09-04 03:43:29 +00:00
naddy
c552ea72f3 bump for plist changes 6.7 -> 6.8 2020-08-31 22:20:49 +00:00
bcallah
f4a46da3b6 Update to editorconfig-core-c-0.12.4.
Changelog:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.4

Its one consumer (x11/elementary/code) is happy with this.
2020-08-30 18:54:06 +00:00
fcambus
7a4c8c9a24 Update hexedit to 1.5. 2020-08-29 12:26:52 +00:00
bcallah
56af9583e6 Update to featherpad-0.15.0
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.15.0
2020-08-23 19:38:14 +00:00
jca
55039f29b8 Update to emacs-27.1
The most prominent change for us is probably the new portable dumper,
emacs no longer modifies the layout of its ELF executable as part of its
dumping mechanism.  No more sbrk-based allocator at build time, no more
nopie or ld -Z workarounds, etc.

From the release announce email:
--8<--
Emacs 27.1 has a wide variety of new features, including:
  - Built-in support for arbitrary-size integers
  - Text shaping with HarfBuzz
  - Native support for JSON parsing
  - Better support for Cairo drawing
  - Portable dumping used instead of unexec
  - Support for XDG conventions for init files
  - Additional early-init initialization file
  - Lexical-binding is used by default
  - Built-in support for tab bar and tab-line
  - Support for resizing and rotating of images without ImageMagick
-->8--

Feedback for 27.0.91 pretest from bcallah@, matthieu@, krw@
Feedback for 27.1 from Nam Nguyen, ok krw@
2020-08-23 09:55:00 +00:00
rsadowski
5d7f1b9daf Rework multimedia/phonon multimedia/phonon-backend
- Merge multimedia/phonon-qt5 into multimedia/phonon and remove the
  phonon MODULE.
- Update all phonon ports to the latest version.
- Regen all consumer WANTLIB's and bump them.
2020-08-20 18:00:13 +00:00
edd
9685e5a778 editors/py-neovim: Simple update to version 0.4.1.
To accompany the neovim update.
2020-08-18 19:17:28 +00:00
edd
934e913e22 editors/neovim: Incremental update to version 0.4.4.
Initial diff sent in from Travis Cole, then some tweaks by myself.

Thanks!
2020-08-18 19:15:54 +00:00
naddy
404acfbb21 Update to 5.1. Improvements:
- M-Bsp deletes a word leftward.
- With --indicator a "scrollbar" is shown, indicating position+portion.
- M-Ins places an anchor, M-PgUp/M-PgDn jump to the nearest anchor.
- Toggling help lines (M-X) and Refresh (^L) work nearly everywhere.
- Colors can be modified with the attributes "bold," and/or "italic,".
- Nine new color names: from pink and purple to orange and latte.
2020-08-12 20:49:16 +00:00
landry
a5f46e55f0 Use the powerpc fix for missing RunStyles symbols on all 32-bits archs
fixes geo/qgis build failure on i386 after the llvm update
2020-08-11 18:58:44 +00:00
millert
98de0ec907 Update nvi to version 2.2.0.
They have moved to out-of-source builds so we can remove most of
our patches.  OK bentley@
2020-08-10 18:20:21 +00:00
solene
7702546add Update to kakoune-2020.08.04
maintainer Frederic Galusik is ok
2020-08-10 06:59:14 +00:00
robert
ca79e2059c add some missing OpenBSD ifdefs to take the Linux codepath 2020-08-09 06:33:26 +00:00
jasper
c6ed35663c update to vim-8.2.1382
ok sthen@ (MAINTAINER)
2020-08-07 09:24:35 +00:00