Mark BROKEN: fails to build
Mundo.cpp:262:19: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
SDL_Rect rect = {x, y, w, h};
^
Reported by: pkg-fallout
Mark BROKEN: fails to build
In file included from src/process_manager_posix.cc:32:
In file included from build/../inc/com/centreon/process_manager_posix.hh:30:
build/../inc/com/centreon/unordered_hash.hh:74:12: error: class template partial specialization of 'hash' not in a namespace enclosing '__1'
struct hash<std::pair<T, U> > {
^
Reported by: pkg-fallout
Mark BROKEN: fails to build
juego.cc:119:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing]
SDL_Rect rect = {0,0, screen->w, screen->h - screen->h/15};
^~~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
BackupStoreInfo.cpp:154:3: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int32_t' (aka 'int') in initializer list [-Wc++11-narrowing]
htonl(AccountID), // mAccountID
^~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
engine/map/minimap.cpp:490:21: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
SDL_Rect drect = {X, Y, 0, 0};
^
Reported by: pkg-fallout
Mark BROKEN: fails to build
bbcp_Protocol.C:928:51: error: non-constant-expression cannot be narrowed from type 'int' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
{(char *)" ", 1}, {csVal, csVsz},
^~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
/usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
^
Reported by: pkg-fallout
Mark BROKEN: fails to build
PCMParserList.cpp:115:3: error: comparison between pointer and integer ('const char *' and 'int')
ASDCP_TEST_NULL_STR(argv);
^~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
main.cpp:651:13: error: comparison between pointer and integer ('char *' and 'int')
if (argv[1]!='\0') {
~~~~~~~^ ~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
PfPvPlot.cpp:541:36: error: no matching function for call to 'make_pair'
dataSet.insert(std::make_pair<double, double>(aepf, cpv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
dump.cpp:1069:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
result+="content=\"AqMoney "k_AQMONEY_VERSION_STRING"\">\n";
^
Reported by: pkg-fallout
Mark BROKEN: fails to build
tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
if (create_iter != VM_INVALID_PROP)
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Mark BROKEN: fails to build
src/sshprocess.cpp:146:71: error: invalid operands to binary expression ('__bind<unsigned int &, sockaddr *, unsigned long>' and 'int')
if (bind(serverSocket,(struct sockaddr*) &address,sizeof(address))!=0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~
Reported by: pkg-fallout
Mark BROKEN: fails to build
src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing]
{'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'},
^~~~~~
Reported by: pkg-fallout
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