Index: head/games/tbe/Makefile =================================================================== --- head/games/tbe/Makefile (revision 404964) +++ head/games/tbe/Makefile (revision 404965) @@ -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 - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - cd ${WRKSRC}/usr && ${PAX} -rw share ${STAGEDIR}${PREFIX} + @${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 .include Index: head/games/tbe/files/patch-src_model_World.h =================================================================== --- head/games/tbe/files/patch-src_model_World.h (nonexistent) +++ head/games/tbe/files/patch-src_model_World.h (revision 404965) @@ -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 + + #include ++#include + + // Forward Definitions: + class Goal; Property changes on: head/games/tbe/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