FreeBSD Bugzilla – Attachment 159199 Details for
Bug 201863
[patch] emulators/q4wine: qt4-linguist -> qt4-linguisttools, remove some dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch.diff
patch-q4wine.diff (text/plain), 2.54 KB, created by
Andriy Voskoboinyk
on 2015-07-24 22:02:40 UTC
(
hide
)
Description:
Patch.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2015-07-24 22:02:40 UTC
Size:
2.54 KB
patch
obsolete
>Index: emulators/q4wine/Makefile >=================================================================== >--- emulators/q4wine/Makefile (revision 392837) >+++ emulators/q4wine/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= q4wine > DISTVERSION= 1.1-r2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= emulators deskutils > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:S/.r/-r/}/ > >@@ -11,6 +11,7 @@ > COMMENT= QT4 front-end for WINE > > LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= icotool:${PORTSDIR}/graphics/icoutils > RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ >@@ -20,11 +21,10 @@ > > 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 >@@ -34,11 +34,9 @@ > > 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 <bsd.port.options.mk> > >@@ -46,10 +44,6 @@ > 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 >Index: emulators/q4wine/files/patch-src_q4wine-gui_process.cpp >=================================================================== >--- emulators/q4wine/files/patch-src_q4wine-gui_process.cpp (revision 0) >+++ emulators/q4wine/files/patch-src_q4wine-gui_process.cpp (working copy) >@@ -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 <locale.h> >++ >+ #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: emulators/q4wine/files/patch-src_q4wine-gui_process.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
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 201863
: 159199 |
159200
|
159201
|
159202