aboutsummaryrefslogtreecommitdiff
path: root/games/wop
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add USE_CXXSTD for cleaner handling of c++11 warningsDmitry Marakasov2019-06-141-4/+2
| | | | Notes: svn path=/head/; revision=504187
* Add sdl to USES.Mark Linimon2019-06-131-1/+1
| | | | | | | | | | | | PR 238539 came in right after I had independently done the flags commit. So, commit this part of that PR to clean up after myself. PR: 238539 Submitted by: pkubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=504083
* Restrict the usage of -Wno-c++11-narrowing -Wno-reserved-user-defined-literalMark Linimon2019-06-101-2/+3
| | | | | | | | | to clang, which is the only compiler that understands them. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=503920
* - (Really) fix build with clanf6Dmitry Marakasov2018-06-282-1/+18
| | | | Notes: svn path=/head/; revision=473501
* - Fix build with clang 6Dmitry Marakasov2018-06-223-9/+13
| | | | | | | | - Cosmetic fixes - Regenerate patches Notes: svn path=/head/; revision=473078
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSEDmitry Marakasov2015-09-252-3/+6
| | | | | | | | - Switch to @sample - Switch to options helpers Notes: svn path=/head/; revision=397812
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-071-2/+1
| | | | Notes: svn path=/head/; revision=353214
* - Support stagingDmitry Marakasov2013-12-104-4755/+29
| | | | | | | | - Convert USE_GMAKE to USES - Fix build on 10.x Notes: svn path=/head/; revision=336041
* 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
* - Trim Makefile headersDmitry Marakasov2013-07-121-6/+4
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Remove unneeded patchDmitry Marakasov2012-08-151-11/+0
| | | | Notes: svn path=/head/; revision=302562
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Add DESKTOP_ENTRY to bunch of portsDmitry Marakasov2009-09-111-0/+7
| | | | | | | - Mark some ports MAKE_JOBS_SAFE Notes: svn path=/head/; revision=241249
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* * Depend on `makedepend' in a correct wayMartin Wilke2008-03-261-3/+2
| | | | | | | | | | * Remove useless GCC variable PR: 122026 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=209878
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-9/+3
| | | | Notes: svn path=/head/; revision=200772
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesEdwin Groothuis2006-12-211-3/+4
| | | | | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=180390
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Update to 0.4.3Cheng-Lung Sung2006-07-272-4/+4
| | | | | | | | PR: ports/100902 Submitted by: maintainer (Dmitry Marakasov) Notes: svn path=/head/; revision=168849
* Track inplace distfile change [1]Emanuel Haupt2006-02-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [1] --- wop.diff begins here --- diff -ruN old/wop-0.4.1/src/Makefile new/wop-0.4.1/src/Makefile --- old/wop-0.4.1/src/Makefile Thu Feb 9 15:00:08 2006 +++ new/wop-0.4.1/src/Makefile Mon Feb 13 12:14:01 2006 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80.2.2 2006/02/09 12:00:08 chfreund Exp $ +# $Id: Makefile,v 1.80.2.3 2006/02/13 09:14:01 chfreund Exp $ TARGET = ../bin/wop DBG_LEVEL = 4 @@ -12,12 +12,12 @@ SOURCE_FILES = $(wildcard *.cpp) OBJECT_FILES = $(patsubst %.cpp,%.o, $(SOURCE_FILES)) -CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -ansi +CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -O3 -ansi CXXFLAGS += -fno-exceptions -fno-strict-aliasing -ffloat-store \ -DDBG_LEVEL=$(DBG_LEVEL) -DLOG_LEVEL=$(LOG_LEVEL) \ -DUSE_SDL -DNEW=new\(std::nothrow\) \ -I../sdlwidgets \ - $(shell sdl-config --cflags) -g + $(shell sdl-config --cflags) # -g LDFLAGS = -L../sdlwidgets -lsdlwidgets -lz \ -lm -lSDL_net -lSDL_mixer -lSDL_ttf -lSDL_image \ $(shell sdl-config --libs) # -g --- wop.diff ends here --- PR: 93382 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) Notes: svn path=/head/; revision=156289
* Update to 0.4.1.Sam Lawrance2006-02-124-9/+27
| | | | | | | | PR: ports/93112 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) Notes: svn path=/head/; revision=155816
* add build dependency on makedepend (devel/imake-6)Edwin Groothuis2005-12-271-0/+2
| | | | Notes: svn path=/head/; revision=152146
* New port: games/wop Free real-time Worms gameEdwin Groothuis2005-12-274-0/+4815
Worms of Prey is the new and free real-time Worms game for Linux, MacOS X, and Windows similar to Liero, Liero AI, Liero Extreme, Yet Another Liero Clone, NiL, and Wurmz! Features include: - Multi-player with one player per computer - Completely new graphics - Low bandwidth usage - Different game modes (death match, team play) - Ropes can be attached to any object - Rope can be released - Any number of ropes - Multiple moving goals - Free Linux, Windows and MacOS version under GPL license WWW: http://wormsofprey.org/ PR: ports/90946 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=152137