Index: head/games/chessx/pkg-plist =================================================================== --- head/games/chessx/pkg-plist (revision 393992) +++ head/games/chessx/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/chessx -share/applications/chessx.desktop -share/pixmaps/chessx.png Property changes on: head/games/chessx/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/chessx/Makefile =================================================================== --- head/games/chessx/Makefile (revision 393992) +++ head/games/chessx/Makefile (revision 393993) @@ -1,26 +1,32 @@ # $FreeBSD$ PORTNAME= chessx PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= yamagi@yamagi.org COMMENT= Qt 4 chess database application LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING -USES= desktop-file-utils shared-mime-info qmake tar:tgz -USE_QT4= corelib gui svg xml network linguist_build \ +USES= desktop-file-utils qmake shared-mime-info tar:tgz +USE_QT4= corelib gui svg network linguisttools_build \ moc_build qmake_build rcc_build uic_build QMAKE_ARGS+= QMAKE_LRELEASE=${LRELEASE} + +PLIST_FILES= bin/chessx \ + share/applications/chessx.desktop \ + share/pixmaps/chessx.png OPTIONS_DEFINE= STOCKFISH CRAFTY STOCKFISH_DESC= Install Stockfish Chess Engine STOCKFISH_RUN_DEPENDS= stockfish:${PORTSDIR}/games/stockfish CRAFTY_DESC= Install Crafty Chess Application CRAFTY_RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty .include Index: head/games/chessx/files/patch-chessx.pro =================================================================== --- head/games/chessx/files/patch-chessx.pro (revision 393992) +++ head/games/chessx/files/patch-chessx.pro (revision 393993) @@ -1,18 +1,18 @@ ---- chessx.pro_orig 2014-03-21 10:53:31.321941038 +0100 -+++ chessx.pro 2014-03-21 10:54:00.294938611 +0100 -@@ -323,6 +323,15 @@ +--- chessx.pro.orig 2015-05-05 13:46:26 UTC ++++ chessx.pro +@@ -393,6 +393,15 @@ macx { QMAKE_INFO_PLIST = mac_osx/Info.plist } +unix:!macx { + target.path = $$PREFIX/bin + pixmaps.path = $$PREFIX/share/pixmaps + pixmaps.files = data/images/chessx.png + desktop.path = $$PREFIX/share/applications + desktop.files = unix/chessx.desktop + INSTALLS += target desktop pixmaps +} + RESOURCES = resources.qrc TRANSLATIONS = i18n/chessx_de.ts \ Index: head/games/chessx/files/patch-src__database__threadedguess.cpp =================================================================== --- head/games/chessx/files/patch-src__database__threadedguess.cpp (revision 393992) +++ head/games/chessx/files/patch-src__database__threadedguess.cpp (revision 393993) @@ -1,10 +1,10 @@ ---- src/database/threadedguess.cpp_ 2015-05-06 10:23:39.570986205 +0200 -+++ src/database/threadedguess.cpp 2015-05-06 10:24:33.855963312 +0200 +--- src/database/threadedguess.cpp.orig 2015-04-28 18:00:47 UTC ++++ src/database/threadedguess.cpp @@ -2,6 +2,7 @@ * Copyright (C) 2014 by Jens Nissen jens-chessx@gmx.net * ****************************************************************************/ +#include #include "threadedguess.h" #include "guess.h"