| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/100902
Submitted by: maintainer (Dmitry Marakasov)
Notes:
svn path=/head/; revision=168849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
|
|
|
|
| |
PR: ports/93112
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Notes:
svn path=/head/; revision=155816
|
|
|
|
| |
Notes:
svn path=/head/; revision=152146
|
|
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
|