aboutsummaryrefslogtreecommitdiff
path: root/games/xevil/files
Commit message (Collapse)AuthorAgeFilesLines
* games/xevil: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-262-6/+18
| | | | | | | | | | | | | | | | | | | | | | libc++ doesn't like "using namespace std" in C++11 role.cpp:656:62: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) >= 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ role.cpp:1829:70: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(tcpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ role.cpp:1836:70: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(udpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ serverping.cpp:173:60: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: pkg-fallout Notes: svn path=/head/; revision=460007
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-2922-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363239
* - Update MASTER_SITES.Marcelo Araujo2012-12-1435-167/+4016
| | | | | | | | | | | | - Fix build using CLANG. - Add LICENSE. - Add MAKE_JOBS_SAFE. PR: ports/172010 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308884
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Fix build on 64bit CPUsTilman Keskinoz2007-07-317-14/+194
| | | | Notes: svn path=/head/; revision=196830
* - Respect X11BASEMartin Wilke2006-11-241-3/+5
| | | | | | | | PR: ports/105817 Submitted by: trasz Notes: svn path=/head/; revision=177982
* - Fix build with gcc41Martin Wilke2006-10-062-3/+27
| | | | | | | | PR: ports/104054 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=174677
* - Fix build on -currentKirill Ponomarev2003-11-0324-6/+301
| | | | | | | | PR: 58876 Submitted by: Ports Fury Notes: svn path=/head/; revision=92985
* Update to 2.02r2, fixing the build on -current.Eric Anholt2003-05-184-35/+7
| | | | Notes: svn path=/head/; revision=81272
* Upgrade to version 2.02 and change maintainer.Jean-Marc Zucconi2000-12-214-19/+73
| | | | | | | | PR: ports/23533 Submitted by: Göran Runfeldt <goranrunfeldt@home.se> Notes: svn path=/head/; revision=36202
* upgrade to version 1.4Jean-Marc Zucconi1995-09-141-9/+9
| | | | Notes: svn path=/head/; revision=2148
* XEvil is a side-view, fast-action, kill everything type of game. Jean-Marc Zucconi1995-05-051-0/+19
Notes: svn path=/head/; revision=1637