Commit Graph

2349 Commits

Author SHA1 Message Date
jca
4f8b7684f4 Preemptively disable libotf and m17n-lib deps
Temporary until the mentioned libs are imported, I'll probably add m17n
support to the graphical emacs flavors later.
2019-03-26 16:19:36 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
sthen
771704c1f4 update to vim-8.1.1048 2019-03-24 22:02:15 +00:00
robert
e728b8d4f3 update to 6.2.2.2 2019-03-24 09:17:45 +00:00
sthen
c1e03434c1 build vim--gtk2 again (previously it had just plain "vim" using the default
flavour, previously gtk2 now gtk3 - change to explicitly listing both ,gtk2
and ,gtk3).
2019-03-18 15:13:16 +00:00
edd
5532d7814b Update Python bindings to neovim to 0.3.2.
Upstream has renamed the bindings, but for now we keep the old name.

OK sthen@, thanks!
2019-03-17 13:15:34 +00:00
edd
3a697a9799 Update to neovim v0.3.4.
This was a team effort between Jon Bernard and myself.

OK sthen@
2019-03-17 13:13:40 +00:00
sthen
82746f5134 update to vim-8.1.1007 2019-03-14 20:32:43 +00:00
ajacoutot
d1b7d01ebb Set BROKEN.
No idea what's happening but it aborts on startup for months now.
I'll try and have a look but the release is approaching.
2019-03-14 10:13:31 +00:00
bentley
42dd3485ea +wordgrinder 2019-03-11 03:49:17 +00:00
bentley
019609845c Import wordgrinder-0.7.2.
WordGrinder is a simple, Unicode-aware word processor that runs on the
console. It's designed to get the hell out of your way and let you write;
it does very little, but what it does it does well.

It supports basic paragraph styles, basic character styles, basic screen
markup, a menu interface that means you don't have to remember complex
key sequences, HTML import and export, and some other useful features.

WordGrinder does not require X. It runs in a terminal. (But there's a
version which uses X if you want it.)

ok kn@
2019-03-11 03:48:45 +00:00
sthen
347075f506 additional WANTLIB
add reminder comment if changing default flavour
2019-03-09 22:34:09 +00:00
sthen
066792a993 drop the RUN_DEPENDS on editors/vim; the way that flavours are setup
there, doing so forces a particular UI flavour to be installed by
default (e.g. "pkg_add vim-spell-af" would autoinstall the default
flavour of vim without allowing a selection).

bump REVISION in vim-spell-*, also unbreaks packaging following
the change in default flavour in vim reported by aja@
2019-03-09 11:19:27 +00:00
bcallah
d748b453da Bugfix update to focuswriter-1.7.2 2019-03-09 01:08:46 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
sthen
aae3cc431f update to vim 8.1.998
- add gtk3 flavour

- rework detection of incompatible flavours, less copy-and-pasting
when making changes

- remove the "huge" flavour, it wasn't linked to the build anyway, and
the option set by this was already used by default upstream
2019-03-08 01:55:36 +00:00
robert
56c3082761 update to 6.2.1.2 2019-03-06 17:57:30 +00:00
robert
cead58111e - sync some headers and use the correct thread id on openbsd
- use uname(3) to populate information in the About screen
2019-03-05 15:38:32 +00:00
cwen
d1079f21c5 neovim: remove useless linker option
We don't need to use -lc++abi because our neovim port disables luajit
and uses lua-5.1 instead.
This allows building neovim on archs that don't have libc++abi (tested
on macppc).

Spotted by jca@, who also modified my diff accordingly (thanks!)

OK jca@, "Fine with me!" edd@ (MAINTAINER)
2019-03-04 14:22:25 +00:00
ian
46a1ea8fe6 Remove BROKEN as builds on i386 with current clang. "give it a go" sthen@ 2019-03-01 17:05:30 +00:00
sthen
bc410fb783 update to nedit-5.7, from Alessandro De Laurenzis (taking MAINTAINER).
many bugs fixed, including crashers.

