FreeBSD Bugzilla – Attachment 164880 Details for
Bug 205742
games/tbe: Fix build, switch to USES=execinfo, other fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build and other
tbe.diff (text/plain), 3.10 KB, created by
Pawel Pekala
on 2015-12-30 22:43:56 UTC
(
hide
)
Description:
Fix build and other
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2015-12-30 22:43:56 UTC
Size:
3.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (wersja 404865) >+++ Makefile (kopia robocza) >@@ -1,41 +1,31 @@ > # $FreeBSD$ > > PORTNAME= tbe >-PORTVERSION= v0.9.2.1 >+PORTVERSION= 0.9.2.1 > PORTEPOCH= 1 > CATEGORIES= games >+DISTVERSIONPREFIX= v > > MAINTAINER= johans@FreeBSD.org > COMMENT= The Butterfly Effect > >-BROKEN= fails to build >- > BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip >-LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo > >-USES= gmake tar:tgz >-USE_QT4= corelib gui linguist moc_build rcc_build svg uic_build xml >+USES= cmake compiler:c++11-lib execinfo gmake tar:tgz >+USE_QT4= gui linguisttools_build moc_build qmake_build rcc_build \ >+ svg uic_build xml > > USE_GITHUB= yes > GH_ACCOUNT= kaa-ching > >-INSTALLS_ICONS= yes > PORTDATA= * > PORTDOCS= * > >-DESKTOP_ENTRIES="The Butterfly Effect" "Inspired by The Incredible Machine" \ >- "${DATADIR}/imagery/tbe-icon.png" \ >- "${PREFIX}/bin/tbe" "LogicGame;Game;" false >- > post-patch: >- @${REINPLACE_CMD} 's/ make/ $$(MAKE)/' \ >- ${WRKSRC}/Makefile >- @${REINPLACE_CMD} 's:/share/games/tbe/:/share/tbe/:' \ >- ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/tbe_paths.h >+ @${REINPLACE_CMD} 's/ make/ $$(MAKE)/' \ >+ ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e 's:/share/games/tbe/:/share/tbe/:' \ >+ -e 's:/usr:${PREFIX}: ; s:/games:/bin:' \ >+ ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/tbe_paths.h > >-do-install: >- @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${DATADIR} >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ >- cd ${WRKSRC}/usr && ${PAX} -rw share ${STAGEDIR}${PREFIX} >- > .include <bsd.port.mk> >Index: files/patch-src_model_World.h >=================================================================== >--- files/patch-src_model_World.h (nonexistent) >+++ files/patch-src_model_World.h (kopia robocza) >@@ -0,0 +1,10 @@ >+--- src/model/World.h.orig 2015-12-30 21:31:37 UTC >++++ src/model/World.h >+@@ -31,6 +31,7 @@ >+ #include <QtCore/QSet> >+ >+ #include <unordered_map> >++#include <vector> >+ >+ // Forward Definitions: >+ class Goal; > >Zmiany atrybutów dla: files/patch-src_model_World.h >___________________________________________________________________ >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: pkg-plist >=================================================================== >--- pkg-plist (nonexistent) >+++ pkg-plist (kopia robocza) >@@ -0,0 +1,7 @@ >+bin/tbe >+share/applications/tbe.desktop >+share/icons/hicolor/128x128/apps/tbe.png >+share/icons/hicolor/16x16/apps/tbe.png >+share/icons/hicolor/32x32/apps/tbe.png >+share/icons/hicolor/48x48/apps/tbe.png >+share/icons/hicolor/64x64/apps/tbe.png > >Zmiany atrybutów dla: pkg-plist >___________________________________________________________________ >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
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 205742
: 164880 |
164899
|
164900