diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-09 01:28:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-09 01:28:16 +0000 |
commit | 7944d3f26e4512622767ab87e5029a0b9b3b8f93 (patch) | |
tree | 380ffb506139f1bf19d7093ee5f6e1643ab51db1 /games/sopwith | |
parent | 1d69d936c117c88527292b7ebc03d34711068fd0 (diff) |
Notes
Diffstat (limited to 'games/sopwith')
-rw-r--r-- | games/sopwith/Makefile | 4 | ||||
-rw-r--r-- | games/sopwith/distinfo | 2 | ||||
-rw-r--r-- | games/sopwith/files/patch-src::swinit.c | 18 |
3 files changed, 3 insertions, 21 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index c9a1ccb095f6..409290ee09c8 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sopwith -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sdl-sopwith @@ -18,7 +18,7 @@ COMMENT= A classic WW1 biplane game BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 USE_GMAKE= yes -USE_GNOME= gtk12 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config diff --git a/games/sopwith/distinfo b/games/sopwith/distinfo index f6a38db1ef65..b0b0e262af24 100644 --- a/games/sopwith/distinfo +++ b/games/sopwith/distinfo @@ -1 +1 @@ -MD5 (sdl_sopwith-1.7.0.tar.gz) = 8519ac7356f1214dc39996fb9b993af8 +MD5 (sdl_sopwith-1.7.1.tar.gz) = bc66c80c83b14d48b60ba263403dba9a diff --git a/games/sopwith/files/patch-src::swinit.c b/games/sopwith/files/patch-src::swinit.c deleted file mode 100644 index cf90d0ff626a..000000000000 --- a/games/sopwith/files/patch-src::swinit.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/swinit.c.orig Sun Jun 8 16:35:49 2003 -+++ src/swinit.c Sun Jun 8 16:36:01 2003 -@@ -1064,6 +1064,7 @@ - BOOL k = FALSE; - int modeset = 0, keyset; - char *device = "\0 "; -+ int i; - - // store global argc/argv - -@@ -1096,7 +1097,6 @@ - } - #endif - -- int i; - - // sdh 29/10/2001: load config from configuration file - |