FreeBSD Bugzilla – Attachment 136329 Details for
Bug 181498
[PATCH] games/pingus: fix build with clang, install icon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pingus-0.7.2_11.patch
pingus-0.7.2_11.patch (text/plain), 3.54 KB, created by
Dmitry Marakasov
on 2013-08-24 04:50:00 UTC
(
hide
)
Description:
pingus-0.7.2_11.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2013-08-24 04:50:00 UTC
Size:
3.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 325285) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pingus > PORTVERSION= 0.7.2 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= games > MASTER_SITES= http://pingus.seul.org/files/ > >@@ -12,7 +12,7 @@ > > LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ > boost_regex:${PORTSDIR}/devel/boost-libs \ >- physfs.1:${PORTSDIR}/devel/physfs >+ physfs:${PORTSDIR}/devel/physfs > > USE_BZIP2= yes > USES= iconv >@@ -21,7 +21,7 @@ > with_linuxevdev=0 > USE_SDL= sdl image mixer > >-DESKTOP_ENTRIES= "Pingus" "${COMMENT}" "" \ >+DESKTOP_ENTRIES= "Pingus" "${COMMENT}" "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ > "pingus" "" false > > PLIST= ${WRKDIR}/pkg-plist >@@ -33,6 +33,7 @@ > pre-install: > @${RM} -f ${PLIST} > @${ECHO_CMD} "bin/${PORTNAME}" >> ${PLIST} >+ @${ECHO_CMD} "share/pixmaps/${PORTNAME}.ico" >> ${PLIST} > @cd ${WRKSRC}/data && \ > ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ > ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST} >@@ -44,5 +45,6 @@ > ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \ > ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} >+ ${INSTALL_DATA} ${WRKSRC}/src/win32/icon1.ico ${PREFIX}/share/pixmaps/${PORTNAME}.ico > > .include <bsd.port.mk> >Index: files/patch-src-editor-editor__screen.hpp >=================================================================== >--- files/patch-src-editor-editor__screen.hpp (revision 0) >+++ files/patch-src-editor-editor__screen.hpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/editor/editor_screen.hpp.orig 2007-09-30 20:07:08.000000000 +0400 >++++ src/editor/editor_screen.hpp 2013-08-23 23:08:40.689231327 +0400 >+@@ -27,7 +27,7 @@ >+ >+ class DrawingContext; >+ class FileDialog; >+-class GUI::GUIManager; >++namespace GUI { class GUIManager; } >+ class Pathname; >+ >+ namespace Editor { > >Property changes on: files/patch-src-editor-editor__screen.hpp >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >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 >Index: files/patch-src-lisp-getters.hpp >=================================================================== >--- files/patch-src-lisp-getters.hpp (revision 0) >+++ files/patch-src-lisp-getters.hpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/lisp/getters.hpp.orig 2007-08-17 20:20:09.000000000 +0400 >++++ src/lisp/getters.hpp 2013-08-09 13:42:19.551761882 +0400 >+@@ -30,7 +30,7 @@ >+ if(lisp->get_list_size() != 2) >+ return false; >+ >+- const Lisp* el = lisp->get_list_elem(1); >++ const Lisp* el = lisp->get_list_elem(1).get(); >+ return get(el, val); >+ } >+ > >Property changes on: files/patch-src-lisp-getters.hpp >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >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 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 325285) >+++ pkg-descr (working copy) >@@ -2,4 +2,4 @@ > currently 22 playable levels and runs under a wide variety of operating systems > (FreeBSD, Linux, Windows, etc.) > >-WWW: http://pingus.seul.org/ >+WWW: http://pingus.seul.org/
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 181498
: 136329