Mark BROKEN: fails to build
game/g_ascript.cpp:727:47: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing]
{ ASLIB_PROPERTY_DECL(const bool, allSolid), ASLIB_FOFFSET(astrace_t, trace.allsolid) },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
ipmi_con_lan.cpp💯15: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int' in initializer list [-Wc++11-narrowing]
{ data, data_len },
^~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
In file included from lbp.cc:31:
./charset.h:55:21: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
0x47,0x00,0x48,0x00,0x80,0x00,0x82,0x00,0x83,0x00,0x84,
^~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
Build/Editor/EditorItems.cc:295:27: error: non-constant-expression cannot be narrowed from type 'int' to 'INT16' (aka 'short') in initializer list [-Wc++11-narrowing]
SGPBox const r = { 100, EDITOR_TASKBAR_POS_Y, 60, 80 };
^~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Renamed the binary installed from github-markup to gitlab-markup to fix a file collision caused by package rubygem-github-markup.
Approved by: mentors (implicit)
Upgrade to 1.6.5 which includes upstream now the binary rename, so patch removed for it.
Approved by: mentors (implicit)
Approved by: ports-secteam (miwi)
Bump PORTREVISION for package change caused by rubygem-bundler 1.16.6 update
Upgrade to version 0.125.1 which is required for www/gitlab-ce 11.4.x.
Approved by: mentors (implicit)
Approved by: ports-secteam (miwi)
net-im/telegram: Unbreak build on 12.0-CURRENT
Add extra-patch to fix build on 12.0-CURRENT after updating OpenSSL to version 1.1.1
See https://github.com/vysheng/tgl/issues/129
Stop chasing the whims of OpenSSL and use our own -lmd
as the source of various digest-algorithms. Years ago,
when I was undertaking the replacement of the bundled
implementations with those found in the base system, it
seemed like OpenSSL will be more stable... Ha-ha.
Fix the WWW, while I'm here.
PR: 229026
Submitted by: brnrd
Reported by: Package Fallout
Now builds on powerpc64.
Reported by: Piotr Kubaj
Update to upstream version 0.20.23
Details:
- Upstream changelog see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.23/NEWS
- Includes new bug fixes for crashes due to clang/llvm optimisation bug
Approved by: ports-secteam (riggs)
graphics/drm-legacy-kmod: Update snapshot
Update graphics/drm-legacy-kmod to the latest snapshot, which should
improve handling and loading of firmware modules.
Approved by: ports-secteam (miwi)
x11/xkeyboard-config: Fix typo in Armenian layout
Fix two typos in the Armenian layout in xkeyboard-config, preventing the use
of two Armenian capital letters.
This was reported on the x11@ mailing list.
Upstream PR: https://bugs.freedesktop.org/show_bug.cgi?id=108545
Reported by: Sergey Manucharian
Approved by: ports-secteam (miwi)
Update to a new snapshot.
Update LICENSE data per mailing list feedback and move to a seperate
Makefile.LICENSE for use by other llvm ports.
MFH: r483054
Add all patches from base llvm/clang/lld/lldb 6.0 to devel/llvm60
This adds all the patches that were applied in the past to head, under
contrib/llvm. After these, there only minimal diffs left between the
port sources and the base sources.
Most of these remaining diffs are due to #ifdef shortcuts in the base
sources, because we don't compile certain features in. Other diffs are
because the port has applied a few changes that we don't have in base.
While here, use Makefile.LICENSE from the devel/llvm-devel port.
Approved by: portmgr (miwi)
Reviewed by: brooks
PR: 212343, 225128, 225471, 226388, 226658, 226872, 229050, 230444, 230604, 231355
Differential Revision: https://reviews.freebsd.org/D17702
cad/freecad: update to 0.17.13541
- Restore revision number lost in r467912 but not other bits as those
aren't available/useful outside of VCS
Changes: https://github.com/FreeCAD/FreeCAD/compare/0.17...9948ee4f1
PR: 232696
Requested by: kunda (upstream)
Approved by: ports-secteam (miwi)