FreeBSD Bugzilla – Attachment 203185 Details for
Bug 235093
x11/kde5: more GCC fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qtcreator
qtcreator.patch (text/plain), 1.86 KB, created by
Piotr Kubaj
on 2019-03-27 09:49:33 UTC
(
hide
)
Description:
qtcreator
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-03-27 09:49:33 UTC
Size:
1.86 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 496939) >+++ Makefile (working copy) >@@ -17,7 +17,7 @@ > BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} > RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} > >-USES= compiler:c++14-lang python:2.7 qmake qt:5 shebangfix tar:xz >+USES= compiler:c++14-lang gl python:2.7 qmake qt:5 shebangfix tar:xz > USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} > USE_GL= gl > USE_QT= buildtools concurrent core declarative designer gui help \ >@@ -88,6 +88,14 @@ > scripts/uichanges.py \ > scripts/makedmg.py > >+.include <bsd.port.pre.mk> >+ >+.if ${CHOSEN_COMPILER_TYPE} == gcc >+PLIST_SUB+= GCC="" >+.else >+PLIST_SUB+= GCC="@comment " >+.endif >+ > post-patch: > # Fix paths for gnuplot and ant. > ${REINPLACE_CMD} -e 's|/usr/bin/gnuplot|${LOCALBASE}/bin/gnuplot|' \ >@@ -110,4 +118,4 @@ > # See QTBUG-40825 and ports bugs 194088, 195105 and 198720. > ${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${WRKSRC}/lib' >> ${WRKSRC}/.qmake.cache > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 496939) >+++ pkg-plist (working copy) >@@ -826,6 +826,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-allocatedlayout-data.html > %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-allocatedlayout-members.html > %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-allocatedlayout.html >+%%GCC%%%%NO_QTWEBENGINE%%%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-asyncjob-members.html >+%%GCC%%%%NO_QTWEBENGINE%%%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-asyncjob.html > %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-bestitemtype.html > %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-colortip-members.html > %%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/utils-internal-colortip.html
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 235093
:
201300
|
201313
|
201499
|
201551
|
201927
|
203185
|
203190