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
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@
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@
- 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
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)
(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!
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@
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@