Commit Graph

459142 Commits

Author SHA1 Message Date
Antoine Brodin
739d639ab5 Mark BROKEN: fails to build
mdcp.cc:359:3: error: no matching function for call to 'clock_gettime'
  clock_gettime( NULL, &timeStarted );
  ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:10:02 +00:00
Antoine Brodin
1d093c764f Mark BROKEN: fails to build
../src/Render3D.cpp:870:30: error: type 'double' cannot be narrowed to 'unsigned short' in initializer list [-Wc++11-narrowing]
                                                sRGB16 globalLight = { AO.R * 4096.0, AO.G * 4096.0, AO.B * 4096.0 };
                                                                       ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:08:00 +00:00
Antoine Brodin
22d782aa2f Mark BROKEN: fails to build
pdn.cc:350:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        if(!parse_moves(moves+" "END_OF_MOVELINE)) {            // :)
                                 ^

Reported by:	pkg-fallout
2018-11-04 14:04:25 +00:00
Antoine Brodin
1245fc4355 Mark BROKEN: fails to build
LineEdit.cxx:90:28: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
       Marker location={1, strlen(str), -1} ;
                           ^~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:01:58 +00:00
Gerald Pfeifer
d8449c22ab Lock down to use GCC 7 since it does not build with GCC 8 nor clang.
PR:		231590, 232961
2018-11-04 14:00:51 +00:00
Antoine Brodin
624661a6d0 Mark BROKEN: fails to build
SoText2.c++:892:14: error: cast from pointer to smaller type 'char' loses information
       *s1 = (char)NULL;  /* font name is pointed to s */
             ^~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:59:23 +00:00
Antoine Brodin
f32f5dea34 Mark BROKEN: fails to build
In file included from shell_src/goshGraph.cpp:13:
In file included from include/gosh.h:13:
In file included from include/goblin.h:21:
In file included from include/managedObject.h:17:
In file included from include/attributePool.h:19:
include/fileImport.h:46:5: error: exception specification of overriding function is more lax than base version
    ~goblinImport() throw(ERParse);
    ^

Reported by:	pkg-fallout
2018-11-04 13:55:58 +00:00
Antoine Brodin
10221f6d57 Mark BROKEN: fails to build
src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0};
                                                     ^~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:54:02 +00:00
Antoine Brodin
502f33e6e9 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
2018-11-04 13:51:46 +00:00
Antoine Brodin
cc3a9fc097 Mark BROKEN: fails to build
evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        file += "/ede/"SETTINGS_FILENAME".conf";
                       ^

Reported by:	pkg-fallout
2018-11-04 13:49:27 +00:00
Antoine Brodin
7c5ac6ca62 Mark BROKEN: fails to build
src/stdafx.cpp:215:56: error: invalid operands to binary expression ('std::__1::basic_istream<char>' and 'int')
                if(fileStream->read( (char*) fileBuffer, pFileSize ) == 0) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

Reported by:	pkg-fallout
2018-11-04 13:46:55 +00:00
Rene Ladan
ce6745a9ae devel/heimdal1: always use GCC now after removing support for 10.X
Submitted by:	gerald, ehaupt
Approved by:	maintainer (ehaupt)
2018-11-04 13:45:12 +00:00
Antoine Brodin
823edee8d8 Mark BROKEN: fails to build
backend/go.c:80:11: error: constant expression evaluates to -1 which cannot be narrowed to type 'mftype' (aka 'unsigned int') [-Wc++11-narrowing]
    {   0,MFall,MFcnp,MFcp,MFcse,MFda,MFdc,MFdv,MFli,MFliv,MFlocal,MFloop,
          ^~~~~

Reported by:	pkg-fallout
2018-11-04 13:44:40 +00:00
Antoine Brodin
5931bfc5b0 Mark BROKEN: fails to build
In file included from firmware.cpp:22:
./path.h:378:33: error: cannot initialize an array element of type 'char' with an rvalue of type 'nullptr_t'
                                        char format[] = { '%', *p, NULL };
                                                                   ^~~~

Reported by:	pkg-fallout
2018-11-04 13:40:09 +00:00
Antoine Brodin
013981fd69 Mark BROKEN: fails to build
In file included from bitblt.cpp:18:
In file included from ../include/descent.h:25:
../include/carray.h:90:20: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed
                        m_data.buffer = reinterpret_cast<_T *> (NULL);
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:36:33 +00:00
Antoine Brodin
b7fc77c215 Mark BROKEN: fails to build
/wrkdirs/usr/ports/net/crtmpserver/work/crtmpserver-0.811/sources/common/src/platform/freebsd/freebsdplatform.cpp:271:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                WARN("Unable to set IP_TTL: %"PRIu8"; error was (%d) %s", ttl, err, strerror(err));
                                              ^

Reported by:	pkg-fallout
2018-11-04 13:34:26 +00:00
Antoine Brodin
ee247a2e5a Mark BROKEN: fails to build
main.cpp:176:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        cout << PROGRAMNAME" "VERSION << endl;
                              ^

Reported by:	pkg-fallout
2018-11-04 13:29:14 +00:00
Antoine Brodin
bd66d2662f 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
2018-11-04 13:26:21 +00:00
Antoine Brodin
a1041f827a 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
2018-11-04 13:24:13 +00:00
Antoine Brodin
d6eabf1664 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
2018-11-04 13:20:50 +00:00
Antoine Brodin
e32e60b069 Mark BROKEN: fails to build
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.24.0/src/other/openNURBS/opennurbs_archive.cpp:13560:103: error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation
    rc = archive.Write3dmStartSection( version, "Archive created by ON_WriteOneObjectArchive "__DATE__" "__TIME__ );
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:13:17 +00:00
Antoine Brodin
bdc7182d3e 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
2018-11-04 13:09:11 +00:00
Antoine Brodin
6b4eed90d3 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
2018-11-04 13:04:26 +00:00
Antoine Brodin
a55d296ada 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
2018-11-04 12:57:57 +00:00
Antoine Brodin
24f526fcb6 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
2018-11-04 12:54:54 +00:00
Antoine Brodin
491458a1e0 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
2018-11-04 12:51:54 +00:00
Antoine Brodin
9c1378222d armagetron fails to build on i386, amd64, and FreeBSD 11 too 2018-11-04 12:48:17 +00:00
Antoine Brodin
49fd574e6f xiphos fails to build on FreeBSD 11 too 2018-11-04 12:40:34 +00:00
Antoine Brodin
9f5462901e 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
2018-11-04 12:37:44 +00:00
Antoine Brodin
5ce69cf868 Mark BROKEN: fails to build
src/ApvlvCmds.cc:203:41: error: comparison between pointer and integer ('char *' and 'int')
      && (e = strchr ((char *) s, '>')) != '\0' && *(s + 2) != '-')
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~

