2218 Commits

Author SHA1 Message Date
jasper
3f5a60a0a4 fix build with clang6; from upstream 2018-04-09 18:21:05 +00:00
robert
9c30a506dd update to 6.0.3.2 2018-04-05 21:49:33 +00:00
jca
6ee48d37dd Works again on arm, thanks to kettenis' work on FP support 2018-04-02 14:06:09 +00:00
kn
089310fd00 Update vis to 0.5
OK rsadowski
2018-03-31 11:06:39 +00:00
naddy
9441cd8caf fix an eye-watering C language abuse: function pointers have no guaranteed
ordering; from upstream git
2018-03-18 20:38:39 +00:00
robert
907902b41c update to 6.0.2.1 and use libepoxy from the system to avoid patching for
opening libGL.so.1 because the system one has the patch already
2018-03-15 15:15:07 +00:00
naddy
b9715a29c5 Update to 2.9.4.
Improvements since 2.9.0:
- A key can be bound to a string -- any mix of text and commands.
- Error messages are shown by default in bright white on red.
- <Tab> and <Shift+Tab> can be used to indent/unindent a marked region.
- Can snip trailing whitespace while typing, with 'set trimblanks'.
- The ability to record and replay a series of keystrokes (a macro).
- Assigned functions to ^S (save file) and ^Q (start backward search).
- Indenting and unindenting have been integrated into the undo system.
- Support for $XDG_CONFIG_HOME for the nanorc file, and $XDG_DATA_HOME
  for the history files (of search strings and cursor positions).
2018-03-12 21:17:27 +00:00
sthen
799b22052e update to vim-8.0.1589 2018-03-08 16:04:30 +00:00
sthen
b98b6d18ae bump; plist changes now we are at 6.3-beta 2018-02-28 19:23:56 +00:00
bket
74bcbdf980 update to focuswriter-1.6.10
focuswriter now requires QT5. Thanks to sthen@ for noticing that
x11/qt5/qtmultimedia should be added as LDEP.

OK sthen@
2018-02-24 13:13:40 +00:00
bket
108d48f339 update to scite-4.0.3
OK landry@
2018-02-24 10:55:25 +00:00
bket
3ba88b46b8 update to scintilla-4.0.3
bump majors as symbols have been added, and removed.

OK landry@
2018-02-24 10:54:50 +00:00
robert
6e60847c73 update to 6.0.1.1 2018-02-10 16:49:57 +00:00
robert
d87aba205e unbreak build if there is no cppunit installed on the system 2018-02-08 09:57:36 +00:00
robert
0aad37eda1 update to 6.0.0.3 2018-02-05 17:15:05 +00:00
rsadowski
6c5e18d857 Update calligra to 3.1.0
Changelog:
https://www.calligra.org/news/calligra-3-1-0-released/

ok landry@
2018-02-03 21:01:36 +00:00
awolk
1aec24e881 editors/ghostwriter 1.5p2 spellchecking fix
OK landry@

upstream hardcodes directories with dictionaries,
we rely on mozilla-dicts - including a patch
to look for dictionaries in that directory.

Patch submitted upstream as:
https://github.com/wereturtle/ghostwriter/pull/285
2018-01-28 17:05:26 +00:00
jca
08e2ce0485 Mark as BROKEN on arm, SIGILL when trying to use SIMD instructions
We don't know yet why those instructions are used here, the best way
forward might just be to support hardfp...
2018-01-24 00:35:14 +00:00
robert
1d7af7ee5b set LC_CTYPE to en_US.UTF-8 if not set to anything else so that
documents with special characters can be opened
2018-01-22 15:48:21 +00:00
kirby
74f6b0c3a6 update HOMEPAGE and MASTER_SITES 2018-01-21 08:27:30 +00:00
jca
d9d834211e Needs a c++11 compiler 2018-01-19 17:11:35 +00:00
sthen
281feb8d2d update to joe-4.6, from Björn Ketelaars, ok landry@ 2018-01-16 22:09:27 +00:00
jca
39150ad12b Install manpages
from Thanasoulas Spiros (maintainer)
2018-01-08 00:22:54 +00:00
fcambus
4b77a4219e Update hexedit to 1.4.2 and take MAINTAINER.
OK sthen@, jca@
2018-01-03 14:13:07 +00:00
robert
52cb691f85 add missing distfile 2018-01-03 11:54:56 +00:00
bcallah
d04c5e513d Change these to my openbsd email address and bump.
ok giovanni@
2018-01-01 18:11:46 +00:00
robert
a18189fddd forgot to commit this patch in the previous commit for fixing the build 2018-01-01 13:37:49 +00:00
kili
86c0ab63c6 Update to gummi-0.6.6.
Tested by Sebastian Neuper, thanks!
2017-12-31 20:05:45 +00:00
robert
c3b3e1df7f use system graphics/glm; fixes build breakage 2017-12-31 09:00:27 +00:00
robert
7b5ea120f5 update to 5.3.7.2 and drop COMPILER line as we are amd64 and i386 only 2017-12-29 07:39:30 +00:00
ajacoutot
2521c4748a Typo in comment. 2017-12-27 20:41:37 +00:00
jca
57b5e71b39 Don't use ld -Z on arm64
configure: error: installation or configuration problem: C compiler cannot create executables.

