Commit graph

18596 commits

Author SHA1 Message Date
Antoine Brodin
47d3137e8d Mark BROKEN: fails to build
In file included from src/porting.cpp:33:
In file included from src/config.h:10:
src/cmake_config.h:17:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define BUILD_INFO "VER="VERSION_STRING" RUN_IN_PLACE=0 USE_GETTEXT=1 INSTALL_PREFIX=/usr/local BUILD_TYPE="BUILD_TYPE
                         ^

Reported by:	pkg-fallout
2018-11-04 16:09:54 +00:00
Antoine Brodin
10d33beed9 Mark BROKEN: fails to build
funceval2.cpp:541:16: error: comparison between pointer and integer ('int' and 'UTF8 *' (aka 'unsigned char *'))
       || '\0' == newobject_string)
          ~~~~ ^  ~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:46:41 +00:00
Antoine Brodin
982c0b4f84 Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenDebugOverlay.cpp:12:
In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenGameplay.h:10:
In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/BeginnerHelper.h:9:
/wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/NoteData.h:378:25: error: 'swap<NoteData>' is missing exception specification 'noexcept(is_nothrow_move_constructible<NoteData>::value && is_nothrow_move_assignable<NoteData>::value)'
        template<> inline void swap<NoteData>( NoteData &nd1, NoteData &nd2 ) { nd1.swap( nd2 ); }
                               ^

Reported by:	pkg-fallout
2018-11-04 14:43:08 +00:00
Antoine Brodin
c3a688fb8a Mark BROKEN: fails to build
shiori/kawari_shiori.cpp:147:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                        response.SetStartline("SHIORI/"SHIORIVER" 500 Internal Server Error");
                                                       ^

Reported by:	pkg-fallout
2018-11-04 14:19:49 +00:00
Antoine Brodin
6c3b8cdb3c Mark BROKEN: fails to build
In file included from build/sdl/util/init.cpp:38:
build/sdl/util/dumb/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 14:17:18 +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
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
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
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
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
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
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
9c1378222d armagetron fails to build on i386, amd64, and FreeBSD 11 too 2018-11-04 12:48:17 +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
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
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
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
Baptiste Daroussin
47db9606cd Properly register info files 2018-11-03 14:08:35 +00:00
Dmitry Marakasov
6fd45b880a - Update to 3.4.0 2018-11-02 20:51:26 +00:00
Dmitry Marakasov
6277043a85 - Update to 3.4.0 2018-11-02 20:51:19 +00:00
Dmitry Marakasov
d4da780339 - Update to 20181007 2018-11-02 19:43:55 +00:00
Rene Ladan
b7499ae64d Followup on r483807.
jbeich commented on some ports in D17724 but I forgot to add them to the list.

Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
2018-11-02 13:40:24 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Mark Linimon
72cfb160c8 -Wno-sign-conversion is not supported by base GCC; remove this flag.
PR:		232106
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-02 01:48:33 +00:00
Mark Linimon
f9206ba04d This port needs USES=compiler:c++11-lang to build on GCC architectures.
To build with GCC, it also needs algorithm and sys/limits.h includes.

PR:		232863
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-02 01:46:24 +00:00
Dmitry Marakasov
5c38d1694d - Remove obsolete OSVERSION condition 2018-11-01 19:25:23 +00:00
Dmitry Marakasov
515c409a18 - Remove obsolete OSVERSION condition 2018-11-01 19:25:13 +00:00
Rene Ladan
2621c3efd6 Remove expired ports:
2018-10-31 games/bloboats: Upstream gone, FreeBSD 10 only
2018-10-31 net/stf-6rd-kmod: Does not build on FreeBSD 11+
2018-10-31 net/pmf: Does not build on FreeBSD 11+
2018-10-31 net/knemo-kde4: KDE4 is EOL upstream, FreeBSD 10 only-port
2018-10-31 net/userfw: Does not build on FreeBSD 11+
2018-10-31 sysutils/qjail4: Only for FreeBSD 10.x , use sysutis/qjail instead
2018-10-31 sysutils/bsdmoted: does not build on FreeBSD 11+
2018-10-31 sysutils/scprotect: Does not build on FreeBSD 11+
2018-10-31 www/typo3-7: Support will end in October 2018, please update to either www/typo3-8 or www/typo3-9
2018-10-31 devel/memleax: does not actually detect leaks
2018-10-31 emulators/virtio-kmod: Does not build on FreeBSD 10+
2018-10-31 games/traindirector: Does not build on FreeBSD 11+
2018-11-01 19:05:28 +00:00
Steve Wills
1463db795b games/bsdgames: update to 5.2.2
Added bcd, boggle, ppt, tetris
Pet portlint
While here, pass maintainership to submitter

