diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-18 19:27:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-18 19:27:27 +0800 |
commit | fec16e4f66350ea997b12dced2be8f70c05dc033 (patch) | |
tree | d3a3d1aeac1b0f6808ac646809652f1393de8bc4 | |
parent | be4248e0c496337132b44db4d66c22752b35c832 (diff) | |
download | freebsd-ports-gnome-fec16e4f66350ea997b12dced2be8f70c05dc033.tar.gz freebsd-ports-gnome-fec16e4f66350ea997b12dced2be8f70c05dc033.tar.zst freebsd-ports-gnome-fec16e4f66350ea997b12dced2be8f70c05dc033.zip |
Track inplace distfile change [1]
[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)
-rw-r--r-- | games/wop/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/wop/distinfo b/games/wop/distinfo index e10c41c337d8..242a4d698bf2 100644 --- a/games/wop/distinfo +++ b/games/wop/distinfo @@ -1,6 +1,6 @@ -MD5 (wop-0.4.1-src.tar.bz2) = 339c6a832a5add5c0867a0aca6c935bb -SHA256 (wop-0.4.1-src.tar.bz2) = 787f60362d605ba4fb3df2f513605587a84015153777c05c84679ef3ed23d82b -SIZE (wop-0.4.1-src.tar.bz2) = 279613 +MD5 (wop-0.4.1-src.tar.bz2) = 9e484b312f287dd6c5e7e1b9a666e11f +SHA256 (wop-0.4.1-src.tar.bz2) = b29148e94a2ea4f853dec7620d8e03b9eccc4253df287a7c6f12119eecb32555 +SIZE (wop-0.4.1-src.tar.bz2) = 279695 MD5 (wopdata-2005-12-21.tar.bz2) = 0bf42f28e03dcac5c8066b46d7733907 SHA256 (wopdata-2005-12-21.tar.bz2) = cd6b8eb9f77f709d7a52b913d8a665bd202c53ceca9cf96b4c9f9adc17d8a6b2 SIZE (wopdata-2005-12-21.tar.bz2) = 4217006 |