says

http://build-failures.rhaalovely.net//aarch64/2017-12-09/editors/emacs21,no_x11,-el.log
2017-12-26 06:37:21 +00:00
landry
e8ca84fcd7 +vis 2017-12-23 12:31:59 +00:00
landry
afc6161b17 Import vis 0.4 (binary renamed to vise to avoid conflicts).
Vis aims to be a modern, legacy free, simple yet efficient editor combining the
strengths of both vi(m) and sam.

It extends vi's modal editing with built-in support for multiple
cursors/selections and combines it with sam's structural regular expression
based command language.

As an universal editor it has decent Unicode support and should cope with
arbitrary files including: large, binary or single-line ones.

Efficient syntax highlighting is provided using Parsing Expression Grammars
which can be conveniently expressed using Lua in the form of LPeg.

From Klemens Nanni and Carolyn Saunders
ok tb@
2017-12-23 12:31:27 +00:00
kirby
7974816db0 tweak CXXFLAGS to fix build with ports-gcc
ok jca@
2017-12-22 06:27:16 +00:00
kili
6a08325b2c Use -rdynamic instead of -export-dynamic in CFLAGS. While gcc just
silently passes -export-dynamic to the linker, clang doesn't, issues
a warning and discards it. This leads to lots of runtime warnings like
Gtk-WARNING **: Could not find signal handler ...
printed and to misbehaviour of gummi (especially menus don't work).

Problem (including the clang warnings about '-e xport-dynamic') by
Sebastian Neuper.

Some help and hints from jca@.

While this isn't the best way to fix it (because clang still prints
warnings when compiling rather than linking), it just works[tm],
and apart from one newer release of gummi (0.6.6), there's not much
upstream activity.
2017-12-21 19:36:17 +00:00
jca
6bc26cc00b Stop linking against libelf.
The autotools setup detects and links against it, but the code of vim
doesn't use it.  Discusse with sthen@, who found this mail (2001!) from
upstream.

  https://marc.info/?l=vim-dev&m=100487203621247&w=2
2017-12-15 01:44:21 +00:00
jca
f4584fe707 Need a C++11/14 compiler 2017-12-14 06:44:23 +00:00
edd
942c3170e9 Update editors/py-neovim to 0.2.0.
OK awolk@, abieber@. Thanks.
2017-12-02 12:30:56 +00:00
edd
ef5e4d63d1 Update editors/neovim to version 0.2.2.
Thanks to the neovim devs and awolk@ for helping diagnose the test failure.

OK awolk@, abieber@. Thanks!
2017-12-02 12:28:05 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
naddy
caeccdc4a0 replace gettext module 2017-11-17 14:47:42 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
naddy
d3fccf836d replace gettext module 2017-11-16 22:23:42 +00:00
naddy
445ca8c0a3 replace gettext module 2017-11-16 18:39:25 +00:00
jasper
8e91a03520 sync WANTLIB 2017-11-16 07:58:43 +00:00
bcallah
442d22be89 Switch a dependency from devel/luabitop to devel/lua-bitop and bump.
ok kirby@
2017-11-14 14:55:16 +00:00
rsadowski
8d59120635 sync WANTLIB; add Xtst
ok ajacoutot@
2017-11-12 18:16:22 +00:00
landry
fe3528c808 Fix some WANTLIB after nss dependency change (sometimes, just remove
unneeded softokn3, sometimes replace it by nssutil3) - note that there
might be more WANTLIB to fix/remove from those ports, but i only
concentrated on the changes related to nss.
2017-11-09 19:44:12 +00:00