PR:		232051
Submitted by:	Joachim Werner <jockl@pianojockl.org>
2018-11-01 15:10:29 +00:00
Mark Linimon
0a94f777af Fix build on powerpc64.
PR:		231954
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-01 04:13:59 +00:00
Mark Linimon
211a6bbfed Now builds on powerpc64. 2018-10-30 19:09:11 +00:00
Mark Linimon
5289d257f8 Fix build on GCC-based architectures.
PR:		232677
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-30 12:11:58 +00:00
Mark Linimon
91312795bd Fix build on GCC-based architectures.
PR:		231981
Submitted by:	Piotr Kubaj
2018-10-30 12:09:01 +00:00
Mark Linimon
ff9e099a05 Fix build with GCC-based architectures.
PR:		232129
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 19:41:53 +00:00
Mark Linimon
cf8d277db0 Fix build on GCC-based architectures.
PR:		231908
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 19:37:12 +00:00
Mark Linimon
f4be306cd9 Fix build on powerpc64.
PR:		232325
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 19:35:19 +00:00
Mark Linimon
fd506a0133 Fix build with GCC-based architectures.
PR:		232275
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 19:31:37 +00:00
Rene Ladan
b8df133d36 Shift the expiration date of some ports that only build on FreeBSD 10 forward.
All FreeBSD 10-only ports now expire after 2018-10-31.
2018-10-28 19:28:51 +00:00
Dmitry Marakasov
1d90df1583 - Update to 0.5 2018-10-28 17:29:13 +00:00
Jan Beich
aea8084dfb games/alephone: unbreak build with Clang 6 (C++14 by default)
In file included from csdialogs_sdl.cpp:29:
In file included from ../../Source_Files/Misc/sdl_dialogs.h:33:
In file included from /usr/local/include/boost/function.hpp:70:
In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47:
In file included from /usr/local/include/boost/function/detail/function_iterate.hpp:14:
In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:15:
/usr/local/include/boost/function/function_template.hpp:158:33: error: called object type 'nullptr_t' is not a function or function pointer
          BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
                                ^~~~
/usr/local/include/boost/function/function_template.hpp:80:36: note: expanded from macro 'BOOST_FUNCTION_RETURN'
 #  define BOOST_FUNCTION_RETURN(X) X
                                    ^
/usr/local/include/boost/function/function_template.hpp:935:53: note: in instantiation of member function 'boost::detail::function::void_function_obj_invoker0<nullptr_t, void>::invoke' requested here
        { { &manager_type::manage }, &invoker_type::invoke };
                                                    ^
/usr/local/include/boost/function/function_template.hpp:724:13: note: in instantiation of function template specialization 'boost::function0<void>::assign_to<nullptr_t>' requested here
      this->assign_to(f);
            ^
/usr/local/include/boost/function/function_template.hpp:1073:5: note: in instantiation of function template specialization 'boost::function0<void>::function0<nullptr_t>' requested here
    base_type(f)
    ^
../../Source_Files/Misc/sdl_widgets.h:1082:5: note: in instantiation of function template specialization 'boost::function<void ()>::function<nullptr_t>' requested here
                , m_callback (NULL)
                  ^

interface.cpp:3114:25: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                SDL_Rect dst_rect = { (s->w - 640)/2, (s->h - 480)/2, 640, 480 };
                                      ^~~~~~~~~~~~~~
interface.cpp:3114:25: note: insert an explicit cast to silence this issue
                SDL_Rect dst_rect = { (s->w - 640)/2, (s->h - 480)/2, 640, 480 };
                                      ^~~~~~~~~~~~~~
                                      static_cast<Sint16>( )
2018-10-28 09:12:04 +00:00
Tobias C. Berner
19fb9b432b Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
PR:		232726
PR:		232725
PR:		232723
PR:		232722
PR:		232721
PR:		232720
PR:		232719
PR:		232697
PR:		232682
PR:		232669
PR:		232668
PR:		232667
PR:		232666
PR:		232665
PR:		232664
PR:		232662
PR:		232661
PR:		232655
PR:		232654
PR:		232652
PR:		232648
PR:		232647
PR:		232641
PR:		232640
PR:		232638
PR:		232635
PR:		232634
PR:		232632
PR:		232631
PR:		232630
PR:		232629
PR:		232628
PR:		232627
PR:		232625
PR:		232624
PR:		232623
PR:		232614
PR:		232613
PR:		232612
PR:		232611
PR:		232610
PR:		232609
PR:		232607
PR:		232606
PR:		232605
PR:		232604
PR:		232603
PR:		232602
PR:		232597
PR:		232589
PR:		232585
PR:		232584
PR:		232583
PR:		232581
PR:		232580
PR:		232579
PR:		232578
PR:		232576
PR:		232575
PR:		232574
PR:		232573
PR:		232570
2018-10-27 11:50:58 +00:00
Steve Wills
f314441265 games/eduke32: fix build with powerpc64 and powerpcspe
PR:		232486
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-10-27 01:59:28 +00:00
Jan Beich
39afafe077 games/pingus: unbreak with boost 1.69
===>   pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found

PR:		232525
2018-10-27 01:35:50 +00:00
Jan Beich
b876eb14b4 games/traingame: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_signals

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:40 (find_package)

PR:		232525
2018-10-27 01:35:39 +00:00
Jan Beich
5de48e3573 games/freeorion: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_signals

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:198 (find_package)

PR:		232525
Obtained from:	upstream
2018-10-27 01:33:51 +00:00
Jan Beich
ae51ca7950 games/openlierox: drop boost dependency
- CMake doesn't check for anything Boost
- Bundled Boost.Process is only used on Windows
2018-10-27 01:10:05 +00:00
Jan Beich
7cc0eb6854 games/openlierox: unbreak with boost 1.69
===>   openlierox-0.58.r3_17,1 depends on shared library: libboost_signals.so - not found

PR:		232525
2018-10-27 00:52:47 +00:00
Jan Beich
8dee9531a0 games/spring: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_signals

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:245 (FIND_PACKAGE)

PR:		232525
2018-10-27 00:52:29 +00:00