summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)Author
2017-01-01Update to 5.2.4.Jung-uk Kim
2017-01-01- Add LICENSE.Hiroki Sato
- Take maintainership.
2017-01-01Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh
Approved by: portmgr (blanket)
2016-12-31Remove the check for python 3.2, and add a check for python 3.6. WithoutAdam Weinberger
this, users with DEFAULT_VERSIONS+=python=3.6 were getting vim without python3 support. PORTREVISION bump for this, because py3.6 users need a rebuilt vim. PR: 215676 Submitted by: rsmith xs4all nl
2016-12-30- Update to 2.7.3Danilo Egea Gondolfo
2016-12-30Add editors/web-mode, an autonomous Emacs major-modeHiroki Sato
for editing web templates.
2016-12-25editors/emacs-devel: Update to pull in new concurrency features.Joseph Mingrone
- Minimize the differences with editors/emacs. - Do not require GCC to work around a clang bug. The OS versions for which this was relevant are no longer supported. - The check for X11 is handled with the X11 option and _IMPLIES, so remove the redundant .if logic. Approved by: swills (mentor) asish (maintainer) Differential Revision: https://reviews.freebsd.org/D8796
2016-12-21Rename DOCS to DOXYGEN.Mathieu Arnold
Sponsored by: Absolight
2016-12-18Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner
QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
2016-12-18Update to 9.8sOlivier Duchateau
2016-12-17Update to patchlevel 134.Adam Weinberger
2016-12-16- Update to 2.7.2Danilo Egea Gondolfo
2016-12-16Add hexer 1.0.3, multi buffer editor for binary files.Emanuel Haupt
PR: 213426 Submitted by: anastasios@mageirias.com
2016-12-13Update to 0.1.7Jason E. Hale
PR: 214897 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> (maintainer)
2016-12-12x11-toolkits/scintilla, editors/scite: Update to 3.7.1Jason E. Hale
Changes: http://www.scintilla.org/ScintillaHistory.html PR: 215234 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2016-12-11Update to 1.6.3Jason E. Hale
PR: 215232 Submitted by: lightside <lightside@gmx.com> (maintainer)
2016-12-10Update to patchlevel 130.Adam Weinberger
Patch 129 was a fix for parallel make. It builds fine for me on FreeBSD with -j4, and on macOS with -j8, but that's the extent of what I can test on my own. I'm removing MAKE_JOBS_UNSAFE with this commit, but if one of you with your crazy 256-core machines encounters build failures then please let me know!
2016-12-08Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
2016-12-08Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
2016-12-08Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added inTijl Coosemans
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
2016-12-08Update to 3.1.26 and add 64-bit support.Tijl Coosemans
PR: 213399 Submitted by: miguelmclara@gmail.com (maintainer)
2016-12-04- Update to 1.6.2Jason E. Hale
- Require c++11 library - Add upstreamed patch for QPrinter initialization on first usage, to remove startup delay - Qt 4.x support was dropped upstream, so editors/focuswriter-qt4 is removed PR: 214827 Submitted by: <yamagi@yamagi.org> (initial version) Patched by: lightside <lightside@gmx.com> (maintainer)
2016-12-03textproc/hunspell: update to 1.5.4Jan Beich
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt)
2016-12-03Update to patchlevel 122.Adam Weinberger
2016-12-02http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold
Sponsored by: Absolight
2016-12-01Don't quote {} in find -exec calls.Mathieu Arnold
Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
2016-11-28editors/texmaker: fix Hunspell ABI mismatchJan Beich
The port passes -I. -I/usr/local/include/hunspell ... -I/usr/local/include but then proceeds to #include "hunspell/hunspell.hxx" which ends up picking bundled version. #include "hunspell.hxx" would be more correct but would require adjusting texmaker.pro to add -I./hunspell for OS X. PR: 214848 Submitted by: rakuco MFH: 2016Q4
2016-11-26editors/openoffice*: unbreak consumers with hunspell 1.5Jan Beich
main/lingucomponent/source/spellcheck/spell/sspellimp.cxx:39:10: fatal error: 'dictmgr.hxx' file not found #include <dictmgr.hxx> ^ PR: 214844 Obtained from: upstream Approved by: portmgr blanket
2016-11-26Update to patchlevel 102.Adam Weinberger
2016-11-26editors/tea: unbreak with hunspell 1.5Jan Beich
spellchecker.cpp:339:12: error: assigning to 'char *' from incompatible type 'const char *' encoding = speller->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket
2016-11-26editors/codelite: unbreak with hunspell 1.5Jan Beich
** ** NOTICE ** Could not locate libhunspell. SpellChecker plugin will not be build ** NOTICE ** Try installing libhunspell-dev package ** [...] ===> Building package for codelite-9.2_2 pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/lib/codelite/SpellCheck.so: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/codelite/SpellCheck.so pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_GB.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_GB.dic pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.aff: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.aff pkg-static: Unable to access file ${STAGEDIR}${PREFIX}/share/codelite/dics/en_US.dic: No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: share/codelite/dics/en_US.dic *** Error code 1 PR: 214837 Approved by: portmgr blanket
2016-11-23editors/libreoffice4: unbreak build with boost 1.62Jan Beich
workdir/LinkTarget/StaticLibrary/libpdfimport_s.a(pdfparse.o): In function `_GLOBAL__sub_I_pdfparse.cxx': sdext/source/pdfimport/pdfparse/pdfparse.cxx:(.text+0x2f8): undefined reference to `boost::system::generic_category()' sdext/source/pdfimport/pdfparse/pdfparse.cxx:(.text+0x303): undefined reference to `boost::system::generic_category()' sdext/source/pdfimport/pdfparse/pdfparse.cxx:(.text+0x30e): undefined reference to `boost::system::system_category()' c++: error: linker command failed with exit code 1 (use -v to see invocation) In file included from canvas/source/cairo/cairo_spritecanvashelper.cxx:35: In file included from canvas/source/cairo/cairo_canvascustomsprite.hxx:37: include/canvas/base/canvascustomspritebase.hxx:257:24: warning: 'getPriority' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual double getPriority() const ^ include/canvas/base/sprite.hxx:92:37: note: overridden virtual function is here virtual double getPriority() const = 0; ^ canvas/source/cairo/cairo_spritecanvashelper.cxx:409:41: error: call to deleted function 'cref' boost::cref(mpOwningSpriteCanvas->getBufferSurface()), ^~~~~~~~~~~ /usr/local/include/boost/core/ref.hpp:179:24: note: candidate function [with T = boost::shared_ptr<cairo::Surface>] has been explicitly deleted template<class T> void cref(T const&&) BOOST_REF_DELETE; ^ /usr/local/include/boost/core/ref.hpp:150:80: note: candidate function [with T = boost::shared_ptr<cairo::Surface>] template<class T> BOOST_FORCEINLINE reference_wrapper<T const> BOOST_REF_CONST cref( T const & t ) ^ canvas/source/cairo/cairo_spritecanvashelper.cxx:407:26: error: no matching function for call to 'bind' ::boost::bind( &repaintBackground, ^~~~~~~~~~~~~ /usr/local/include/boost/bind/bind.hpp:1899:5: note: candidate template ignored: couldn't infer template argument 'R' BOOST_BIND(F f, A1 a1, A2 a2, A3 a3) ^ /usr/local/include/boost/bind/bind.hpp:1868:20: note: expanded from macro 'BOOST_BIND' #define BOOST_BIND bind ^ [...] PR: 207697 Submitted by: truckman Obtained from: upstream Exp-run by: antoine
2016-11-23devel/boost-*: update to 1.62.0Jan Beich
- Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
2016-11-22In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev
reformat port description text in cases when it was notoriously broken.
2016-11-21- Update to 1.6.2Jose Alonso Cardenas Marquez
2016-11-21editors/fileobj: Upgrade version 0.7.25 => 0.7.44John Marino
Submitte by: maintainer via IRC
2016-11-21This was not resurrected properly.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight
2016-11-20Use @post[un]exec instead of deprecated @[un]exec which is deprecatedBaptiste Daroussin
Do not bump portrevision as it does not change the final package
2016-11-20Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-19editors/the: overhaul, resolved many existing issuesJohn Marino
When this port was resurrected, none of the non-default options had a prayer of working. Requirements were spelled incorrectly and mis-specified. First, overhaul the makefile to use modern options helpers. Then create a Rexx group of options. Rexx must be used, but the original intent is that it builds with Rexx/Regina by default, but optionally with Rexx/imc. Now that this is cleaned it, it was discovered that Rexx/imc can't build the, so leave the option but mark it broken. Similarly, it builds with ncurses by default. This wasn't configured properly, but now it's been fixed. A new option group called display allows the to be built with XCurses. This was also mis-specified and could never build anyway. Using a sed command to remove 2 (minor?) unsupported lines, the xcurses option now builds and links to the successfully. Finally the xaw3d, also mispecified, doesn't dynamically link to the. The specification was fixed and changed to the static library. The xawed is a valid configure option but it's not clear if the static library is actually used or not. It's off by default, as before. This port did not receive adequate scrutiny when it was brought back into the tree. Most of the issues listed here would have been caught with even a cursory check. Approved by: just-fix-it and ncurses blanket
2016-11-19editors/aee: modernize makefile and support ports ncursesJohn Marino
Approved by: general and ncurses blankets.
2016-11-19editors/nvi-devel: Fix ports ncurses header detectionJohn Marino
Approved by: ncurses blanket
2016-11-19editors/chexedit: skip faulty ncurses.h detection conftestJohn Marino
Approved by: ncurses blanket
2016-11-19emulators/kcemu, editors/wordgrinder: Document ncurses requirementJohn Marino
Approved by: ncurses blanket
2016-11-19Update to patchlevel 94, and simplify the Makefile a bit.Adam Weinberger
2016-11-19devel/icu: update to 58.1Jan Beich
Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
2016-11-16Resurrect bpatch, after moving the distfile to MASTER_SITE_LOCAL.Joerg Wunsch
Inquired by email to John Rupley (fortunately still alive) about the license, and got permission to put it into public domain.
2016-11-15editors/libreoffice: unbreak against ICU 58.1Jan Beich
i18npool/source/breakiterator/breakiterator_unicode.cxx:69:13: error: 'setBreakType' is a private member of 'icu::RuleBasedBreakIterator' setBreakType(type); ^ /usr/local/include/unicode/rbbi.h:657:10: note: declared private here void setBreakType(int32_t type); ^ 1 error generated. PR: 214437 Obtained from: upstream Approved by: portmgr blanket
2016-11-14Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev
2016-11-14Mark as broken on various tier-2 archs.Mark Linimon
While here, pet portlint. Approved by: portmgr (tier-2 blanket)