Index: head/games/sdl-ball/Makefile =================================================================== --- head/games/sdl-ball/Makefile (revision 469949) +++ head/games/sdl-ball/Makefile (revision 469950) @@ -1,44 +1,44 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= sdl-ball PORTVERSION= 1.03 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF DISTNAME= SDL-Ball_${PORTVERSION}_build-6_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Arkanoid/Breakout clone with pretty graphics LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt WRKSRC= ${WRKDIR}/SDL-Ball_source_build_0006_src USES= dos2unix gmake tar:xz USE_SDL= sdl mixer image ttf USE_GL= gl glu MAKE_ENV= DATADIR=${DATADIR}/ -DOS2UNIX_FILES= main.cpp +DOS2UNIX_FILES= main.cpp menu.cpp PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/themes && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/themes/default/icon32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png ${INSTALL_DATA} ${WRKSRC}/sdl-ball.desktop ${STAGEDIR}${PREFIX}/share/applications/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/sdl-ball/files/patch-main.cpp =================================================================== --- head/games/sdl-ball/files/patch-main.cpp (nonexistent) +++ head/games/sdl-ball/files/patch-main.cpp (revision 469950) @@ -0,0 +1,11 @@ +--- main.cpp.orig 2018-05-14 18:46:05 UTC ++++ main.cpp +@@ -3762,7 +3762,7 @@ int main (int argc, char *argv[]) { + + difficulty = static_difficulty; + +- cout << "SDL-Ball v "VERSION << endl; ++ cout << "SDL-Ball v " VERSION << endl; + + // default to "" (If this have a 0 len after trying to getenv, it defaults to ./) + privFile.programRoot = ""; Property changes on: head/games/sdl-ball/files/patch-main.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/sdl-ball/files/patch-menu.cpp =================================================================== --- head/games/sdl-ball/files/patch-menu.cpp (nonexistent) +++ head/games/sdl-ball/files/patch-menu.cpp (revision 469950) @@ -0,0 +1,11 @@ +--- menu.cpp.orig 2016-08-25 16:21:38 UTC ++++ menu.cpp +@@ -204,7 +204,7 @@ public: + switch(t) + { + case 0: +- sprintf(highScores[t], "SDL-BALL v "VERSION ); ++ sprintf(highScores[t], "SDL-BALL v " VERSION ); + break; + case 1: + sprintf(highScores[t], "-----------------------"); Property changes on: head/games/sdl-ball/files/patch-menu.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property