From 8ae06702464aab4a715acc6fd880d16811d6afb2 Mon Sep 17 00:00:00 2001 From: kamil Date: Thu, 16 Jun 2016 02:28:51 +0000 Subject: Import codeblocks-16.01 as editors/codeblock Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms. Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins! Originally packaged in pkgsrc-wip by: - Ondrej Tuma, - Joerg Sonnenberg, - Thomas Klausner, - Tobias Nygren, - Mark Davies, - Blue Rats, - Aleksej Saushev, - Aleksej Lebedev, - K.I.A.Derouiche and - myself. --- editors/codeblocks/DESCR | 9 + editors/codeblocks/Makefile | 31 + editors/codeblocks/PLIST | 1115 ++++++++++++++++++++ editors/codeblocks/distinfo | 11 + ...lugins_contrib_wxContribItems_wxchart_configure | 21 + ...ugins_contrib_wxContribItems_wxthings_configure | 22 + .../patches/patch-src_sdk_wxpropgrid_configure | 22 + .../patches/patch-src_src_appglobals.cpp | 15 + .../codeblocks/patches/patch-src_src_prefix.cpp | 16 + 9 files changed, 1262 insertions(+) create mode 100644 editors/codeblocks/DESCR create mode 100644 editors/codeblocks/Makefile create mode 100644 editors/codeblocks/PLIST create mode 100644 editors/codeblocks/distinfo create mode 100644 editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxchart_configure create mode 100644 editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure create mode 100644 editors/codeblocks/patches/patch-src_sdk_wxpropgrid_configure create mode 100644 editors/codeblocks/patches/patch-src_src_appglobals.cpp create mode 100644 editors/codeblocks/patches/patch-src_src_prefix.cpp (limited to 'editors') diff --git a/editors/codeblocks/DESCR b/editors/codeblocks/DESCR new file mode 100644 index 00000000000..f9b76158088 --- /dev/null +++ b/editors/codeblocks/DESCR @@ -0,0 +1,9 @@ +Code::Blocks is a free C++ IDE built to meet the most demanding needs of its +users. It is designed to be very extensible and fully configurable. + +Finally, an IDE with all the features you need, having a consistent look, feel +and operation across platforms. + +Built around a plugin framework, Code::Blocks can be extended with plugins. Any +kind of functionality can be added by installing/coding a plugin. For instance, +compiling and debugging functionality is already provided by plugins! diff --git a/editors/codeblocks/Makefile b/editors/codeblocks/Makefile new file mode 100644 index 00000000000..b32283175a3 --- /dev/null +++ b/editors/codeblocks/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2016/06/16 02:28:51 kamil Exp $ +# + +DISTNAME= codeblocks_16.01 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= editors x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=codeblocks/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.codeblocks.org/ +COMMENT= Open source, cross platform, free C++ IDE +LICENSE= gnu-gpl-v3 + +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.release +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake +USE_LANGUAGES= c c++ + +CONFIGURE_ARGS+= --with-contrib-plugins=AutoVersioning,BrowseTracker,byogames,cbkoders,codesnippets,codestat,dragscroll,envvars,help,keybinder,libfinder,profiler,regex,exporter,symtab +# wxsmith makes error in build process + +BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip + +PKGCONFIG_OVERRIDE+= codeblocks.pc.in + +.include "../../databases/shared-mime-info/mimedb.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/wxGTK30/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/codeblocks/PLIST b/editors/codeblocks/PLIST new file mode 100644 index 00000000000..3bb1df60983 --- /dev/null +++ b/editors/codeblocks/PLIST @@ -0,0 +1,1115 @@ +@comment $NetBSD: PLIST,v 1.1 2016/06/16 02:28:51 kamil Exp $ +bin/cb_console_runner +bin/cb_share_config +bin/codeblocks +include/codeblocks/Alignment.h +include/codeblocks/Assertions.h +include/codeblocks/Attributes.h +include/codeblocks/CharDistribution.h +include/codeblocks/Compiler.h +include/codeblocks/ErrorList.h +include/codeblocks/JpCntx.h +include/codeblocks/Likely.h +include/codeblocks/NullPtr.h +include/codeblocks/TypedEnum.h +include/codeblocks/Types.h +include/codeblocks/Util.h +include/codeblocks/annoyingdialog.h +include/codeblocks/autodetectcompilers.h +include/codeblocks/backgroundthread.h +include/codeblocks/base64.h +include/codeblocks/blockallocated.h +include/codeblocks/cbauibook.h +include/codeblocks/cbcolourmanager.h +include/codeblocks/cbdebugger_interfaces.h +include/codeblocks/cbeditor.h +include/codeblocks/cbeditorprintout.h +include/codeblocks/cbexception.h +include/codeblocks/cbfunctor.h +include/codeblocks/cbplugin.h +include/codeblocks/cbproject.h +include/codeblocks/cbstatusbar.h +include/codeblocks/cbstyledtextctrl.h +include/codeblocks/cbthreadedtask.h +include/codeblocks/cbthreadpool.h +include/codeblocks/cbtool.h +include/codeblocks/cbtreectrl.h +include/codeblocks/cbworkspace.h +include/codeblocks/ccmanager.h +include/codeblocks/compileoptionsbase.h +include/codeblocks/compiler.h +include/codeblocks/compilercommandgenerator.h +include/codeblocks/compilerfactory.h +include/codeblocks/compileroptions.h +include/codeblocks/compiletargetbase.h +include/codeblocks/configmanager.h +include/codeblocks/configurationpanel.h +include/codeblocks/configuretoolsdlg.h +include/codeblocks/confirmreplacedlg.h +include/codeblocks/crc32.h +include/codeblocks/debuggermanager.h +include/codeblocks/editarrayfiledlg.h +include/codeblocks/editarrayorderdlg.h +include/codeblocks/editarraystringdlg.h +include/codeblocks/editor_hooks.h +include/codeblocks/editorbase.h +include/codeblocks/editorcolourset.h +include/codeblocks/editorlexerloader.h +include/codeblocks/editormanager.h +include/codeblocks/editpairdlg.h +include/codeblocks/editpathdlg.h +include/codeblocks/edittooldlg.h +include/codeblocks/encodingdetector.h +include/codeblocks/externaldepsdlg.h +include/codeblocks/filefilters.h +include/codeblocks/filegroupsandmasks.h +include/codeblocks/filemanager.h +include/codeblocks/findreplacebase.h +include/codeblocks/findreplacedlg.h +include/codeblocks/genericmultilinenotesdlg.h +include/codeblocks/globals.h +include/codeblocks/ibaseloader.h +include/codeblocks/ibaseworkspaceloader.h +include/codeblocks/id.h +include/codeblocks/importers_globals.h +include/codeblocks/incrementalselectlistdlg.h +include/codeblocks/infowindow.h +include/codeblocks/licenses.h +include/codeblocks/logger.h +include/codeblocks/loggers.h +include/codeblocks/logmanager.h +include/codeblocks/macrosmanager.h +include/codeblocks/managedthread.h +include/codeblocks/manager.h +include/codeblocks/menuitemsmanager.h +include/codeblocks/misctreeitemdata.h +include/codeblocks/multiselectdlg.h +include/codeblocks/newfromtemplatedlg.h +include/codeblocks/nsBig5Prober.h +include/codeblocks/nsCharSetProber.h +include/codeblocks/nsCodingStateMachine.h +include/codeblocks/nsDebug.h +include/codeblocks/nsEUCJPProber.h +include/codeblocks/nsEUCKRProber.h +include/codeblocks/nsEUCTWProber.h +include/codeblocks/nsError.h +include/codeblocks/nsEscCharsetProber.h +include/codeblocks/nsGB2312Prober.h +include/codeblocks/nsHebrewProber.h +include/codeblocks/nsLatin1Prober.h +include/codeblocks/nsMBCSGroupProber.h +include/codeblocks/nsMemory.h +include/codeblocks/nsPkgInt.h +include/codeblocks/nsSBCSGroupProber.h +include/codeblocks/nsSBCharSetProber.h +include/codeblocks/nsSJISProber.h +include/codeblocks/nsUTF8Prober.h +include/codeblocks/nsUniversalDetector.h +include/codeblocks/nscore.h +include/codeblocks/personalitymanager.h +include/codeblocks/pipedprocess.h +include/codeblocks/pluginmanager.h +include/codeblocks/pluginsconfigurationdlg.h +include/codeblocks/prcpucfg.h +include/codeblocks/prcpucfg_darwin.h +include/codeblocks/prcpucfg_linux.h +include/codeblocks/prcpucfg_openbsd.h +include/codeblocks/prcpucfg_win95.h +include/codeblocks/prcpucfg_winnt.h +include/codeblocks/prep.h +include/codeblocks/printing_types.h +include/codeblocks/prmem.h +include/codeblocks/projectbuildtarget.h +include/codeblocks/projectfile.h +include/codeblocks/projectfileoptionsdlg.h +include/codeblocks/projectlayoutloader.h +include/codeblocks/projectloader.h +include/codeblocks/projectloader_hooks.h +include/codeblocks/projectmanager.h +include/codeblocks/projectsfilemasksdlg.h +include/codeblocks/projecttemplateloader.h +include/codeblocks/prtypes.h +include/codeblocks/safedelete.h +include/codeblocks/scripting/bindings/sc_base_types.h +include/codeblocks/scripting/bindings/sc_plugin.h +include/codeblocks/scripting/include/sqdbgserver.h +include/codeblocks/scripting/include/sqrdbg.h +include/codeblocks/scripting/include/sqstdaux.h +include/codeblocks/scripting/include/sqstdblob.h +include/codeblocks/scripting/include/sqstdio.h +include/codeblocks/scripting/include/sqstdmath.h +include/codeblocks/scripting/include/sqstdstring.h +include/codeblocks/scripting/include/sqstdsystem.h +include/codeblocks/scripting/include/squirrel.h +include/codeblocks/scripting/sqplus/SqPlusConst.h +include/codeblocks/scripting/sqplus/SquirrelBindingsUtils.h +include/codeblocks/scripting/sqplus/SquirrelObject.h +include/codeblocks/scripting/sqplus/SquirrelVM.h +include/codeblocks/scripting/sqplus/sqplus.h +include/codeblocks/scriptingmanager.h +include/codeblocks/scriptsecuritywarningdlg.h +include/codeblocks/scrollingdialog.h +include/codeblocks/sdk.h +include/codeblocks/sdk_common.h +include/codeblocks/sdk_events.h +include/codeblocks/sdk_precomp.h +include/codeblocks/searchresultslog.h +include/codeblocks/selecttargetdlg.h +include/codeblocks/settings.h +include/codeblocks/templatemanager.h +include/codeblocks/tinyxml/tinystr.h +include/codeblocks/tinyxml/tinywxuni.h +include/codeblocks/tinyxml/tinyxml.h +include/codeblocks/toolsmanager.h +include/codeblocks/uservarmanager.h +include/codeblocks/workspaceloader.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularMeter.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularRegulator.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpCheckBox.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpSwitcher.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDClock.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDWindow.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearMeter.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearRegulator.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/TimeAlarm.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularmeterhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularregulatorhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcdclockhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcddisplayhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearmeterhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearregulatorhandler.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h +include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h +include/codeblocks/wxContribItems/wxMathPlot/mathplot.h +include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.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 +include/codeblocks/wxContribItems/wxchart/include/wx/chart.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartcolors.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartctrl.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartdef.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartpointstypes.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartsizes.h +include/codeblocks/wxContribItems/wxchart/include/wx/charttypes.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartwindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/legend.h +include/codeblocks/wxContribItems/wxchart/include/wx/legendwindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/pie3dchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/piechartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/points.h +include/codeblocks/wxContribItems/wxchart/include/wx/xaxis.h +include/codeblocks/wxContribItems/wxchart/include/wx/xaxiswindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/yaxis.h +include/codeblocks/wxContribItems/wxchart/include/wx/yaxiswindow.h +include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/gizmos.h +include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ledctrl.h +include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/lcdwindow.h +include/codeblocks/wxContribItems/wxled/led/include/wx/led.h +include/codeblocks/wxContribItems/wxled/led/include/wx/stateLed.h +include/codeblocks/wxContribItems/wxled/led/include/xrc/xh_ledHandler.h +include/codeblocks/wxContribItems/wxled/led/include/xrc/xh_stateLedHandler.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/advancedmatrixobject.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/matrixobject.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledfont.h +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/wxscintilla/include/wx/wxscintilla.h +include/codeblocks/xtra_res.h +lib/codeblocks/plugins/libAutoVersioning.la +lib/codeblocks/plugins/libBrowseTracker.la +lib/codeblocks/plugins/libProfiler.la +lib/codeblocks/plugins/libRegExTestbed.la +lib/codeblocks/plugins/libSymTab.la +lib/codeblocks/plugins/libabbreviations.la +lib/codeblocks/plugins/libastyle.la +lib/codeblocks/plugins/libautosave.la +lib/codeblocks/plugins/libbyogames.la +lib/codeblocks/plugins/libcb_koders.la +lib/codeblocks/plugins/libclasswizard.la +lib/codeblocks/plugins/libcodecompletion.la +lib/codeblocks/plugins/libcodesnippets.la +lib/codeblocks/plugins/libcodestat.la +lib/codeblocks/plugins/libcompiler.la +lib/codeblocks/plugins/libdebugger.la +lib/codeblocks/plugins/libdefaultmimehandler.la +lib/codeblocks/plugins/libdragscroll.la +lib/codeblocks/plugins/libenvvars.la +lib/codeblocks/plugins/libexporter.la +lib/codeblocks/plugins/libhelp_plugin.la +lib/codeblocks/plugins/libkeybinder.la +lib/codeblocks/plugins/liblib_finder.la +lib/codeblocks/plugins/liboccurrenceshighlighting.la +lib/codeblocks/plugins/libopenfileslist.la +lib/codeblocks/plugins/libprojectsimporter.la +lib/codeblocks/plugins/libscriptedwizard.la +lib/codeblocks/plugins/libtodo.la +lib/codeblocks/wxContribItems/libwxchartctrl.la +lib/codeblocks/wxContribItems/libwxcustombutton.la +lib/codeblocks/wxContribItems/libwxflatnotebook.la +lib/codeblocks/wxContribItems/libwximagepanel.la +lib/codeblocks/wxContribItems/libwxkwic.la +lib/codeblocks/wxContribItems/libwxled.la +lib/codeblocks/wxContribItems/libwxmathplot.la +lib/codeblocks/wxContribItems/libwxspeedbutton.la +lib/libcodeblocks.la +lib/pkgconfig/cb_wxKWIC.pc +lib/pkgconfig/cb_wxchartctrl.pc +lib/pkgconfig/cb_wxcontrib.pc +lib/pkgconfig/cb_wxcustombutton.pc +lib/pkgconfig/cb_wxflatnotebook.pc +lib/pkgconfig/cb_wximagepanel.pc +lib/pkgconfig/cb_wxled.pc +lib/pkgconfig/cb_wxmathplot.pc +lib/pkgconfig/cb_wxspeedbutton.pc +lib/pkgconfig/codeblocks.pc +lib/pkgconfig/wxsmith-contrib.pc +man/man1/cb_console_runner.1 +man/man1/cb_share_config.1 +man/man1/codeblocks.1 +man/man1/codesnippets.1 +share/applications/codeblocks.desktop +share/codeblocks/AutoVersioning.zip +share/codeblocks/BrowseTracker.zip +share/codeblocks/Profiler.zip +share/codeblocks/RegExTestbed.zip +share/codeblocks/SymTab.zip +share/codeblocks/abbreviations.zip +share/codeblocks/astyle.zip +share/codeblocks/autosave.zip +share/codeblocks/byogames.zip +share/codeblocks/cb_koders.zip +share/codeblocks/classwizard.zip +share/codeblocks/codecompletion.zip +share/codeblocks/codesnippets.zip +share/codeblocks/codestat.zip +share/codeblocks/compiler.zip +share/codeblocks/compilers/compiler_avr-gcc.xml +share/codeblocks/compilers/compiler_bcc.xml +share/codeblocks/compilers/compiler_bfin-elf-gcc.xml +share/codeblocks/compilers/compiler_clang.xml +share/codeblocks/compilers/compiler_dmc.xml +share/codeblocks/compilers/compiler_dmd.xml +share/codeblocks/compilers/compiler_ldc.xml +share/codeblocks/compilers/compiler_lm32-gcc.xml +share/codeblocks/compilers/compiler_lm8-gcc.xml +share/codeblocks/compilers/compiler_msp430-gcc.xml +share/codeblocks/compilers/compiler_null.xml +share/codeblocks/compilers/compiler_pgifortran.xml +share/codeblocks/compilers/compiler_ppc-gcc.xml +share/codeblocks/compilers/compiler_sdcc.xml +share/codeblocks/compilers/compiler_tcc.xml +share/codeblocks/compilers/compiler_tricore-gcc.xml +share/codeblocks/compilers/compiler_zpu-gcc.xml +share/codeblocks/compilers/options_arm-elf-gcc.xml +share/codeblocks/compilers/options_avr-gcc.xml +share/codeblocks/compilers/options_bcc.xml +share/codeblocks/compilers/options_bfin-elf-gcc.xml +share/codeblocks/compilers/options_clang.xml +share/codeblocks/compilers/options_common_architecture.xml +share/codeblocks/compilers/options_common_cmds.xml +share/codeblocks/compilers/options_common_codegen.xml +share/codeblocks/compilers/options_common_optimization.xml +share/codeblocks/compilers/options_common_optimize-msvc.xml +share/codeblocks/compilers/options_common_re-gf.xml +share/codeblocks/compilers/options_common_re-iar.xml +share/codeblocks/compilers/options_common_re-msvc.xml +share/codeblocks/compilers/options_common_re.xml +share/codeblocks/compilers/options_common_runtime.xml +share/codeblocks/compilers/options_common_sort.xml +share/codeblocks/compilers/options_common_warnings-msvc.xml +share/codeblocks/compilers/options_common_warnings.xml +share/codeblocks/compilers/options_cygwin.xml +share/codeblocks/compilers/options_dmc.xml +share/codeblocks/compilers/options_dmd.xml +share/codeblocks/compilers/options_g95.xml +share/codeblocks/compilers/options_gcc.xml +share/codeblocks/compilers/options_gdc.xml +share/codeblocks/compilers/options_gfortran.xml +share/codeblocks/compilers/options_iar8051.xml +share/codeblocks/compilers/options_iararm.xml +share/codeblocks/compilers/options_icc.xml +share/codeblocks/compilers/options_keilc51.xml +share/codeblocks/compilers/options_keilcx51.xml +share/codeblocks/compilers/options_lcc.xml +share/codeblocks/compilers/options_ldc.xml +share/codeblocks/compilers/options_lm32-gcc.xml +share/codeblocks/compilers/options_lm8-gcc.xml +share/codeblocks/compilers/options_msp430-gcc.xml +share/codeblocks/compilers/options_msvc10.xml +share/codeblocks/compilers/options_msvc8.xml +share/codeblocks/compilers/options_msvctk.xml +share/codeblocks/compilers/options_null.xml +share/codeblocks/compilers/options_ow.xml +share/codeblocks/compilers/options_pgifortran.xml +share/codeblocks/compilers/options_ppc-gcc.xml +share/codeblocks/compilers/options_sdcc.xml +share/codeblocks/compilers/options_tcc.xml +share/codeblocks/compilers/options_tricore-gcc.xml +share/codeblocks/compilers/options_zpu-gcc.xml +share/codeblocks/debugger.zip +share/codeblocks/defaultmimehandler.zip +share/codeblocks/dragscroll.zip +share/codeblocks/envvars.zip +share/codeblocks/exporter.zip +share/codeblocks/help_plugin.zip +share/codeblocks/icons/app.xpm +share/codeblocks/icons/app_64.xpm +share/codeblocks/icons/c64.xpm +share/codeblocks/icons/cbp64.xpm +share/codeblocks/icons/cg64.xpm +share/codeblocks/icons/cpp64.xpm +share/codeblocks/icons/csd64.xpm +share/codeblocks/icons/d64.xpm +share/codeblocks/icons/dev64.xpm +share/codeblocks/icons/dsp64.xpm +share/codeblocks/icons/dsw64.xpm +share/codeblocks/icons/f64.xpm +share/codeblocks/icons/h64.xpm +share/codeblocks/icons/proj64.xpm +share/codeblocks/icons/rc64.xpm +share/codeblocks/images/16x16/bookmark_add.png +share/codeblocks/images/16x16/dbginfo.png +share/codeblocks/images/16x16/dbgnext.png +share/codeblocks/images/16x16/dbgnexti.png +share/codeblocks/images/16x16/dbgpause.png +share/codeblocks/images/16x16/dbgrun.png +share/codeblocks/images/16x16/dbgrunto.png +share/codeblocks/images/16x16/dbgstep.png +share/codeblocks/images/16x16/dbgstepi.png +share/codeblocks/images/16x16/dbgstepout.png +share/codeblocks/images/16x16/dbgstop.png +share/codeblocks/images/16x16/dbgwindow.png +share/codeblocks/images/16x16/editcopy.png +share/codeblocks/images/16x16/editcut.png +share/codeblocks/images/16x16/editpaste.png +share/codeblocks/images/16x16/exit.png +share/codeblocks/images/16x16/fileclose.png +share/codeblocks/images/16x16/filefind.png +share/codeblocks/images/16x16/filefindnext.png +share/codeblocks/images/16x16/filefindprev.png +share/codeblocks/images/16x16/filenew.png +share/codeblocks/images/16x16/fileopen.png +share/codeblocks/images/16x16/fileprint.png +share/codeblocks/images/16x16/filequickprint.png +share/codeblocks/images/16x16/filesave.png +share/codeblocks/images/16x16/filesaveall.png +share/codeblocks/images/16x16/filesaveas.png +share/codeblocks/images/16x16/findf.png +share/codeblocks/images/16x16/folder.png +share/codeblocks/images/16x16/folder_new.png +share/codeblocks/images/16x16/folder_open.png +share/codeblocks/images/16x16/folder_yel.png +share/codeblocks/images/16x16/folder_yel_open.png +share/codeblocks/images/16x16/goto.png +share/codeblocks/images/16x16/history_clear.png +share/codeblocks/images/16x16/idea.png +share/codeblocks/images/16x16/info.png +share/codeblocks/images/16x16/mark.png +share/codeblocks/images/16x16/mark_clear.png +share/codeblocks/images/16x16/mark_next.png +share/codeblocks/images/16x16/mark_prev.png +share/codeblocks/images/16x16/newproject.png +share/codeblocks/images/16x16/next.png +share/codeblocks/images/16x16/plug.png +share/codeblocks/images/16x16/prev.png +share/codeblocks/images/16x16/project-readonly.png +share/codeblocks/images/16x16/project.png +share/codeblocks/images/16x16/projectnew.png +share/codeblocks/images/16x16/redo.png +share/codeblocks/images/16x16/run.png +share/codeblocks/images/16x16/searchreplace.png +share/codeblocks/images/16x16/searchreplacef.png +share/codeblocks/images/16x16/undo.png +share/codeblocks/images/16x16/view_sidetree.png +share/codeblocks/images/16x16/view_tree.png +share/codeblocks/images/16x16/window_fullscreen.png +share/codeblocks/images/16x16/workspace-readonly.png +share/codeblocks/images/16x16/workspace.png +share/codeblocks/images/ascii.png +share/codeblocks/images/closebutton.png +share/codeblocks/images/codeblocks.png +share/codeblocks/images/codecompletion/class.png +share/codeblocks/images/codecompletion/class_folder.png +share/codeblocks/images/codecompletion/class_private.png +share/codeblocks/images/codecompletion/class_protected.png +share/codeblocks/images/codecompletion/class_public.png +share/codeblocks/images/codecompletion/ctor_private.png +share/codeblocks/images/codecompletion/ctor_protected.png +share/codeblocks/images/codecompletion/ctor_public.png +share/codeblocks/images/codecompletion/dtor_private.png +share/codeblocks/images/codecompletion/dtor_protected.png +share/codeblocks/images/codecompletion/dtor_public.png +share/codeblocks/images/codecompletion/enum.png +share/codeblocks/images/codecompletion/enum_private.png +share/codeblocks/images/codecompletion/enum_protected.png +share/codeblocks/images/codecompletion/enum_public.png +share/codeblocks/images/codecompletion/enumerator.png +share/codeblocks/images/codecompletion/enums_folder.png +share/codeblocks/images/codecompletion/folder.png +share/codeblocks/images/codecompletion/folder_blue.png +share/codeblocks/images/codecompletion/folder_blue_open.png +share/codeblocks/images/codecompletion/folder_green.png +share/codeblocks/images/codecompletion/folder_green_open.png +share/codeblocks/images/codecompletion/folder_open.png +share/codeblocks/images/codecompletion/funcs_folder.png +share/codeblocks/images/codecompletion/macro_def.png +share/codeblocks/images/codecompletion/macro_def_folder.png +share/codeblocks/images/codecompletion/macro_use.png +share/codeblocks/images/codecompletion/macro_use_folder.png +share/codeblocks/images/codecompletion/macro_use_private.png +share/codeblocks/images/codecompletion/macro_use_protected.png +share/codeblocks/images/codecompletion/macro_use_public.png +share/codeblocks/images/codecompletion/method_private.png +share/codeblocks/images/codecompletion/method_protected.png +share/codeblocks/images/codecompletion/method_public.png +share/codeblocks/images/codecompletion/namespace.png +share/codeblocks/images/codecompletion/others_folder.png +share/codeblocks/images/codecompletion/symbols_folder.png +share/codeblocks/images/codecompletion/typedef.png +share/codeblocks/images/codecompletion/typedef_private.png +share/codeblocks/images/codecompletion/typedef_protected.png +share/codeblocks/images/codecompletion/typedef_public.png +share/codeblocks/images/codecompletion/typedefs_folder.png +share/codeblocks/images/codecompletion/var_private.png +share/codeblocks/images/codecompletion/var_protected.png +share/codeblocks/images/codecompletion/var_public.png +share/codeblocks/images/codecompletion/vars_folder.png +share/codeblocks/images/codesnippets/allsnippets.png +share/codeblocks/images/codesnippets/category.png +share/codeblocks/images/codesnippets/findf.png +share/codeblocks/images/codesnippets/findfdisabled.png +share/codeblocks/images/codesnippets/options.png +share/codeblocks/images/codesnippets/optionsdisabled.png +share/codeblocks/images/codesnippets/snippet.png +share/codeblocks/images/codesnippets/stop.png +share/codeblocks/images/codesnippets/stopdisabled.png +share/codeblocks/images/compile.png +share/codeblocks/images/compilerun.png +share/codeblocks/images/contents_16x16.png +share/codeblocks/images/dbginfo.png +share/codeblocks/images/dbgnext.png +share/codeblocks/images/dbgnexti.png +share/codeblocks/images/dbgpause.png +share/codeblocks/images/dbgrun.png +share/codeblocks/images/dbgrunto.png +share/codeblocks/images/dbgstep.png +share/codeblocks/images/dbgstepi.png +share/codeblocks/images/dbgstepout.png +share/codeblocks/images/dbgstop.png +share/codeblocks/images/dbgwindow.png +share/codeblocks/images/edit_16x16.png +share/codeblocks/images/editcopy.png +share/codeblocks/images/editcut.png +share/codeblocks/images/editpaste.png +share/codeblocks/images/file-missing.png +share/codeblocks/images/file-modified.png +share/codeblocks/images/file-readonly.png +share/codeblocks/images/file.png +share/codeblocks/images/filefind.png +share/codeblocks/images/filenew.png +share/codeblocks/images/fileopen.png +share/codeblocks/images/fileprint.png +share/codeblocks/images/filesave.png +share/codeblocks/images/filesaveall.png +share/codeblocks/images/filesaveas.png +share/codeblocks/images/flag_16x16.png +share/codeblocks/images/folder.png +share/codeblocks/images/folder_new.png +share/codeblocks/images/folder_open.png +share/codeblocks/images/misc_16x16.png +share/codeblocks/images/modified_file.png +share/codeblocks/images/newproject.png +share/codeblocks/images/project-readonly.png +share/codeblocks/images/project.png +share/codeblocks/images/rc-file-added.png +share/codeblocks/images/rc-file-conflict.png +share/codeblocks/images/rc-file-external.png +share/codeblocks/images/rc-file-gotlock.png +share/codeblocks/images/rc-file-lockstolen.png +share/codeblocks/images/rc-file-mismatch.png +share/codeblocks/images/rc-file-missing.png +share/codeblocks/images/rc-file-modified.png +share/codeblocks/images/rc-file-noncontrolled.png +share/codeblocks/images/rc-file-outofdate.png +share/codeblocks/images/rc-file-requireslock.png +share/codeblocks/images/rc-file-uptodate.png +share/codeblocks/images/readonly.png +share/codeblocks/images/rebuild.png +share/codeblocks/images/redo.png +share/codeblocks/images/run.png +share/codeblocks/images/searchreplace.png +share/codeblocks/images/settings/abbrev-off.png +share/codeblocks/images/settings/abbrev.png +share/codeblocks/images/settings/astyle-plugin-off.png +share/codeblocks/images/settings/astyle-plugin.png +share/codeblocks/images/settings/autosave-off.png +share/codeblocks/images/settings/autosave.png +share/codeblocks/images/settings/batch-off.png +share/codeblocks/images/settings/batch.png +share/codeblocks/images/settings/codecompletion-off.png +share/codeblocks/images/settings/codecompletion.png +share/codeblocks/images/settings/codestats-off.png +share/codeblocks/images/settings/codestats.png +share/codeblocks/images/settings/colours-off.png +share/codeblocks/images/settings/colours.png +share/codeblocks/images/settings/compiler-off.png +share/codeblocks/images/settings/compiler.png +share/codeblocks/images/settings/debugger-off.png +share/codeblocks/images/settings/debugger.png +share/codeblocks/images/settings/default-code-off.png +share/codeblocks/images/settings/default-code.png +share/codeblocks/images/settings/dialogs-off.png +share/codeblocks/images/settings/dialogs.png +share/codeblocks/images/settings/dragscroll-off.png +share/codeblocks/images/settings/dragscroll.png +share/codeblocks/images/settings/editor-off.png +share/codeblocks/images/settings/editor.png +share/codeblocks/images/settings/envvars-off.png +share/codeblocks/images/settings/envvars.png +share/codeblocks/images/settings/extensions-off.png +share/codeblocks/images/settings/extensions.png +share/codeblocks/images/settings/folding-off.png +share/codeblocks/images/settings/folding.png +share/codeblocks/images/settings/general-prefs-off.png +share/codeblocks/images/settings/general-prefs.png +share/codeblocks/images/settings/generic-plugin-off.png +share/codeblocks/images/settings/generic-plugin.png +share/codeblocks/images/settings/gutter-margin-off.png +share/codeblocks/images/settings/gutter-margin.png +share/codeblocks/images/settings/help-plugin-off.png +share/codeblocks/images/settings/help-plugin.png +share/codeblocks/images/settings/net-off.png +share/codeblocks/images/settings/net.png +share/codeblocks/images/settings/notebook-appearance-off.png +share/codeblocks/images/settings/notebook-appearance.png +share/codeblocks/images/settings/onekeytobindthem-off.png +share/codeblocks/images/settings/onekeytobindthem.png +share/codeblocks/images/settings/profiler-off.png +share/codeblocks/images/settings/profiler.png +share/codeblocks/images/settings/syntax-highlight-off.png +share/codeblocks/images/settings/syntax-highlight.png +share/codeblocks/images/settings/todo-off.png +share/codeblocks/images/settings/todo.png +share/codeblocks/images/settings/view-off.png +share/codeblocks/images/settings/view.png +share/codeblocks/images/settings/wxsmith-off.png +share/codeblocks/images/settings/wxsmith.png +share/codeblocks/images/source.png +share/codeblocks/images/splash.png +share/codeblocks/images/splash_0802.png +share/codeblocks/images/splash_1005.png +share/codeblocks/images/splash_1211.png +share/codeblocks/images/splash_1312.png +share/codeblocks/images/stop.png +share/codeblocks/images/undo.png +share/codeblocks/images/vfolder_open.png +share/codeblocks/images/workspace-readonly.png +share/codeblocks/images/workspace.png +share/codeblocks/keybinder.zip +share/codeblocks/lexers/lexer_A68k.sample +share/codeblocks/lexers/lexer_A68k.xml +share/codeblocks/lexers/lexer_OgreCompositor.sample +share/codeblocks/lexers/lexer_OgreCompositor.xml +share/codeblocks/lexers/lexer_OgreMaterial.sample +share/codeblocks/lexers/lexer_OgreMaterial.xml +share/codeblocks/lexers/lexer_ada.sample +share/codeblocks/lexers/lexer_ada.xml +share/codeblocks/lexers/lexer_angelscript.sample +share/codeblocks/lexers/lexer_angelscript.xml +share/codeblocks/lexers/lexer_bash.sample +share/codeblocks/lexers/lexer_bash.xml +share/codeblocks/lexers/lexer_batch.sample +share/codeblocks/lexers/lexer_batch.xml +share/codeblocks/lexers/lexer_bibtex.sample +share/codeblocks/lexers/lexer_bibtex.xml +share/codeblocks/lexers/lexer_caml.sample +share/codeblocks/lexers/lexer_caml.xml +share/codeblocks/lexers/lexer_cg.sample +share/codeblocks/lexers/lexer_cg.xml +share/codeblocks/lexers/lexer_cmake.sample +share/codeblocks/lexers/lexer_cmake.xml +share/codeblocks/lexers/lexer_coffee.sample +share/codeblocks/lexers/lexer_coffee.xml +share/codeblocks/lexers/lexer_cpp.sample +share/codeblocks/lexers/lexer_cpp.xml +share/codeblocks/lexers/lexer_css.sample +share/codeblocks/lexers/lexer_css.xml +share/codeblocks/lexers/lexer_d.sample +share/codeblocks/lexers/lexer_d.xml +share/codeblocks/lexers/lexer_diff.sample +share/codeblocks/lexers/lexer_diff.xml +share/codeblocks/lexers/lexer_f77.sample +share/codeblocks/lexers/lexer_f77.xml +share/codeblocks/lexers/lexer_fortran.sample +share/codeblocks/lexers/lexer_fortran.xml +share/codeblocks/lexers/lexer_glsl.sample +share/codeblocks/lexers/lexer_glsl.xml +share/codeblocks/lexers/lexer_gm.sample +share/codeblocks/lexers/lexer_gm.xml +share/codeblocks/lexers/lexer_haskell.sample +share/codeblocks/lexers/lexer_haskell.xml +share/codeblocks/lexers/lexer_hitasm.sample +share/codeblocks/lexers/lexer_hitasm.xml +share/codeblocks/lexers/lexer_html.sample +share/codeblocks/lexers/lexer_html.xml +share/codeblocks/lexers/lexer_ihex.sample +share/codeblocks/lexers/lexer_ihex.xml +share/codeblocks/lexers/lexer_java.sample +share/codeblocks/lexers/lexer_java.xml +share/codeblocks/lexers/lexer_javascript.sample +share/codeblocks/lexers/lexer_javascript.xml +share/codeblocks/lexers/lexer_latex.sample +share/codeblocks/lexers/lexer_latex.xml +share/codeblocks/lexers/lexer_lisp.sample +share/codeblocks/lexers/lexer_lisp.xml +share/codeblocks/lexers/lexer_lua.sample +share/codeblocks/lexers/lexer_lua.xml +share/codeblocks/lexers/lexer_make.sample +share/codeblocks/lexers/lexer_make.xml +share/codeblocks/lexers/lexer_masm.sample +share/codeblocks/lexers/lexer_masm.xml +share/codeblocks/lexers/lexer_matlab.sample +share/codeblocks/lexers/lexer_matlab.xml +share/codeblocks/lexers/lexer_nsis.sample +share/codeblocks/lexers/lexer_nsis.xml +share/codeblocks/lexers/lexer_objc.sample +share/codeblocks/lexers/lexer_objc.xml +share/codeblocks/lexers/lexer_pascal.sample +share/codeblocks/lexers/lexer_pascal.xml +share/codeblocks/lexers/lexer_perl.sample +share/codeblocks/lexers/lexer_perl.xml +share/codeblocks/lexers/lexer_postscript.sample +share/codeblocks/lexers/lexer_postscript.xml +share/codeblocks/lexers/lexer_prg.sample +share/codeblocks/lexers/lexer_prg.xml +share/codeblocks/lexers/lexer_properties.sample +share/codeblocks/lexers/lexer_properties.xml +share/codeblocks/lexers/lexer_proto.xml +share/codeblocks/lexers/lexer_python.sample +share/codeblocks/lexers/lexer_python.xml +share/codeblocks/lexers/lexer_rc.sample +share/codeblocks/lexers/lexer_rc.xml +share/codeblocks/lexers/lexer_registry.sample +share/codeblocks/lexers/lexer_registry.xml +share/codeblocks/lexers/lexer_ruby.sample +share/codeblocks/lexers/lexer_ruby.xml +share/codeblocks/lexers/lexer_smalltalk.sample +share/codeblocks/lexers/lexer_smalltalk.xml +share/codeblocks/lexers/lexer_sql.sample +share/codeblocks/lexers/lexer_sql.xml +share/codeblocks/lexers/lexer_squirrel.sample +share/codeblocks/lexers/lexer_squirrel.xml +share/codeblocks/lexers/lexer_srec.sample +share/codeblocks/lexers/lexer_srec.xml +share/codeblocks/lexers/lexer_tehex.sample +share/codeblocks/lexers/lexer_tehex.xml +share/codeblocks/lexers/lexer_vbscript.sample +share/codeblocks/lexers/lexer_vbscript.xml +share/codeblocks/lexers/lexer_verilog.sample +share/codeblocks/lexers/lexer_verilog.xml +share/codeblocks/lexers/lexer_vhdl.sample +share/codeblocks/lexers/lexer_vhdl.xml +share/codeblocks/lexers/lexer_xml.sample +share/codeblocks/lexers/lexer_xml.xml +share/codeblocks/lib_finder.zip +share/codeblocks/lib_finder/codeblocks_sdk.xml +share/codeblocks/lib_finder/glfw.xml +share/codeblocks/lib_finder/wxwidgets.xml +share/codeblocks/manager_resources.zip +share/codeblocks/occurrenceshighlighting.zip +share/codeblocks/openfileslist.zip +share/codeblocks/projectsimporter.zip +share/codeblocks/resources.zip +share/codeblocks/scriptedwizard.zip +share/codeblocks/scripts/edit_startup_script.script +share/codeblocks/scripts/gdb_types.script +share/codeblocks/scripts/make_dist.script +share/codeblocks/scripts/plugin_find_broken_files.script +share/codeblocks/scripts/sample_plugin.script +share/codeblocks/scripts/startup.script +share/codeblocks/scripts/stl-views-1.0.3.gdb +share/codeblocks/scripts/tests/menu_test_plugin.script +share/codeblocks/scripts/tests/script_test_plugin.script +share/codeblocks/scripts/tests/test_base.script +share/codeblocks/scripts/tests/user_dialog_test_plugin.script +share/codeblocks/scripts/tests/wx_test.script +share/codeblocks/scripts/wx_help.script +share/codeblocks/start_here.zip +share/codeblocks/templates/console-main-c.cpp +share/codeblocks/templates/console-main-cpp.cpp +share/codeblocks/templates/console.cbp +share/codeblocks/templates/console.png +share/codeblocks/templates/console.template +share/codeblocks/templates/dll.png +share/codeblocks/templates/glfw-main.cpp +share/codeblocks/templates/glfw-static.cbp +share/codeblocks/templates/glfw.png +share/codeblocks/templates/glfw.template +share/codeblocks/templates/glut-main.cpp +share/codeblocks/templates/glut.png +share/codeblocks/templates/irr_linux.cbp +share/codeblocks/templates/irr_main.cpp +share/codeblocks/templates/irrlicht.png +share/codeblocks/templates/irrlicht.template +share/codeblocks/templates/ogre-main.cpp +share/codeblocks/templates/ogre.template +share/codeblocks/templates/ogre_linux.cbp +share/codeblocks/templates/ogrelogo.png +share/codeblocks/templates/qt-main.cpp +share/codeblocks/templates/qt.cbp +share/codeblocks/templates/qt.template +share/codeblocks/templates/qtlogo32.png +share/codeblocks/templates/sdccapp-main.c +share/codeblocks/templates/sdccapp.cbp +share/codeblocks/templates/sdccapp.png +share/codeblocks/templates/sdccapp.template +share/codeblocks/templates/sdl-cb.bmp +share/codeblocks/templates/sdl-main.cpp +share/codeblocks/templates/sdl.png +share/codeblocks/templates/sdlapp.cbp +share/codeblocks/templates/sdlapp.template +share/codeblocks/templates/sfml-cb.bmp +share/codeblocks/templates/sfml-main.cpp +share/codeblocks/templates/sfml.cbp +share/codeblocks/templates/sfml.png +share/codeblocks/templates/sfml.template +share/codeblocks/templates/sharedlib-sample.c +share/codeblocks/templates/sharedlib.cbp +share/codeblocks/templates/sharedlib.template +share/codeblocks/templates/staticlib-sample.c +share/codeblocks/templates/staticlib.cbp +share/codeblocks/templates/staticlib.template +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld/target.ld +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/main.c +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/vectors.S +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h/at91sam7a3.h +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h/sam7a3ek.h +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld/target.ld +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld/targetRAM.ld +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src/main.c +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src/vectors.S +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/arm9_mm.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/lh7a404.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/lpd404.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld/target.ld +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/lh7a404_mm.c +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/main.c +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/vectors.S +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h/at91sam7sx.h +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h/sam7p64.h +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s128.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s256.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s32.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s64.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src/main.c +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src/vectors.S +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h/lpc-p2138.h +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h/lpc213x.h +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2132.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2134.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2136.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2138.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src/main.c +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h/at91m55800.h +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetROM.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h/lpc2294.h +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetRAM_1MB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetROM.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h/pxa255regs.h +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h/pxa_mm.h +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/irq.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/pxa_mm.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/vectors.S +share/codeblocks/templates/wizard/arm/logo.png +share/codeblocks/templates/wizard/arm/wizard.png +share/codeblocks/templates/wizard/arm/wizard.script +share/codeblocks/templates/wizard/avr/files/FuseExt.c +share/codeblocks/templates/wizard/avr/files/FuseFuse0to4.c +share/codeblocks/templates/wizard/avr/files/FuseHigh.c +share/codeblocks/templates/wizard/avr/files/FuseLow.c +share/codeblocks/templates/wizard/avr/files/main.c +share/codeblocks/templates/wizard/avr/logo.png +share/codeblocks/templates/wizard/avr/wizard.png +share/codeblocks/templates/wizard/avr/wizard.script +share/codeblocks/templates/wizard/avr/wizard.xrc +share/codeblocks/templates/wizard/c_file/logo.png +share/codeblocks/templates/wizard/c_file/wizard.png +share/codeblocks/templates/wizard/c_file/wizard.script +share/codeblocks/templates/wizard/common_functions.script +share/codeblocks/templates/wizard/config.script +share/codeblocks/templates/wizard/console/c/main.c +share/codeblocks/templates/wizard/console/cpp/main.cpp +share/codeblocks/templates/wizard/console/logo.png +share/codeblocks/templates/wizard/console/wizard.png +share/codeblocks/templates/wizard/console/wizard.script +share/codeblocks/templates/wizard/d/console/hello.d +share/codeblocks/templates/wizard/d/logo.png +share/codeblocks/templates/wizard/d/wizard.png +share/codeblocks/templates/wizard/d/wizard.script +share/codeblocks/templates/wizard/directx/dx8/main.cpp +share/codeblocks/templates/wizard/directx/dx9/main.cpp +share/codeblocks/templates/wizard/directx/logo.png +share/codeblocks/templates/wizard/directx/wizard.png +share/codeblocks/templates/wizard/directx/wizard.script +share/codeblocks/templates/wizard/dll/files/main.cpp +share/codeblocks/templates/wizard/dll/files/main.h +share/codeblocks/templates/wizard/dll/logo.png +share/codeblocks/templates/wizard/dll/wizard.png +share/codeblocks/templates/wizard/dll/wizard.script +share/codeblocks/templates/wizard/empty/logo.png +share/codeblocks/templates/wizard/empty/wizard.png +share/codeblocks/templates/wizard/empty/wizard.script +share/codeblocks/templates/wizard/empty_file/logo.png +share/codeblocks/templates/wizard/empty_file/wizard.png +share/codeblocks/templates/wizard/empty_file/wizard.script +share/codeblocks/templates/wizard/fltk/files/main.cpp +share/codeblocks/templates/wizard/fltk/fluid/main.cpp +share/codeblocks/templates/wizard/fltk/fluid/main.fld +share/codeblocks/templates/wizard/fltk/fluid/main.h +share/codeblocks/templates/wizard/fltk/logo.png +share/codeblocks/templates/wizard/fltk/wizard.png +share/codeblocks/templates/wizard/fltk/wizard.script +share/codeblocks/templates/wizard/fortran/app/files/main.f95 +share/codeblocks/templates/wizard/fortran/app/logo.png +share/codeblocks/templates/wizard/fortran/app/wizard.png +share/codeblocks/templates/wizard/fortran/app/wizard.script +share/codeblocks/templates/wizard/fortran/dll/files/main.f95 +share/codeblocks/templates/wizard/fortran/dll/logo.png +share/codeblocks/templates/wizard/fortran/dll/wizard.png +share/codeblocks/templates/wizard/fortran/dll/wizard.script +share/codeblocks/templates/wizard/fortran/file/logo.png +share/codeblocks/templates/wizard/fortran/file/wizard.png +share/codeblocks/templates/wizard/fortran/file/wizard.script +share/codeblocks/templates/wizard/fortran/lib/files/main.f95 +share/codeblocks/templates/wizard/fortran/lib/logo.png +share/codeblocks/templates/wizard/fortran/lib/wizard.png +share/codeblocks/templates/wizard/fortran/lib/wizard.script +share/codeblocks/templates/wizard/glfw/files/main.cpp +share/codeblocks/templates/wizard/glfw/logo.png +share/codeblocks/templates/wizard/glfw/wizard.png +share/codeblocks/templates/wizard/glfw/wizard.script +share/codeblocks/templates/wizard/glut/files/main.cpp +share/codeblocks/templates/wizard/glut/logo.png +share/codeblocks/templates/wizard/glut/wizard.png +share/codeblocks/templates/wizard/glut/wizard.script +share/codeblocks/templates/wizard/gtk/files/main.c +share/codeblocks/templates/wizard/gtk/logo.png +share/codeblocks/templates/wizard/gtk/wizard.png +share/codeblocks/templates/wizard/gtk/wizard.script +share/codeblocks/templates/wizard/h_file/logo.png +share/codeblocks/templates/wizard/h_file/wizard.png +share/codeblocks/templates/wizard/h_file/wizard.script +share/codeblocks/templates/wizard/irrlicht/files/main.cpp +share/codeblocks/templates/wizard/irrlicht/logo.png +share/codeblocks/templates/wizard/irrlicht/wizard.png +share/codeblocks/templates/wizard/irrlicht/wizard.script +share/codeblocks/templates/wizard/lf/files/quick/main.cpp +share/codeblocks/templates/wizard/lf/files/structured/CMain.cpp +share/codeblocks/templates/wizard/lf/files/structured/CMain.h +share/codeblocks/templates/wizard/lf/files/structured/main.cpp +share/codeblocks/templates/wizard/lf/logo.png +share/codeblocks/templates/wizard/lf/wizard.png +share/codeblocks/templates/wizard/lf/wizard.script +share/codeblocks/templates/wizard/lf/wizard.xrc +share/codeblocks/templates/wizard/matlab_csf/files/lccstub.c +share/codeblocks/templates/wizard/matlab_csf/files/mexversion.rc +share/codeblocks/templates/wizard/matlab_csf/files/sfuntmpl.c +share/codeblocks/templates/wizard/matlab_csf/logo.png +share/codeblocks/templates/wizard/matlab_csf/wizard.png +share/codeblocks/templates/wizard/matlab_csf/wizard.script +share/codeblocks/templates/wizard/matlab_csf/wizard.xrc +share/codeblocks/templates/wizard/mcs51/files/main.c +share/codeblocks/templates/wizard/mcs51/logo.png +share/codeblocks/templates/wizard/mcs51/wizard.png +share/codeblocks/templates/wizard/mcs51/wizard.script +share/codeblocks/templates/wizard/mcs51/wizard.xrc +share/codeblocks/templates/wizard/ogre/files/main.cpp +share/codeblocks/templates/wizard/ogre/logo.png +share/codeblocks/templates/wizard/ogre/wizard.png +share/codeblocks/templates/wizard/ogre/wizard.script +share/codeblocks/templates/wizard/opencv/files/lena.jpg +share/codeblocks/templates/wizard/opencv/files/main.cpp +share/codeblocks/templates/wizard/opencv/logo.png +share/codeblocks/templates/wizard/opencv/wizard.png +share/codeblocks/templates/wizard/opencv/wizard.script +share/codeblocks/templates/wizard/opencv/wizard.xrc +share/codeblocks/templates/wizard/opengl/files_unix/main.c +share/codeblocks/templates/wizard/opengl/files_win/main.c +share/codeblocks/templates/wizard/opengl/logo.png +share/codeblocks/templates/wizard/opengl/wizard.png +share/codeblocks/templates/wizard/opengl/wizard.script +share/codeblocks/templates/wizard/plugins/logo.png +share/codeblocks/templates/wizard/plugins/templates/generic_template.cpp +share/codeblocks/templates/wizard/plugins/templates/generic_template.h +share/codeblocks/templates/wizard/plugins/templates/manifest_template.xml +share/codeblocks/templates/wizard/plugins/templates/mime_template.cpp +share/codeblocks/templates/wizard/plugins/templates/mime_template.h +share/codeblocks/templates/wizard/plugins/templates/tool_template.cpp +share/codeblocks/templates/wizard/plugins/templates/tool_template.h +share/codeblocks/templates/wizard/plugins/templates/wizard_template.cpp +share/codeblocks/templates/wizard/plugins/templates/wizard_template.h +share/codeblocks/templates/wizard/plugins/wizard.png +share/codeblocks/templates/wizard/plugins/wizard.script +share/codeblocks/templates/wizard/plugins/wizard.xrc +share/codeblocks/templates/wizard/ppc/files/MPC5200/h/mpc5200.h +share/codeblocks/templates/wizard/ppc/files/MPC5200/ld/target.ld +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/crt0.S +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/main.c +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/traptable.S +share/codeblocks/templates/wizard/ppc/files/MPC565/h/mpc555.h +share/codeblocks/templates/wizard/ppc/files/MPC565/ld/target.ld +share/codeblocks/templates/wizard/ppc/files/MPC565/src/crt0.S +share/codeblocks/templates/wizard/ppc/files/MPC565/src/main.c +share/codeblocks/templates/wizard/ppc/logo.png +share/codeblocks/templates/wizard/ppc/wizard.png +share/codeblocks/templates/wizard/ppc/wizard.script +share/codeblocks/templates/wizard/qt4/files/main.cpp +share/codeblocks/templates/wizard/qt4/logo.png +share/codeblocks/templates/wizard/qt4/wizard.png +share/codeblocks/templates/wizard/qt4/wizard.script +share/codeblocks/templates/wizard/sdl/files/cb.bmp +share/codeblocks/templates/wizard/sdl/files/main.cpp +share/codeblocks/templates/wizard/sdl/logo.png +share/codeblocks/templates/wizard/sdl/wizard.png +share/codeblocks/templates/wizard/sdl/wizard.script +share/codeblocks/templates/wizard/sfml/logo.png +share/codeblocks/templates/wizard/sfml/sfml1/cb.bmp +share/codeblocks/templates/wizard/sfml/sfml1/main.cpp +share/codeblocks/templates/wizard/sfml/sfml2/cb.bmp +share/codeblocks/templates/wizard/sfml/sfml2/main.cpp +share/codeblocks/templates/wizard/sfml/wizard.png +share/codeblocks/templates/wizard/sfml/wizard.script +share/codeblocks/templates/wizard/sharedlib/c/main.c +share/codeblocks/templates/wizard/sharedlib/cpp/main.cpp +share/codeblocks/templates/wizard/sharedlib/logo.png +share/codeblocks/templates/wizard/sharedlib/wizard.png +share/codeblocks/templates/wizard/sharedlib/wizard.script +share/codeblocks/templates/wizard/smartwin/files/main.cpp +share/codeblocks/templates/wizard/smartwin/logo.png +share/codeblocks/templates/wizard/smartwin/wizard.png +share/codeblocks/templates/wizard/smartwin/wizard.script +share/codeblocks/templates/wizard/staticlib/files/main.c +share/codeblocks/templates/wizard/staticlib/logo.png +share/codeblocks/templates/wizard/staticlib/wizard.png +share/codeblocks/templates/wizard/staticlib/wizard.script +share/codeblocks/templates/wizard/stlport/files/main.cpp +share/codeblocks/templates/wizard/stlport/logo.png +share/codeblocks/templates/wizard/stlport/wizard.png +share/codeblocks/templates/wizard/stlport/wizard.script +share/codeblocks/templates/wizard/sys/files/driver.c +share/codeblocks/templates/wizard/sys/logo.png +share/codeblocks/templates/wizard/sys/wizard.png +share/codeblocks/templates/wizard/sys/wizard.script +share/codeblocks/templates/wizard/tricore/logo.png +share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767/target.ld +share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h/easyrun_setup.h +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM-intern.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM-intern.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM-intern.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/main.c +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h/phycore_setup.h +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h/phycore_setup.h +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src/setup.c +share/codeblocks/templates/wizard/tricore/wizard.png +share/codeblocks/templates/wizard/tricore/wizard.script +share/codeblocks/templates/wizard/tricore/wizard.xrc +share/codeblocks/templates/wizard/win32gui/files/dialog/main.cpp +share/codeblocks/templates/wizard/win32gui/files/dialog/manifest.xml +share/codeblocks/templates/wizard/win32gui/files/dialog/resource.h +share/codeblocks/templates/wizard/win32gui/files/dialog/resource.rc +share/codeblocks/templates/wizard/win32gui/files/frame/main.cpp +share/codeblocks/templates/wizard/win32gui/logo.png +share/codeblocks/templates/wizard/win32gui/wizard.png +share/codeblocks/templates/wizard/win32gui/wizard.script +share/codeblocks/templates/wizard/wxwidgets/common/app.cpp +share/codeblocks/templates/wizard/wxwidgets/common/app.h +share/codeblocks/templates/wizard/wxwidgets/common/main.cpp +share/codeblocks/templates/wizard/wxwidgets/common/main.h +share/codeblocks/templates/wizard/wxwidgets/logo.png +share/codeblocks/templates/wizard/wxwidgets/pch/wx_pch.h +share/codeblocks/templates/wizard/wxwidgets/rc/resource.rc +share/codeblocks/templates/wizard/wxwidgets/wizard.png +share/codeblocks/templates/wizard/wxwidgets/wizard.script +share/codeblocks/templates/wizard/wxwidgets/wizard.xrc +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.cpp +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.h +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/WxWizDialog.fbp +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.cpp +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.h +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/WxWizFrame.fbp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/app.cpp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/main.cpp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/main.h +share/codeblocks/templates/wizard/wxwidgets/wxsmith/resource.wxs +share/codeblocks/templates/wx-app-ash.cpp +share/codeblocks/templates/wx-app-ash.h +share/codeblocks/templates/wx-main-ash.cpp +share/codeblocks/templates/wx-main-ash.h +share/codeblocks/templates/wx-main-s.cpp +share/codeblocks/templates/wx-main-sh.cpp +share/codeblocks/templates/wx-main-sh.h +share/codeblocks/templates/wx_pch.h +share/codeblocks/templates/wxwidgets.cbp +share/codeblocks/templates/wxwidgets.png +share/codeblocks/templates/wxwidgets.template +share/codeblocks/tips.txt +share/codeblocks/todo.zip +share/icons/hicolor/48x48/mimetypes/application-x-codeblocks-workspace.png +share/icons/hicolor/48x48/mimetypes/application-x-codeblocks.png +share/mime/packages/codeblocks.xml +share/pixmaps/codeblocks.png diff --git a/editors/codeblocks/distinfo b/editors/codeblocks/distinfo new file mode 100644 index 00000000000..c7307637d8c --- /dev/null +++ b/editors/codeblocks/distinfo @@ -0,0 +1,11 @@ +$NetBSD: distinfo,v 1.1 2016/06/16 02:28:51 kamil Exp $ + +SHA1 (codeblocks_16.01.tar.gz) = 70aabe8a948dbaa919eb4b87bc74a600e0d93516 +RMD160 (codeblocks_16.01.tar.gz) = e98b034eb8d6cf52a89312f2d5eaa10b17f1355e +SHA512 (codeblocks_16.01.tar.gz) = 496ff2dbcf9a8248fa9f1060d50567d1fc6480cc9d8fc9f7d2cd532c82f4344deafe9b43f2b17d2510c74851e21acf2ca90d5cc7b61237d69a17e78e9907a63a +Size (codeblocks_16.01.tar.gz) = 20250097 bytes +SHA1 (patch-src_plugins_contrib_wxContribItems_wxchart_configure) = 57f52bac348192b1dbfa63b012a48ed259e5933d +SHA1 (patch-src_plugins_contrib_wxContribItems_wxthings_configure) = 645d331fc86c872e522ed56fc0764e2a2a77c3c2 +SHA1 (patch-src_sdk_wxpropgrid_configure) = fc842f5964e7a213907d93b81ef35a3f1a4edf19 +SHA1 (patch-src_src_appglobals.cpp) = cb561786251fe14ed777105f207635c219f8634b +SHA1 (patch-src_src_prefix.cpp) = 941fe61e81427990ed45b414a0bf98ceb40557cc diff --git a/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxchart_configure b/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxchart_configure new file mode 100644 index 00000000000..369614aef4c --- /dev/null +++ b/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxchart_configure @@ -0,0 +1,21 @@ +$NetBSD: patch-src_plugins_contrib_wxContribItems_wxchart_configure,v 1.1 2016/06/16 02:28:51 kamil Exp $ + +Fix shell portability issue. + +--- src/plugins/contrib/wxContribItems/wxchart/configure.orig 2016-01-23 16:43:13.000000000 +0000 ++++ src/plugins/contrib/wxContribItems/wxchart/configure +@@ -5618,7 +5618,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6 + SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o" + fi + +- if test "x$GCC" == "xyes"; then ++ if test "x$GCC" = "xyes"; then + PIC_FLAG="-dynamic -fPIC" + fi + if test "x$XLCC" = "xyes"; then +@@ -7811,5 +7811,3 @@ echo "$as_me: error: + echo " Now, just run make." + echo " ----------------------------------------------------------------" + echo +- +- diff --git a/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure b/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure new file mode 100644 index 00000000000..daea67f0d34 --- /dev/null +++ b/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure @@ -0,0 +1,22 @@ +$NetBSD: patch-src_plugins_contrib_wxContribItems_wxthings_configure,v 1.1 2016/06/16 02:28:51 kamil Exp $ + +Fix shell portability issue. + +--- src/plugins/contrib/wxContribItems/wxthings/configure.orig 2016-01-23 16:43:14.000000000 +0000 ++++ src/plugins/contrib/wxContribItems/wxthings/configure +@@ -4619,7 +4619,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6; + SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o" + fi + +- if test "x$GCC" == "xyes"; then ++ if test "x$GCC" = "xyes"; then + PIC_FLAG="-dynamic -fPIC" + fi + if test "x$XLCC" = "xyes"; then +@@ -6966,6 +6966,3 @@ fi + echo " Now, just run make." + echo " ----------------------------------------------------------------" + echo +- +- +- diff --git a/editors/codeblocks/patches/patch-src_sdk_wxpropgrid_configure b/editors/codeblocks/patches/patch-src_sdk_wxpropgrid_configure new file mode 100644 index 00000000000..d08b4f2dd4c --- /dev/null +++ b/editors/codeblocks/patches/patch-src_sdk_wxpropgrid_configure @@ -0,0 +1,22 @@ +$NetBSD: patch-src_sdk_wxpropgrid_configure,v 1.1 2016/06/16 02:28:51 kamil Exp $ + +Fix shell portability issue. + +--- src/sdk/wxpropgrid/configure.orig 2016-01-23 16:43:00.000000000 +0000 ++++ src/sdk/wxpropgrid/configure +@@ -4628,7 +4628,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6 + SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o" + fi + +- if test "x$GCC" == "xyes"; then ++ if test "x$GCC" = "xyes"; then + PIC_FLAG="-dynamic -fPIC" + fi + if test "x$XLCC" = "xyes"; then +@@ -6835,6 +6835,3 @@ fi + echo " Now, just run make." + echo " ----------------------------------------------------------------" + echo +- +- +- diff --git a/editors/codeblocks/patches/patch-src_src_appglobals.cpp b/editors/codeblocks/patches/patch-src_src_appglobals.cpp new file mode 100644 index 00000000000..b0e564c553a --- /dev/null +++ b/editors/codeblocks/patches/patch-src_src_appglobals.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_src_appglobals.cpp,v 1.1 2016/06/16 02:28:51 kamil Exp $ + +Detect NetBSD as NetBSD. + +--- src/src/appglobals.cpp.orig 2016-01-23 16:43:03.000000000 +0000 ++++ src/src/appglobals.cpp +@@ -49,6 +49,8 @@ namespace appglobals + const wxString AppPlatform = _T("Darwin"); + #elif defined(__FreeBSD__) + const wxString AppPlatform = _T("FreeBSD"); ++#elif defined(__NetBSD__) ++ const wxString AppPlatform = _T("NetBSD"); + #elif defined(__UNIX__) + const wxString AppPlatform = _T("Linux"); + #else diff --git a/editors/codeblocks/patches/patch-src_src_prefix.cpp b/editors/codeblocks/patches/patch-src_src_prefix.cpp new file mode 100644 index 00000000000..279e101f957 --- /dev/null +++ b/editors/codeblocks/patches/patch-src_src_prefix.cpp @@ -0,0 +1,16 @@ +$NetBSD: patch-src_src_prefix.cpp,v 1.1 2016/06/16 02:28:51 kamil Exp $ + +Unbreak build on NetBSD. Stop redefining NULL as an arbitrary value. + +--- src/src/prefix.cpp.orig 2016-01-23 16:43:04.000000000 +0000 ++++ src/src/prefix.cpp +@@ -55,9 +55,6 @@ extern "C" { + #endif /* __cplusplus */ + + +-#undef NULL +-#define NULL ((void *) 0) +- + #ifdef __GNUC__ + #define br_return_val_if_fail(expr,val) if (!(expr)) {fprintf (stderr, "** BinReloc (%s): assertion %s failed\n", __PRETTY_FUNCTION__, #expr); return val;} + #else -- cgit v1.2.3