Reported by:	pkg-fallout
2018-11-04 12:26:10 +00:00
Antoine Brodin
aaf59c4573 Mark BROKEN: fails to build
network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to 250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
        char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
                                 ^~~~

Reported by:	pkg-fallout
2018-11-04 12:15:56 +00:00
Antoine Brodin
133151181b 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
2018-11-04 12:05:17 +00:00
Antoine Brodin
dfb5793cbe 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
2018-11-04 12:02:29 +00:00
Antoine Brodin
47a6341c5b 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
2018-11-04 11:59:49 +00:00
Antoine Brodin
0148330d97 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
2018-11-04 11:53:57 +00:00
Antoine Brodin
f75d8500a2 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
2018-11-04 11:50:15 +00:00
Jan Beich
2bfbcee5a8 devel/libepoll-shim: fix underlinking
configure:6453: cc -O2 -pipe  -I/usr/local/include/libepoll-shim -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing  -I/usr/local/include -DLIBICONV_PLUG  -L/usr/local/lib -lepoll-shim  -fstack-protector  conftest.c  >&5
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_settime'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_delete'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_getthreadid_np'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_getoverrun'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Obtained from:	upstream
Approved by:	portmgr blanket
2018-11-04 10:36:19 +00:00
Jan Beich
ba62488e32 devel/efl: add missing WAYLAND dependencies
configure: error: pkg-config missing wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.7
/bin/sh: gsed: not found
2018-11-04 10:35:52 +00:00
Rene Ladan
df05638c08 Remove expired port:
2018-11-03 irc/netwalker-ircc: Upstream gone, very old code base, use modern irc client instead
2018-11-04 10:34:50 +00:00
Yuri Victorovich
1aa325043c science/liggghts: Set VTK_DIR to prevent conflicts with other vtk versions 2018-11-04 10:25:39 +00:00
Yuri Victorovich
2fb018b25f graphics/py-gizeh: Update 0.1.10 -> 0.1.11
Reported by:	portscout
2018-11-04 10:16:11 +00:00
Antoine Brodin
015f1093c3 Mark BROKEN: fails to configure
Need GIMP version at least 2.8.0
Compilation failed in require at ./Makefile.PL line 7.

Reported by:	pkg-fallout
2018-11-04 10:15:10 +00:00
Yuri Victorovich
669500a76b devel/eastl: Update 3.12.01 -> 3.12.04
Also add 'test' and 'benchmark' targets.

Reported by:	portscout
2018-11-04 10:12:10 +00:00
Luca Pizzamiglio
89333830a7 sysutils/potnet: Update to 0.1.2
Add a new 'validate' subcommand
2018-11-04 10:00:42 +00:00
Bernard Spil
d6dd9bad6b databases/mariadb101-server: 12 not broken with security/openssl
- Backport to 5.5 and 10.0 too
 - See also https://reviews.freebsd.org/D17834

PR:		232944
Reported by:	iron udjin gmail com
2018-11-04 09:47:45 +00:00
Antoine Brodin
7fe68f685a 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
2018-11-04 09:46:05 +00:00
Antoine Brodin
16c94db787 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
2018-11-04 09:43:09 +00:00
Antoine Brodin
d1734e1bd5 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
2018-11-04 09:39:40 +00:00
Antoine Brodin
da38f2b768 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
2018-11-04 09:36:20 +00:00
Yuri Victorovich
bd161ec331 science/liggghts: Move headers to the dedicated subdirectory 2018-11-04 09:33:34 +00:00