FreeBSD Bugzilla – Attachment 141476 Details for
Bug 188286
[PATCH] games/openpref fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openpref.diff
openpref.diff (text/x-patch), 3.02 KB, created by
Rusmir Dusko
on 2014-04-17 10:11:00 UTC
(
hide
)
Description:
openpref.diff
Filename:
MIME Type:
Creator:
Rusmir Dusko
Created:
2014-04-17 10:11:00 UTC
Size:
3.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351377) >+++ Makefile (working copy) >@@ -3,24 +3,38 @@ > > PORTNAME= openpref > PORTVERSION= 0.1.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games >-MASTER_SITES= SF/${PORTNAME}/OpenPref-Qt4/${PORTNAME}-${PORTVERSION} >+MASTER_SITES= SF/${PORTNAME}/OpenPref-Qt4/${PORTNAME}-${PORTVERSION}/ > > MAINTAINER= annulen@yandex.ru > COMMENT= Preferans game > >+LICENSE= GPLv3 >+ > USES= qmake > USE_QT4= corelib gui moc_build rcc_build uic_build > MAKE_JOBS_UNSAFE= yes > >-DESKTOP_ENTRIES="OpenPref" "${COMMENT}" "${DATADIR}/openpref.png" \ >- "openpref" "Game;CardGame;" true >+PLIST_FILES= bin/${PORTNAME} \ >+ %%DATADIR%%/i18n/${PORTNAME}_ru.qm \ >+ share/pixmaps/${PORTNAME}.png >+PLIST_DIRS= %%DATADIR%%/i18n %%DATADIR%% > >+PORTDOCS= AUTHORS BUGS NEWS README THANKS >+OPTIONS_DEFINE= DOCS >+ >+DESKTOP_ENTRIES="OpenPref" "" "${PORTNAME}" \ >+ "${PORTNAME}" "Game;CardGame;" "" >+ > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/openpref ${STAGEDIR}${PREFIX}/bin >- ${MKDIR} ${STAGEDIR}${DATADIR}/i18n >- ${INSTALL_DATA} ${WRKSRC}/openpref_ru.qm ${STAGEDIR}${DATADIR}/i18n >- ${INSTALL_DATA} ${WRKSRC}/pics/openpref.png ${STAGEDIR}${DATADIR} >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ >+ @${MKDIR} ${STAGEDIR}${DATADIR}/i18n >+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_ru.qm ${STAGEDIR}${DATADIR}/i18n/ >+ ${INSTALL_DATA} ${WRKSRC}/pics/${PORTNAME}.png \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps/ > >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ > .include <bsd.port.mk> >Index: files/patch-src__util__debug.cpp >=================================================================== >--- files/patch-src__util__debug.cpp (revision 0) >+++ files/patch-src__util__debug.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- ./src/util/debug.cpp.orig 2014-04-05 15:33:31.000000000 +0200 >++++ ./src/util/debug.cpp 2014-04-05 15:34:06.000000000 +0200 >+@@ -20,6 +20,7 @@ >+ * http://www.gnu.org/licenses >+ */ >+ >++#include <time.h> >+ #include <QFile> >+ >+ #include "debug.h" > >Property changes on: files/patch-src__util__debug.cpp >___________________________________________________________________ >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-descr >=================================================================== >--- pkg-descr (revision 351377) >+++ pkg-descr (working copy) >@@ -3,4 +3,4 @@ > Qt4 framework and is portable between many operating systems including > Windows and major Unix flavours. > >-WWW: http://openpref.sourceforge.net >+WWW: http://openpref.sourceforge.net >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 351377) >+++ pkg-plist (working copy) >@@ -1,5 +0,0 @@ >-bin/openpref >-%%DATADIR%%/openpref.png >-%%DATADIR%%/i18n/openpref_ru.qm >-@dirrm %%DATADIR%%/i18n >-@dirrm %%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 188286
:
141475
| 141476