Changes:
- The makefile mk_clangw.mak has been added. This makefile supports
compilation under Windows with the clang compiler.
- The experimental function parentDir has been added to osfiles.s7i.
- The experimental function getServerCertificate has been added to
tls.s7i.
- The compiler (s7c) has been improved to use the function
strAppendN, when two or more strings are appended to a string.
- Tests for string append (operator &:= ) have been added to
chkstr.sd7.
- The function strAppendN has been added to str_rtl.c.
- The function strCopy in str_rtl.c has been simplified.
- The program chkccomp.c has been improved to write a definition of
CHAR_BIT, when it is not defined in limits.h.
- Several files have been changed to use CHAR_BIT instead of the
literal 8.
- in chkccomp.c several string literals have been changed to wide
string literals (e.g. L"abc" instead of "abc").
- In several files integer literals have been replaced by contants or
#define macros.
- The function __mulodi4 has been added to int_rtl.c. This function
is used by clang under Windows, but unfortunately is not part of the
runtime library. This situation is recognized by chkccomp.c and the
function __mulodi4 in int_rtl.c is used instead.
- Clarify LICENSE, as it's "or any later version" clause
- Switch to CONFLICTS_INSTALL, as conflicts only happen on install
- Finish OPTIONS helpers conversion
- Convert patch-sources.el to SUB_FILES
- Convert *FLAGS to USES=localbase
- Convert IGNORE and SOUND to _IMPLIES
- Drop DBUS_PTHREAD_LIBS after ports r382294
- Drop default WRKSRC
- Drop clang workaround for unsupported FreeBSD versions
editors/emacs-nox11:
- Kill EMACS_NO_X11_SLAVE in favour of ?= variables
- Conflict with any EMACS_VER
PR: 208217
Submitted by: jbeich
- Kibana 4.2 will no longer be updated by upstream. Upstream recommends
using Kibana 4.5 (textproc/kibana45) which is only compatible with the
current ports version of textproc/elasticsearch2 (Elasticsearch 2.3).
PR: 208494
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
Add missing dependancy so it builds man pages and user manual (db@)
Since they are using Sourceforge, clean up distfiles (db@)
No binary changes.
Reviewed by: shurd,db
resulted in errors with libc++ 3.8.0, because it declares the allocators
for several std::map declarations incorrectly. Fix this by sprinkling
const in the right places.
Approved by: mokhi64@gmail.com (maintainer)
PR: 208525
MFH: 2016Q2