Index: head/emulators/q4wine/Makefile =================================================================== --- head/emulators/q4wine/Makefile (revision 394646) +++ head/emulators/q4wine/Makefile (revision 394647) @@ -1,69 +1,63 @@ # Created by: Sergey V. Dyatko # $FreeBSD$ PORTNAME= q4wine DISTVERSION= 1.1-r2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:S/.r/-r/}/ MAINTAINER= koalative@gmail.com COMMENT= QT4 front-end for WINE LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= icotool:${PORTSDIR}/graphics/icoutils RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ wget:${PORTSDIR}/ftp/wget \ cabextract:${PORTSDIR}/archivers/cabextract \ icotool:${PORTSDIR}/graphics/icoutils USES= cmake desktop-file-utils CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man -USE_GCC= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= qmake_build rcc_build moc_build uic_build \ - linguist_build corelib gui sql network + linguisttools_build corelib gui sql sql-sqlite3_run network ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= AUTHORS ChangeLog README TODO OPTIONS_DEFINE= DOCS NLS DBUS OPTIONS_DEFAULT= DBUS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - DBUS_CMAKE_ON= -DWITH_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DWITH_DBUS:BOOL=OFF +DBUS_USE= QT4=dbus .include .if ${ARCH} == "i386" RUN_DEPENDS+= wine:${PORTSDIR}/emulators/wine-devel -.endif - -.if ${PORT_OPTIONS:MDBUS} -USE_QT4+= dbus .endif post-patch: @${REINPLACE_CMD} -e 's|/share/man|/man|' \ ${WRKSRC}/src/CMakeLists.txt @${REINPLACE_CMD} \ -e 's|^Categories=.*|Categories=Qt;System;Emulator;Utility;Game;|' \ ${WRKSRC}/${PORTNAME}.desktop .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|install(FILES|#install(FILES|' \ ${WRKSRC}/src/i18n/CMakeLists.txt .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp =================================================================== --- head/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp (nonexistent) +++ head/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp (revision 394647) @@ -0,0 +1,11 @@ +--- src/q4wine-gui/process.cpp.orig 2015-07-24 20:19:50 UTC ++++ src/q4wine-gui/process.cpp +@@ -16,6 +16,8 @@ + * * + ***************************************************************************/ + ++#include ++ + #include "process.h" + + Process::Process (QStringList args, QString exec, QString dir, QString info, QString caption, bool showErr, QStringList env, QWidget * parent, Qt::WFlags f) Property changes on: head/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property