aboutsummaryrefslogtreecommitdiff
path: root/games/vultures-eye
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
commit0d2725682b8325a08b11592d11062997bb9dc7f2 (patch)
tree46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/vultures-eye
parent750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff)
downloadports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz
ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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
Notes: svn path=/head/; revision=173460
Diffstat (limited to 'games/vultures-eye')
-rw-r--r--games/vultures-eye/Makefile2
-rw-r--r--games/vultures-eye/files/patch-sys-unix-Makefile.sys24
2 files changed, 14 insertions, 12 deletions
diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile
index 35f03b084fc2..a33e822a4dea 100644
--- a/games/vultures-eye/Makefile
+++ b/games/vultures-eye/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vultures
PORTVERSION= 2.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSION}/
PKGNAMESUFFIX= -eye
diff --git a/games/vultures-eye/files/patch-sys-unix-Makefile.sys b/games/vultures-eye/files/patch-sys-unix-Makefile.sys
index b44f4afee53f..078cab809fbc 100644
--- a/games/vultures-eye/files/patch-sys-unix-Makefile.sys
+++ b/games/vultures-eye/files/patch-sys-unix-Makefile.sys
@@ -1,18 +1,20 @@
---- sys/unix/Makefile.src.orig Thu Apr 6 02:59:04 2006
-+++ sys/unix/Makefile.src Thu May 25 01:24:10 2006
-@@ -154,21 +154,21 @@
+--- sys/unix/Makefile.src.orig Tue Jun 6 23:23:32 2006
++++ sys/unix/Makefile.src Tue Sep 12 18:31:34 2006
+@@ -153,22 +153,17 @@
+
# VULTURESCFLAGS will be passed to the sub-makefile for vultures
OS = $(shell uname -s)
- ifeq ($(OS),FreeBSD)
+-ifeq ($(OS),FreeBSD)
- SDL_CONFIG = sdl11-config
-+# SDL_CONFIG = sdl11-config
- SDLMAIN = -lSDLmain-1.1
- else
- SDL_CONFIG = sdl-config
- SDLMAIN = -lSDLmain
- endif
+- SDLMAIN = -lSDLmain-1.1
+-else
+- SDL_CONFIG = sdl-config
+- SDLMAIN = -lSDLmain
+-endif
-VULTURESCFLAGS = -Wall -g
-CFLAGS = -g -I../include -I ../win/vultures $(shell $(SDL_CONFIG) --cflags)
++SDL_CONFIG = sdl-config
++SDLMAIN = -lSDLmain
+VULTURESCFLAGS = ${CFLAGS}
+CFLAGS += -g -I../include -I ../win/vultures $(shell $(SDL_CONFIG) --cflags)
LFLAGS =
@@ -27,7 +29,7 @@
#LINK=g++
# For cross-compiling, eg. with gcc on Linux (see also CC further up):
#CXX=arm-linux-g++
-@@ -480,7 +480,7 @@
+@@ -480,7 +475,7 @@
@rm -f $(MAKEDEFS)
../win/vultures/build_n/vultures.o: objects.o monst.o ../include/date.h ../win/vultures/* ../win/vultures/util/*