- builds on i386 now
- remove MAKE_JOBS_UNSAFE
- Upstream wsjtx build instructions call for their forked
version of hamlib for wsjtx to work correctly.
Upstream distribution includes both wsjtx and a copy of their
forked hamlib with their own build system. This is now used in
this updated port. The cmake build provided does not have an
install/strip target which forces use of do-install.
N.B. If hamlib is already installed, this port will incorrectly
link against the shared library version of hamlib instead of the
private copy provided. There seems no easy solution to this.
In file included from src/ops/core_ops.c:72:
In file included from /usr/local/include/unicode/uchar.h:28:
In file included from /usr/local/include/unicode/utypes.h:38:
In file included from /usr/local/include/unicode/umachine.h:46:
In file included from /usr/local/include/unicode/ptypes.h:52:
In file included from /usr/local/include/unicode/platform.h:25:
/usr/local/include/unicode/uvernum.h:123:8: error: 'U_DISABLE_VERSION_SUFFIX' is not defined, evaluates to 0 [-Werror,-Wundef]
#elif !U_DISABLE_VERSION_SUFFIX
^
PR: 236325
Approved by: portmgr blanket
Dynamic menu library and client program inspired by dmenu, a
minimalistic menu that reads a newline separated list of items from
stdin and shows them as a menu on the top of the screen. When the
user selects one item or types any text and presses Enter, their
choice is printed to stdout.
Bemenu comes with Ncurses, Wayland, and X11 backends.
WWW: https://github.com/Cloudef/bemenu
rely on the system compiler (even if that means we need to be explicitly
conservative when it comes to optimizations). [1]
Simplify the creation of the multilib-related sub-directory tree on
powerpc64 and avoid leaving an empty directory behind on the way. [2]
Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there.
PR: 235975 [1], 235964 [2], 231804 [2]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
Discussed with: Piotr Kubaj <pkubaj@anongoth.pl> [2]
This port requires C++11-compatible compiler.
Add USES=compiler:c++11-lang to fix build on GCC architectures.
Bump PORTREVISION.
PR: 236077
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
CudaText is a cross-platform text editor, written in Lazarus. It is fully
open source. Features include:
- Syntax highlight for many languages: C, C++, JavaScript, HTML, CSS, PHP,
Python, XML etc. 200+ syntax lexers exist.
- Code tree (tree structure of functions/classes/etc in source).
- Code folding.
- Multi-carets and multi-selections.
- Find/Replace with reg. ex.
- Plugins in Python language. Plugins can do lot of things.
- Configs in JSON. Supports lexer-specific configs.
- Tabbed UI.
- Split each tab.
- Split view for 2/3/4/6 files.
- Simple auto-completion (fixed list) for some lexers.
- Command palette (ST3 style).
- Minimap.
- Micromap.
- Show unprinted whitespace.
- Support for many encodings.
- Customizable hotkeys.
- Binary/Hex viewer for files of unlimited size.
WWW: http://uvviewsoft.com/