mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ports/187834: port update: games/sopwith
The attached patch updates the games/sopwith port to the latest upstream version. Fix staging. PR: 187834 Submitted by: Jesse <jessefrgsmith@yahoo.ca>
This commit is contained in:
parent
3a7c696fc0
commit
bba47530af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353664
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sopwith
|
||||
PORTVERSION= 1.7.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -15,7 +15,4 @@ USE_SDL= sdl
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN6= sopwith.6
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sopwith-1.7.4.tar.gz) = eadbcae0190d874896a73a621d99f55ca5d063710c7a80f58b8bfa928a9a8126
|
||||
SIZE (sopwith-1.7.4.tar.gz) = 278793
|
||||
SHA256 (sopwith-1.8.2.tar.gz) = b94bd2d32c776fb5fe9e428afe5b1dfe80d3d6f278ab7609c32f3237cb3491f0
|
||||
SIZE (sopwith-1.8.2.tar.gz) = 355695
|
||||
|
@ -1,11 +1,10 @@
|
||||
--- src/Makefile.in.orig 2010-10-18 14:16:31.000000000 +1100
|
||||
+++ src/Makefile.in 2010-10-18 14:17:21.000000000 +1100
|
||||
@@ -81,7 +81,7 @@
|
||||
--- ./src/Makefile.in.orig 2014-03-21 20:04:20.389912049 -0300
|
||||
+++ ./src/Makefile.in 2014-03-21 20:06:15.225011088 -0300
|
||||
@@ -82,7 +82,7 @@
|
||||
bin_PROGRAMS = @SOPWITH_BINS@
|
||||
EXTRA_PROGRAMS = sopwith gtksopwith psopwith
|
||||
|
||||
-CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL
|
||||
+CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CFLAGS}
|
||||
-CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CGLAFS}
|
||||
+CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL -I/usr/local/include/SDL ${SDL_CGLAFS}
|
||||
|
||||
COMMON_SRC = video.h swcollsn.c swgames.h swmain.h swutil.h font.h swcollsn.h swground.c swmisc.c tcpcomm.c pcsound.h swconf.c swground.h swmisc.h swsound.c tcpcomm.h std.h swconf.h swgrpha.c swmove.c swsound.h timer.h sw.h swdisp.c swgrpha.h swmove.h swsymbol.c swasynio.c swdisp.h swinit.c swsymbol.h swasynio.h swend.c swinit.h swtitle.c swauto.c swend.h swobject.c swtitle.h swauto.h swgames.c swmain.c swobject.h swutil.c video.c
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/sopwith
|
||||
man/man6/sopwith.6.gz
|
||||
share/doc/sopwith/keys.txt
|
||||
share/doc/sopwith/dlcvsamj.txt
|
||||
share/doc/sopwith/origdoc.txt
|
||||
|
Loading…
Reference in New Issue
Block a user