freebsd-ports/editors/fxite/files
Jason E. Hale 60f61d1988 Fix build with clang 6 (C++11 requires a space between literal and identifier)
Mark FOX17 option broken (Not related to clang 6 in particular, the FOX-1.7
API is ever changing due to being a development version. This project
appears to be dead, so I'm not sure it is worth fixing.)
recorder.cpp:104:9: error: no matching member function for call to 'prepend'
        NewMessage();
        ^~~~~~~~~~~~
recorder.cpp:51:6: note: expanded from macro 'NewMessage'
list.prepend((FXObject*)mm);
~~~~~^~~~~~~
/usr/local/include/fox-1.7/FXObjectList.h:256:10: note: candidate function not viable: no known conversion from 'FX::FXObject *' to 'MacroMessage *' for 1st argument
  FXbool prepend(TYPE* object){ return FXObjectList::prepend(object); }
         ^
/usr/local/include/fox-1.7/FXObjectList.h:265:10: note: candidate function not viable: no known conversion from 'FX::FXObject *' to 'const FXObjectListOf<MacroMessage>' for 1st argument
  FXbool prepend(const FXObjectListOf<TYPE>& objects){ return FXObjectList::prepend(objects); }
         ^
/usr/local/include/fox-1.7/FXObjectList.h:259:10: note: candidate function not viable: requires 2 arguments, but 1 was provided
  FXbool prepend(TYPE* object,FXival n){ return FXObjectList::prepend(object,n); }
         ^
/usr/local/include/fox-1.7/FXObjectList.h:262:10: note: candidate function not viable: requires 2 arguments, but 1 was provided
  FXbool prepend(TYPE** objects,FXival n){ return FXObjectList::prepend(objects,n); }
         ^

Rename/remake patches
2018-02-16 08:12:16 +00:00
..
patch-fxscintilla_ScintillaFOX.cxx
patch-jef_compat.h
patch-jef_interproc.cpp
patch-jef_shady__tabs.h
patch-src_appmain.h
patch-src_appname.cpp
patch-src_appwin.cpp
patch-src_appwin__base.cpp
patch-src_appwin__base.h
patch-src_appwin__pub.h
patch-src_doctabs.cpp
patch-src_export.cpp
patch-src_fxasq.cpp
patch-src_fxasq.h
patch-src_fxasq__lua.c
patch-src_help.cpp
patch-src_luacmds.cpp
patch-src_luacmds.h
patch-src_luafuncs.cpp
patch-src_luafuncs.h
patch-src_luafx.cpp
patch-src_luafx.h
patch-src_macro.cpp
patch-src_macro.h
patch-src_menuspec.cpp
patch-src_migration.cpp
patch-src_outpane.cpp
patch-src_prefdlg.cpp
patch-src_prefdlg__sntx.cpp
patch-src_recorder.cpp
patch-src_scidoc.cpp
patch-src_scisrch.cpp
patch-src_tagread.cpp
patch-src_tagread.h
patch-src_theme.cpp