pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Reduces warnings reported by pkglint



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Sun Jan 8 21:04:52 2017 +0000
Changeset:	25fa0ff66e8f145d29b7754da9aa7933a80ef2e6

Modified Files:
	Makefile
	supertuxkart/Makefile
	supertuxkart/distinfo
	supertuxkart/patches/patch-src_utils_log.hpp

Log Message:
Reduces warnings reported by pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25fa0ff66e8f145d29b7754da9aa7933a80ef2e6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                     | 1 +
 supertuxkart/Makefile                        | 3 ++-
 supertuxkart/distinfo                        | 2 +-
 supertuxkart/patches/patch-src_utils_log.hpp | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e0e574e..daa5099 100644
--- a/Makefile
+++ b/Makefile
@@ -3976,6 +3976,7 @@ SUBDIR+=	superchic
 SUBDIR+=	supercollider
 SUBDIR+=	superlfv
 SUBDIR+=	supermodel
+SUBDIR+=	supertuxkart
 SUBDIR+=	surf
 SUBDIR+=	surf2-git
 SUBDIR+=	suse121_32_libbz2
diff --git a/supertuxkart/Makefile b/supertuxkart/Makefile
index a27580b..bb0c19e 100644
--- a/supertuxkart/Makefile
+++ b/supertuxkart/Makefile
@@ -20,12 +20,13 @@ USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	cmake
 
-CXXFLAGS+=	-DNO_IRR_COMPILE_WITH_JOYSTICK_EVENTS_ 
+CXXFLAGS+=	-DNO_IRR_COMPILE_WITH_JOYSTICK_EVENTS_
 
 CMAKE_ARGS+=	-DUSE_WIIUSE=0 \
 		-DUSE_FRIBIDI=0
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../audio/openal/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
diff --git a/supertuxkart/distinfo b/supertuxkart/distinfo
index 9cafd67..0186fd5 100644
--- a/supertuxkart/distinfo
+++ b/supertuxkart/distinfo
@@ -9,4 +9,4 @@ SHA1 (patch-IrrCompileConfig.h) = 597d7e542bc7f0aeac95e55871e4aa542d463eaa
 SHA1 (patch-as_config.h) = 0f1c3703fcdfe7db6f495b3d2e4434f0a537685a
 SHA1 (patch-as_memory.cpp) = 028c69a42b67cb60f8467d2ad38d496f63f4af09
 SHA1 (patch-os.cpp) = b5569351322777f12f339261820501887f1274bd
-SHA1 (patch-src_utils_log.hpp) = 3a3ff1f331da387dcfa0bc621b765904c4afc1d3
+SHA1 (patch-src_utils_log.hpp) = 918be9edb061c9b6a4ab8d69fdf241007020290c
diff --git a/supertuxkart/patches/patch-src_utils_log.hpp b/supertuxkart/patches/patch-src_utils_log.hpp
index 575ab58..846d8a5 100644
--- a/supertuxkart/patches/patch-src_utils_log.hpp
+++ b/supertuxkart/patches/patch-src_utils_log.hpp
@@ -1,5 +1,5 @@
 $NetBSD: patch-src_utils_log.hpp,v 1.1 2014/01/09 12:17:32 ryoon Exp $
-
+Fix gnuc_va_list problem
 --- src/utils/log.hpp.orig	2013-11-15 11:43:21.000000000 +0000
 +++ src/utils/log.hpp
 @@ -26,7 +26,8 @@


Home | Main Index | Thread Index | Old Index