aboutsummaryrefslogtreecommitdiff
path: root/games/xevil
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-07-261-0/+2
| | | | Notes: svn path=/head/; revision=543440
* Mark a few ports broken (unfetchable)Antoine Brodin2020-01-051-0/+2
| | | | Notes: svn path=/head/; revision=522132
* - Distfile is no longer mirroredDmitry Marakasov2019-12-121-2/+1
| | | | Notes: svn path=/head/; revision=519935
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* 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
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Fix MASTER_SITESDmitry Marakasov2015-06-221-6/+7
| | | | | | | | - Clarify LICENSE - Add LICENSE_FILE Notes: svn path=/head/; revision=390282
* 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
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* - Convert to dos2unix.mkMathieu Arnold2013-11-191-1/+2
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* - Add stage supportDanilo Egea Gondolfo2013-11-131-10/+5
| | | | Notes: svn path=/head/; revision=333649
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix buildMartin Wilke2013-04-031-6/+4
| | | | | | | | | PR: 177552 Submitted by: ports fury Approved by: portmgr Notes: svn path=/head/; revision=315695
* - BROKEN Does not buildMartin Wilke2013-02-231-0/+2
| | | | | | | | | | ==> Configuring for xevil-2.02.r2_2 ===> Building for xevil-2.02.r2_2 "makefile", line 25: Could not find /config.mk make: fatal errors encountered -- cannot continue Notes: svn path=/head/; revision=312823
* - Update MASTER_SITES.Marcelo Araujo2012-12-1438-204/+4040
| | | | | | | | | | | | - 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 MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Convert unzip -a to USE_DOS2UNIXPav Lucistnik2010-06-031-1/+2
| | | | | | | | PR: ports/146533 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=255662
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+3
| | | | | | | | | | | | | | | | | | - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - 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
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* - Fix build on -currentKirill Ponomarev2003-11-0326-26/+317
| | | | | | | | PR: 58876 Submitted by: Ports Fury Notes: svn path=/head/; revision=92985
* Mark broken on 5.x due to the usual gcc3.3 reasons.Mark Linimon2003-10-251-0/+4
| | | | Notes: svn path=/head/; revision=92102
* Update to 2.02r2, fixing the build on -current.Eric Anholt2003-05-186-42/+10
| | | | Notes: svn path=/head/; revision=81272
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81208
* Drop maintainership.Eric Anholt2003-05-051-1/+1
| | | | | | | Submitted by: Goran Runfeldt <goranrunfeldt@home.se> (maintainer) Notes: svn path=/head/; revision=80151
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Fix MASTER_SITES.Mark Pulford2001-11-111-1/+1
| | | | | | | | PR: 31852 Submitted by: maintainer Notes: svn path=/head/; revision=49932
* Upgrade to version 2.02 and change maintainer.Jean-Marc Zucconi2000-12-2110-72/+131
| | | | | | | | PR: ports/23533 Submitted by: Göran Runfeldt <goranrunfeldt@home.se> Notes: svn path=/head/; revision=36202
* Remove directory at deinstall time.Jean-Marc Zucconi2000-06-011-0/+1
| | | | Notes: svn path=/head/; revision=29048
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-6/+4
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* move variables around and shrink DESCR to <24 lines (portlint)Michael Haro2000-03-202-24/+16
| | | | Notes: svn path=/head/; revision=26860
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-232-1/+5
| | | | | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4570
* Update: 1.4 -> 1.5Jean-Marc Zucconi1996-06-062-5/+5
| | | | Notes: svn path=/head/; revision=3174
* Add missing newline at end.Satoshi Asami1996-03-291-1/+1
| | | | Notes: svn path=/head/; revision=2907