the external wrapmark.diff patch is dropped; it originally came from
http://ajbj.free.fr/nedit/nedit-scripts/INTERESTING/utilsrc/nedit/myNEditPatches/HairlineMargin.diff
and seems unmaintained (and doesn't apply to the newer version).
2019-02-28 23:00:47 +00:00
robert
9d6706fec0 add some missing ifdefs to use linux specific code on openbsd as well:
- add missing VCL backend info in About
- calculate max call level based on stack size
2019-02-28 22:09:41 +00:00
naddy
b1eb1d48fd bump for plist changes 6.4 -> 6.5 2019-02-28 01:52:37 +00:00
bcallah
48c86ee071 Update to featherpad-0.9.4
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.9.4
2019-02-26 15:34:50 +00:00
kili
6beda81f99 Fix poppler-qt5 dependency (it's print/poppler,,-qt5, with *two* ,). 2019-02-17 20:39:35 +00:00
kili
45a17bec7e Unbreak build with newer poppler.
From George Koehler, thanks!
2019-02-17 20:38:20 +00:00
sthen
dd0f3674f2 unbreak build following synctex being split off from texlive/base,-main
ok jca
2019-02-15 21:10:44 +00:00
robert
1ac91c31ec update to 6.2.0.3 2019-02-09 15:23:07 +00:00
ajacoutot
9bada5133e Missing BDEP+RDEP on devel/py-gobject3.
failure reported by naddy@
2019-02-07 14:41:45 +00:00
bcallah
2e70d005b4 Update to featherpad-0.9.3
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.9.3
2019-02-06 02:32:01 +00:00
ajacoutot
d4653ead97 Unbreak packaging, I had a bogus python -> python2.7 symlink lying
around.
2019-02-05 08:47:37 +00:00
ajacoutot
b4dbebfb29 Bring all stable patches from upstream.
Still broken at runtime but at least we have a base to start and fix
things.
2019-02-04 17:05:42 +00:00
robert
fa82e654d1 add a different workaround for the mutex hang issue, which is already used elsewhere 2019-01-29 10:34:28 +00:00
sthen
861f6e13ea update to vim-8.1.800 2019-01-24 09:32:15 +00:00
ajacoutot
6d8d25e527 Remove BDEP on devel/gettext-tools and textproc/intltool and use the
textproc/intltool MODULE instead...
2019-01-22 23:03:49 +00:00
landry
afa7a4c194 add missing BDEP on intltool, reported by naddy@ - thanks! 2019-01-22 15:05:11 +00:00
edd
bc3aa70428 Unbreak patching stage for editors/texworks.
(It seems that the previous commit to this port went wrong with regards
to Unicode characters)

Also add a tighter dependency on TeX Live.

Reported by ajacoutot@, OK jca@, thanks!
2019-01-22 12:13:22 +00:00
landry
04bf41d996 Update to beaver 0.4.1 2019-01-21 20:13:44 +00:00
edd
52e591d145 editors/texworks: Fix for TeX Live 2018.
Our in-tree version of texworks expects an older synctex than we now
have in tree. This change fixes that.

Bulk tested and OK kili@, thanks.
2019-01-20 11:20:42 +00:00
bentley
f69349a2a5 HTTPS for chiark.greenend.org.uk. 2019-01-17 10:13:40 +00:00
rsadowski
6f6d361338 hook kile, unhook kile-kde4, adjust kde4-meta 2019-01-13 19:10:26 +00:00
rsadowski
6fff4f5cb6 re-add kile-2.9.92 (kile-kde4 replacement)
ok kn@
2019-01-13 18:59:41 +00:00
kili
214b86a1ac Fix build with upcoming poppler-0.73.0 (no more typedef unsigned
char Guchar).

ok robert@ (maintainer)
2019-01-11 20:06:16 +00:00
kili
829169fd34 Fix build with poppler-0.72.0.
From archlinux.

ok robert@ (maintainer)
2019-01-04 21:07:21 +00:00
bcallah
43b275ef5f Update to moe-1.10 2019-01-04 03:15:59 +00:00
awolk
d85fbe3c70 Update editors/ghostwriter to 1.7.4
OK sthen@
2019-01-02 23:12:53 +00:00
kili
fe4a70a412 Fix poppler-qt5 dependency -- I was wrong in that a single comma
before -qt5 is enough.

While here, move print/texlive/base from RUN_DEPENDS-main to
LIB_DEPENDS-main, because WANTLIB contains synctex.

(and bump revision of the main package)

ok landry@
2019-01-02 17:40:44 +00:00
bcallah
9c300ee963 Update to focuswriter-1.7.1 2019-01-02 00:47:48 +00:00
edd
d655d8a953 editors/texworks: Fix out of date patch comment.
Should have been part of my previous commit.
2018-12-30 12:17:20 +00:00
edd
42ff2b4c6e Update editors/texworks to version 0.6.2.
In doing so switch from qt4 to qt5 to help kili@ in his mission to kill
poppler-qt4.

Thanks to landry@ for figuring out the weird man page CONFIGURE_ARGS.

Thanks to Davin McCall for figuring out the undefined symbol errors:
https://github.com/TeXworks/texworks/issues/852

OK landry@ and kili@
2018-12-30 12:11:56 +00:00