FreeBSD Bugzilla – Attachment 158632 Details for
Bug 201486
[patch] games/minetest_game: add NO_ARCH, fix some libpng warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
patch-minetest_game.diff (text/plain), 1.14 KB, created by
Andriy Voskoboinyk
on 2015-07-11 23:34:31 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2015-07-11 23:34:31 UTC
Size:
1.14 KB
patch
obsolete
>Index: games/minetest_game/Makefile >=================================================================== >--- games/minetest_game/Makefile (revision 391767) >+++ games/minetest_game/Makefile (working copy) >@@ -10,6 +10,7 @@ > > LICENSE= LGPL21 > >+PATCH_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick > RUN_DEPENDS= minetest:${PORTSDIR}/games/minetest > > USE_GITHUB= yes >@@ -16,6 +17,7 @@ > GH_ACCOUNT= minetest > > NO_BUILD= yes >+NO_ARCH= yes > DATADIR= ${PREFIX}/share/minetest/games/${PORTNAME} > PORTDATA= * > PORTDOCS= * >@@ -22,6 +24,17 @@ > > OPTIONS_DEFINE= DOCS > >+post-patch: >+# PNG warning: iCCP: RGB color space not permitted on grayscale PNG >+.for n in black dark_grey grey white >+ @${PREFIX}/bin/mogrify ${WRKSRC}/mods/wool/textures/wool_${n}.png 2> /dev/null >+.endfor >+# PNG warning: iCCP: known incorrect sRGB profile >+ @${PREFIX}/bin/mogrify ${WRKSRC}/mods/default/textures/default_papyrus.png >+.for n in dandelion_white dandelion_yellow geranium tulip >+ @${PREFIX}/bin/mogrify ${WRKSRC}/mods/flowers/textures/flowers_${n}.png >+.endfor >+ > do-install: > ${MKDIR} ${STAGEDIR}${DATADIR} > cd ${WRKSRC} && ${COPYTREE_SHARE} "game.conf menu mods" ${STAGEDIR}${DATADIR}/
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 201486
:
158632
|
158633
|
158634
|
158754