FreeBSD Bugzilla – Attachment 175598 Details for
Bug 197888
devel/codeblocks: Crashes on startup with coredump when compiled with Clang (-O2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Switch to wxWidgets 3.0
patch-codeblocks-wx30.diff (text/plain), 2.93 KB, created by
Andriy Voskoboinyk
on 2016-10-10 12:18:59 UTC
(
hide
)
Description:
Switch to wxWidgets 3.0
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2016-10-10 12:18:59 UTC
Size:
2.93 KB
patch
obsolete
>Index: devel/codeblocks/Makefile >=================================================================== >--- devel/codeblocks/Makefile (revision 423651) >+++ devel/codeblocks/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= codeblocks > PORTVERSION= 16.01 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} > DISTNAME= ${PORTNAME}_${PORTVERSION} >@@ -22,7 +22,7 @@ > > USES= autoreconf compiler desktop-file-utils fam:gamin localbase \ > gettext-runtime libtool pathfix pkgconfig shared-mime-info >-USE_WX= 2.8 >+USE_WX= 3.0 > USE_GNOME= gtk20 cairo > USE_XORG= x11 > GNU_CONFIGURE= yes >Index: devel/codeblocks/pkg-plist >=================================================================== >--- devel/codeblocks/pkg-plist (revision 423651) >+++ devel/codeblocks/pkg-plist (working copy) >@@ -186,7 +186,6 @@ > include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h > include/codeblocks/wxContribItems/wxMathPlot/mathplot.h > include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h >-include/codeblocks/wxContribItems/wxTreeList/include/wx/treelistctrl.h > include/codeblocks/wxContribItems/wxchart/include/wx/axis.h > include/codeblocks/wxContribItems/wxchart/include/wx/bar3dchartpoints.h > include/codeblocks/wxContribItems/wxchart/include/wx/barchartpoints.h >@@ -221,16 +220,6 @@ > include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledpanel.h > include/codeblocks/wxContribItems/wxthings/include/wx/things/thingdef.h > include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/advprops.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/editors.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/extras.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/manager.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/odcombo.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/pg_dox_mainpage.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/propdev.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/propgrid.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/props.h >-include/codeblocks/wxpropgrid/include/wx/propgrid/xh_propgrid.h > include/codeblocks/wxscintilla/include/wx/wxscintilla.h > include/codeblocks/xtra_res.h > include/wxsmith/properties/wxsarraystringeditordlg.h >@@ -405,9 +394,6 @@ > lib/codeblocks/wxContribItems/libwxspeedbutton.so > lib/codeblocks/wxContribItems/libwxspeedbutton.so.0 > lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1 >-lib/codeblocks/wxContribItems/libwxtreelist.so >-lib/codeblocks/wxContribItems/libwxtreelist.so.0 >-lib/codeblocks/wxContribItems/libwxtreelist.so.0.0.1 > lib/libcodeblocks.so > lib/libcodeblocks.so.0 > lib/libcodeblocks.so.0.0.1 >@@ -424,7 +410,6 @@ > libdata/pkgconfig/cb_wxled.pc > libdata/pkgconfig/cb_wxmathplot.pc > libdata/pkgconfig/cb_wxspeedbutton.pc >-libdata/pkgconfig/cb_wxtreelist.pc > libdata/pkgconfig/wxsmith-contrib.pc > libdata/pkgconfig/wxsmith.pc > libdata/pkgconfig/wxsmithaui.pc
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 197888
:
174486
|
175592
|
175598