FreeBSD Bugzilla – Attachment 164681 Details for
Bug 205629
games/pinball: fix highscore handling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
pinball.patch (text/plain), 2.01 KB, created by
Dmitry Marakasov
on 2015-12-26 13:11:46 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-12-26 13:11:46 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 404138) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pinball > PORTVERSION= 0.3.1 >-PORTREVISION= 19 >+PORTREVISION= 20 > CATEGORIES= games > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -38,10 +38,17 @@ > > # For gmake>=3.82 > pre-configure: >- ${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \ >+ @${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \ > ${REINPLACE_CMD} -e 's,^dnl,# dnl,' > > post-install: >+ @${MV} ${STAGEDIR}/var/games/pinball/professor/highscores \ >+ ${STAGEDIR}/var/games/pinball/professor/highscores.sample >+ @${MV} ${STAGEDIR}/var/games/pinball/tux/highscores \ >+ ${STAGEDIR}/var/games/pinball/tux/highscores.sample >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pinball/lib*.so* >+ >+post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for FILE in ${DOCS} > ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 404138) >+++ pkg-plist (working copy) >@@ -1,4 +1,4 @@ >-bin/pinball >+@(,games,2555) bin/pinball > bin/pinball-config > include/pinball/AlignVisitor.h > include/pinball/AllegroVisitor.h >@@ -122,16 +122,8 @@ > %%DATADIR%%/tux/tiles.png > %%DATADIR%%/tux/tiles.png.pcx > %%DATADIR%%/tux/up.wav >-@dirrm %%DATADIR%%/tux >-@dirrm %%DATADIR%%/professor >-@dirrm %%DATADIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >-@dirrm lib/pinball >-@dirrm include/pinball >-@group games >-@unexec rmdir "/var/games/pinball/tux" >/dev/null 2>&1 || : >-@unexec rmdir "/var/games/pinball/professor" >/dev/null 2>&1 || : >-@unexec rmdir "/var/games/pinball" >/dev/null 2>&1 || : >-/var/games/pinball/professor/highscores >-/var/games/pinball/tux/highscores >-@group >+@sample(,games,664) /var/games/pinball/professor/highscores.sample >+@sample(,games,664) /var/games/pinball/tux/highscores.sample >+@dir(,games,775) /var/games/pinball/tux >+@dir(,games,775) /var/games/pinball/professor >+@dir /var/games/pinball
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205629
: 164681