games/sdl-sopwith: update 2.4.0 → 2.5.0

main
Dmitry Marakasov 2024-04-23 21:12:54 +03:00
parent 7d43ddf6e4
commit 39a3ef9c41
3 changed files with 12 additions and 17 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= sdl-sopwith
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.4.0
PORTREVISION= 1
DISTVERSION= 2.5.0
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1709139990
SHA256 (fragglet-sdl-sopwith-sdl-sopwith-2.4.0_GH0.tar.gz) = 885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96
SIZE (fragglet-sdl-sopwith-sdl-sopwith-2.4.0_GH0.tar.gz) = 904163
TIMESTAMP = 1713895652
SHA256 (fragglet-sdl-sopwith-sdl-sopwith-2.5.0_GH0.tar.gz) = 1dafbf1f7bc614c94427114cf1d6f8fbcc0b191219249f13776dffaae9ce1af0
SIZE (fragglet-sdl-sopwith-sdl-sopwith-2.5.0_GH0.tar.gz) = 908617

View File

@ -1,15 +1,11 @@
--- configure.ac.orig 2024-02-03 20:39:30 UTC
--- configure.ac.orig 2024-04-18 23:56:19 UTC
+++ configure.ac
@@ -29,12 +29,6 @@ AC_CHECK_FUNCS(isatty)
AC_CHECK_HEADERS(stdbool.h)
AC_CHECK_FUNCS(isatty)
@@ -27,7 +27,7 @@ if test "$GCC" = "yes"; then
-if test "$GCC" = "yes"
-then
- WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
- CFLAGS="-O$OPT_LEVEL -g $WARNINGS $CFLAGS"
-fi
-
dnl network libraries
if test "$GCC" = "yes"; then
WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
- CFLAGS="-O2 -g $WARNINGS $CFLAGS"
+ CFLAGS="$WARNINGS $CFLAGS"
fi
SOCKET_LIBS=
dnl network libraries; not all systems have the sockets API in their libc: