2690 Commits

Author SHA1 Message Date
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
robert
1fa686a604 update to 7.3.1.3 2022-03-05 20:31:22 +00:00
sthen
54ddaeccdf add more languages for libreoffice, ok robert@ 2022-03-01 13:55:04 +00:00
naddy
e2882c8227 editors/nano: update to 6.2 2022-02-27 14:36:46 +00:00
naddy
a3c56cbfe6 bump again for plist changes 7.0 -> 7.1
A sparc64 snapshot was accidentally built on a 7.0 kernel but after
the REVISION bumps in ports.

requested by sthen@
2022-02-26 22:59:44 +00:00
sthen
02dd1fea49 build vim,gtk3,python3; we already have vim,no_x11,python3 2022-02-26 15:08:50 +00:00
sthen
24c6afe427 update to vim-8.2.4476
diff-wrangling for the "backout SIGTSTP changes" diff (re
https://github.com/vim/vim/pull/9422) because other changes have been
made to the upstream code (it's still broken)
2022-02-26 13:48:31 +00:00
naddy
bba58617cd bump for plist changes 7.0 -> 7.1 2022-02-20 18:54:09 +00:00
rsadowski
98f7d6f766 Add missing bump and missing patches in the previous commit 2022-02-20 13:29:13 +00:00
rsadowski
589fcd1a25 Switch build from C++14 to C++17 (in some parts)
Add patches from upstream; stolen from FreeBSD/ArchLinux.
This should hopefully avoid the countless build errors.

Issues reported by naddy and tb. Thanks
2022-02-20 13:27:47 +00:00
robert
7042799463 unbreak after kf5 update
From 5fd5e42bf28a7910321c6b6d76257e7386839fbc Mon Sep 17 00:00:00 2001
From: Michael Weghorn <m.weghorn@posteo.de>
Date: Wed, 16 Feb 2022 13:38:47 +0100
Subject: configure.ac: Update kf5 include/lib check to work with KF5 >= 5.91
2022-02-20 08:58:54 +00:00
bcallah
36d6774fd7 Update to GNU moe 1.12 2022-02-19 14:11:07 +00:00
rsadowski
12ae4c69cc Remove the cmake wxneeded-hack and replace it with USE_WXNEEDED
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.

Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".

Feedback, help and OK sthen@ Thanks!
2022-02-13 16:38:29 +00:00
naddy
15d44c72fc editors/nano: update to 6.1 2022-02-12 15:11:34 +00:00
kn
a7cf2a6ccb Fix sparc64 build by using ports-gcc not ports-clang
Error with ports-clang:
	/tmp/Credits-910602.s: Assembler messages:
	/tmp/Credits-910602.s:45266: Error: can't resolve `.L.str.397' {.rodata.str1.1 section} - `reltable._ZN9SciTEBase15SetAboutMessageERN3GUI15ScintillaWindowEPKc' {.rodata section}
	[same error multiple times]
	clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)

Same treatment as editors/scintilla
2022-02-11 09:03:00 +00:00
kn
1d76ec1521 Fix sparc64 build by using ports-gcc not ports-clang
Error with ports-clang:
	/tmp/Editor-6a96be.s: Assembler messages:
	/tmp/Editor-6a96be.s:45266: Error: operation combines symbols in different segments
	[same error multiple times]
	clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)

OK kmos sthen
2022-02-10 21:34:07 +00:00
edd
236785ea41 editors/neovim: simple update to v0.6.1. 2022-02-09 09:24:13 +00:00
robert
8e71b535a5 move java specific files to the java subpackage 2022-02-05 17:19:05 +00:00
robert
5113b71a0a update to 7.3.0.3 2022-02-03 20:09:24 +00:00
sthen
84a492ce9d vim: backout ab16ad33ba (patch 8.2.3941) which results in an
uninterruptible loop when pressing ^Z

ab16ad33ba
2022-01-17 17:03:19 +00:00
kmos
c83d5804e6 Fix build on sparc64 by doing the usual c99 fix 2022-01-16 11:02:55 +00:00
sthen
74c2e59703 update to vim-8.2.4096 2022-01-15 15:40:27 +00:00
bcallah
68309fb088 Update to featherpad-1.1.1
Changelog: https://github.com/tsujan/FeatherPad/releases
2022-01-15 14:18:26 +00:00
namn
b1dc08d2da update editors/TeXmacs 2.1.1
Update to 2.1.1, released on Dec 18, 2021.

- add x11/qt5/qtsvg to LIB_DEPENDS and regen WANTLIB
- remove unused -Wno-deprecated-register
- NO_TEST because tests require Xorg access
- add -DUSE_STACK_TRACE=ON for execinfo

feedback and tweaks from op@
2022-01-14 04:30:11 +00:00
paco
ce756cabe1 update editors/neovim to 0.6.0
With quite some help from edd@ and tweaks from kn@
Tested by kn, edd, Evan Fiddes and myself.

ok kn@, edd@ (maintainer)
2021-12-25 10:44:22 +00:00
mestre
bf1a6ea2c4 update to 6.0. ok naddy@
Improvements:
- Option --zero hides the interface and uses the whole terminal for editing.
- Colors can be given also in #rgb hexadecimal, to select the nearest color
  from the 6x6x6 color-cube palette available on 256-color terminals.
- Fourteen new color names are available, from rosy to crimson.
2021-12-20 15:23:35 +00:00
namn
06ee60ec99 editors/calligra link imath and remove kcalendarcore and kcontacts
- Remove kcalendarcore and kcontacts from BUILD_DEPENDS and
  RUN_DEPENDS. A new port of KF5Akonadi is required in order to link
  against these.
- Add CONFIGURE_ARG to skip finding KF5Akonadi.
- Add math/imath to LIB_DEPENDS and Imath-3_1 to WANTLIB.
- Set OpenEXR_FOUND in CMakeLists.txt patch to help with linking against
  imath.

OK rsadowski@
2021-12-17 11:00:26 +00:00
rsadowski
c402330b0d Move dependencies from LDEP to RUN/BUILD, remove unneeded openexr,libwpd
spotted by sthen@
2021-12-13 18:21:35 +00:00
robert
b90e1409c4 update to 7.2.4.1 2021-12-07 20:44:07 +00:00
solene
b5852daca0 Update to kakoune-2021.11.08
Patch from maintainer Frederic Galusik
2021-11-25 17:13:27 +00:00
robert
8352af36d4 fix Makefile of 7.2.3.2 by using the correct version 2021-11-25 16:23:22 +00:00
robert
9259940afe update to 7.2.3.2 2021-11-25 16:21:07 +00:00
espie
208c0b1f40 default for PKGNAME-sub where it makes sense, no pkgnames change 2021-11-22 15:00:41 +00:00
sthen
3d643a24f2 update to vim-8.2.3596, requested by tj@
apparently crashes when typing in malformed commands is enough for a "high" cve these days
2021-11-15 16:26:21 +00:00
bcallah
b08e3440f1 Update to featherpad-1.0.1
Changelog: https://github.com/tsujan/FeatherPad/releases
Original diff from Ricardo <risantos () protonmail ! com>, tweaked by me
2021-11-12 12:29:24 +00:00
sthen
8ceea66a9d sort 2021-11-02 21:04:58 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
kili
080b252224 Update to gummi-0.8.2. 2021-11-01 18:34:14 +00:00
bentley
be4f70e430 Move homepage/master_sites to https. 2021-10-31 22:15:04 +00:00
sthen
fd91f49ea2 add missing TDEP on neovim, use MODPY_PYTEST 2021-10-31 19:17:05 +00:00
ajacoutot
44cccd104c Fix build with meson >= 0.60.0 2021-10-30 17:10:46 +00:00
phessler
5317395de0 mark as BROKEN-aarch64
# github.com/zyedidia/pty
../../../../go/pkg/mod/github.com/zyedidia/pty@v2.0.0+incompatible/doc.go:15:9: undefined: open
2021-10-30 12:53:25 +00:00
bcallah
0b126b6f93 Update to editorconfig-core-c-0.12.5
Fixes a memory leak:
https://github.com/editorconfig/editorconfig-core-c/compare/v0.12.4...v0.12.5
2021-10-30 04:23:02 +00:00
solene
2aa4a27328 Take maintainership 2021-10-28 16:23:33 +00:00
sthen
ba1f7762ea remove py-neovim leaving py-neovim,python3 (it is a FLAVORS=python3 +
FLAVOR=python3 port so this is a surplus unneeded entry)
2021-10-24 22:36:51 +00:00
bentley
faef855ba5 Missed patch... 2021-10-24 21:30:40 +00:00
bentley
687dfe34a8 Pledge "stdio rpath wpath cpath tty" at the start of main().
Take maintainership.

I've been running with this patch for several months.
2021-10-24 21:28:42 +00:00
fcambus
32704b9d5b editors/tweak: Fix buffer overflow in 'unknown key sequence' error report.
From upstream commit ad97e1337e1e1df934b7f3674fa6c9f7e8eb603f.
2021-10-24 10:06:59 +00:00
ajacoutot
0fb8bd4ffa Missing BDEP on devel/gobject-introspection. 2021-10-23 07:04:35 +00:00
sdk
389f2e530d Add subdir apostrophe to makefile 2021-10-16 13:45:46 +00:00