From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6836139083 for ; Sat, 23 Dec 2017 13:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CCD3E0E3C; Sat, 23 Dec 2017 13:11:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B0C1E0E3C for ; Sat, 23 Dec 2017 13:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FBC034165A for ; Sat, 23 Dec 2017 13:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDD3FAE9F for ; Sat, 23 Dec 2017 13:11:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514034618.42873fe722268b3a4cad3bd375c5adfdacfc16cd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/supertux/files/supertux-0.4.0-flags.patch games-arcade/supertux/files/supertux-0.4.0-obstack.patch games-arcade/supertux/files/supertux-0.4.0-squirrel.patch games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch X-VCS-Directories: games-arcade/supertux/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 42873fe722268b3a4cad3bd375c5adfdacfc16cd X-VCS-Branch: master Date: Sat, 23 Dec 2017 13:11:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b819219d-281d-4cb0-821b-41043c3cd647 X-Archives-Hash: 8e5e3d70ce6fcfdd1cbd496c64aa25f6 commit: 42873fe722268b3a4cad3bd375c5adfdacfc16cd Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Dec 22 15:25:59 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 23 13:10:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42873fe7 games-arcade/supertux: remove unused patches .../supertux/files/supertux-0.4.0-flags.patch | 32 -------------- .../supertux/files/supertux-0.4.0-obstack.patch | 19 -------- .../supertux/files/supertux-0.4.0-squirrel.patch | 20 --------- .../files/supertux-0.4.0-tinygettext.patch | 50 ---------------------- 4 files changed, 121 deletions(-) diff --git a/games-arcade/supertux/files/supertux-0.4.0-flags.patch b/games-arcade/supertux/files/supertux-0.4.0-flags.patch deleted file mode 100644 index a09176cedd1..00000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-flags.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -329,7 +329,7 @@ - endif(COMPILER_SUPPORTS_CXX11) - - --IF(CMAKE_COMPILER_IS_GNUCC) -+IF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags") - SET(CMAKE_C_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags") - SET(CMAKE_CXX_FLAGS_PROFILE "-pg" CACHE STRING "Profile flags") -@@ -352,7 +352,7 @@ - # -Wlogical-op -Wstrict-null-sentinel - SET(SUPERTUX2_EXTRA_WARNING_FLAGS "-fdiagnostics-show-option -pedantic -Wno-long-long -Wcast-align -Wdisabled-optimization -Winit-self -Winvalid-pch -Wmissing-include-dirs -Wmissing-noreturn -Wpacked -Wredundant-decls -Wstack-protector -Wformat=2 -Weffc++ -Wctor-dtor-privacy -Wno-unused-parameter -Wshadow -Wnon-virtual-dtor -Wcast-qual") - ENDIF(WARNINGS) --ENDIF(CMAKE_COMPILER_IS_GNUCC) -+ENDIF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - - ## If xgettext is available, generate messages.pot for sources - -@@ -407,9 +407,9 @@ - ENDIF(GENERATE_MESSAGESPOT) - - ## Some additional compiler switches --IF(CMAKE_COMPILER_IS_GNUCC) -+IF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing") --ENDIF(CMAKE_COMPILER_IS_GNUCC) -+ENDIF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - - IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - ADD_DEFINITIONS(-DMACOSX) diff --git a/games-arcade/supertux/files/supertux-0.4.0-obstack.patch b/games-arcade/supertux/files/supertux-0.4.0-obstack.patch deleted file mode 100644 index 609fe948609..00000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-obstack.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- CMakeLists.txt.orig -+++ CMakeLists.txt -@@ -251,7 +251,6 @@ - include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/squirrel/include/) - include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/tinygettext/include/) - include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/findlocale/) --include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/obstack/) - - IF(WIN32) - ADD_DEFINITIONS(-D_USE_MATH_DEFINES -DNOMINMAX) -@@ -260,7 +259,7 @@ - - ## Build list of sources for supertux binary - --FILE(GLOB SUPERTUX_SOURCES_C RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} external/obstack/*.c external/findlocale/findlocale.c) -+FILE(GLOB SUPERTUX_SOURCES_C RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} external/findlocale/findlocale.c) - - FILE(GLOB SUPERTUX_SOURCES_CXX RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} src/*/*.cpp src/supertux/menu/*.cpp src/video/sdl/*.cpp) - FILE(GLOB SUPERTUX_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc") diff --git a/games-arcade/supertux/files/supertux-0.4.0-squirrel.patch b/games-arcade/supertux/files/supertux-0.4.0-squirrel.patch deleted file mode 100644 index 09824425ded..00000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-squirrel.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- supertux-0.4.0.orig/external/squirrel/CMakeLists.txt -+++ supertux-0.4.0/external/squirrel/CMakeLists.txt -@@ -65,8 +65,6 @@ - - # the squirrel sources are out of our control so don't be too pedantic about - # them --SET(CMAKE_CXX_FLAGS "") --SET(CMAKE_C_FLAGS "") - - ## define a target for building the library - -@@ -82,8 +80,3 @@ - set(LIB_SUBDIR "lib${LIB_SUFFIX}" - CACHE STRING "Subdirectory of prefix into which libraries are installed (e.g., lib32, lib64)") - --INSTALL(TARGETS squirrel -- RUNTIME DESTINATION bin -- ARCHIVE DESTINATION ${LIB_SUBDIR} -- LIBRARY DESTINATION ${LIB_SUBDIR} -- COMPONENT squirrel) diff --git a/games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch b/games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch deleted file mode 100644 index 23e572d4419..00000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- supertux-0.4.0.orig/external/tinygettext/CMakeLists.txt -+++ supertux-0.4.0/external/tinygettext/CMakeLists.txt -@@ -59,7 +59,7 @@ - ) - - ## Reveal library type choice to users --option(BUILD_SHARED_LIBS "Produce dynamic library instead of static archive" ON) -+option(BUILD_SHARED_LIBS "Produce dynamic library instead of static archive" OFF) - - # TinyGetText library compilation - -@@ -127,14 +127,9 @@ - ## Debug options - - option(WERROR "Stops on first compiler warning in debug mode" OFF) --option(WARNINGS "Enable long list of warnings for compiler to check" ON) -+option(WARNINGS "Enable long list of warnings for compiler to check" OFF) - - CHECK_CXX_FLAG(std=c++0x) --CHECK_CXX_FLAG(O3) --CHECK_CXX_FLAG(Wall) --CHECK_CXX_FLAG(Wextra) --CHECK_CXX_FLAG(Weffc++) --CHECK_CXX_FLAG(pedantic) - - if(WARNINGS) - CHECK_CXX_FLAG(Wabi) -@@ -194,22 +189,4 @@ - endforeach(TEST) - ENDIF() - --## Install tinygettext -- --# use standardized variable name --set(LIB_SUBDIR "lib${LIB_SUFFIX}" -- CACHE STRING "Subdirectory of prefix into which libraries are installed (e.g., lib32, lib64)") -- --## prepare tinygettext.pc --configure_file(tinygettext.pc.in tinygettext.pc @ONLY) -- --install(TARGETS tinygettext -- RUNTIME DESTINATION bin -- ARCHIVE DESTINATION ${LIB_SUBDIR} -- LIBRARY DESTINATION ${LIB_SUBDIR}) --install(FILES ${TINYGETTEXT_HEADERS} -- DESTINATION include/tinygettext) --install(FILES ${tinygettext_BINARY_DIR}/tinygettext.pc -- DESTINATION ${LIB_SUBDIR}/pkgconfig) -- - # EOF #