Skip to content

Commit

Permalink
games/sdl-sopwith: move from games/sopwith, update 1.8.4 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 5, 2022
1 parent 29917c1 commit 9ce981e
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 40 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -17550,3 +17550,4 @@ x11-drivers/xf86-video-trident||2022-09-04|Has expired: Broken with recent xorg,
x11-drivers/xf86-video-s3||2022-09-04|Has expired: Broken with recent xorg, no fixes upstream
x11-drivers/xf86-video-glint||2022-09-04|Has expired: Broken with recent xorg, no fixes upstream
www/mediawiki136||2022-09-04|Has expired: Upstream no longer maintained
games/sopwith|games/sdl-sopwith|2022-09-04|Moved to match upstream name
2 changes: 1 addition & 1 deletion games/Makefile
Expand Up @@ -880,6 +880,7 @@
SUBDIR += scummvm-tools
SUBDIR += sdb
SUBDIR += sdl-ball
SUBDIR += sdl-sopwith
SUBDIR += sdl_jewels
SUBDIR += sdl_lopan
SUBDIR += sdl_scavenger
Expand Down Expand Up @@ -915,7 +916,6 @@
SUBDIR += solarconquest
SUBDIR += solarus
SUBDIR += solarus-quest-editor
SUBDIR += sopwith
SUBDIR += spacejunk
SUBDIR += spacezero
SUBDIR += speak
Expand Down
21 changes: 21 additions & 0 deletions games/sdl-sopwith/Makefile
@@ -0,0 +1,21 @@
PORTNAME= sdl-sopwith
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.1.0
CATEGORIES= games

MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Classic WW1 biplane game

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING.md

USES= autoreconf pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= fragglet
GNU_CONFIGURE= yes
USE_SDL= sdl2

PORTDOCS= *
OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions games/sdl-sopwith/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1662145718
SHA256 (fragglet-sdl-sopwith-sdl-sopwith-2.1.0_GH0.tar.gz) = 6f199c9e94c7b9bea1c9514cf088ac8283661da31749c52a2dee3eefe6fc986b
SIZE (fragglet-sdl-sopwith-sdl-sopwith-2.1.0_GH0.tar.gz) = 153957
15 changes: 15 additions & 0 deletions games/sdl-sopwith/files/patch-configure.ac
@@ -0,0 +1,15 @@
--- configure.ac.orig 2022-08-31 15:52:22 UTC
+++ configure.ac
@@ -27,12 +27,6 @@ AC_PROG_RANLIB
AC_CHECK_TOOL(STRIP, strip, )
AC_CHECK_TOOL(CONVERT, convert, )

-if test "$GCC" = "yes"
-then
- WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
- CFLAGS="-O$OPT_LEVEL -g $WARNINGS $orig_CFLAGS"
-fi
-
dnl network libraries

case "$target" in
1 change: 1 addition & 0 deletions games/sopwith/pkg-descr → games/sdl-sopwith/pkg-descr
Expand Up @@ -6,3 +6,4 @@ initial code written toward a backport allowing it to be run under
DOS, like the original.

WWW: http://sdl-sopwith.sourceforge.net/
WWW: https://github.com/fragglet/sdl-sopwith
3 changes: 3 additions & 0 deletions games/sdl-sopwith/pkg-plist
@@ -0,0 +1,3 @@
bin/sopwith
man/man5/sopwith.cfg.5.gz
man/man6/sopwith.6.gz
19 changes: 0 additions & 19 deletions games/sopwith/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions games/sopwith/distinfo

This file was deleted.

11 changes: 0 additions & 11 deletions games/sopwith/files/patch-src__Makefile.in

This file was deleted.

6 changes: 0 additions & 6 deletions games/sopwith/pkg-plist

This file was deleted.

0 comments on commit 9ce981e

Please sign in to comment.