aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* editors/emacs-devel: Update to pull in new concurrency features.Joseph Mingrone2016-12-253-93/+33
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=429394
* Rename DOCS to DOXYGEN.Mathieu Arnold2016-12-211-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429094
* Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner2016-12-183-3/+3
| | | | | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Notes: svn path=/head/; revision=428889
* Update to 9.8sOlivier Duchateau2016-12-184-7/+9
| | | | Notes: svn path=/head/; revision=428846
* Update to patchlevel 134.Adam Weinberger2016-12-172-4/+4
| | | | Notes: svn path=/head/; revision=428789
* - Update to 2.7.2Danilo Egea Gondolfo2016-12-162-4/+4
| | | | Notes: svn path=/head/; revision=428687
* Add hexer 1.0.3, multi buffer editor for binary files.Emanuel Haupt2016-12-165-0/+44
| | | | | | | | PR: 213426 Submitted by: anastasios@mageirias.com Notes: svn path=/head/; revision=428666
* Update to 0.1.7Jason E. Hale2016-12-133-14/+5
| | | | | | | | PR: 214897 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> (maintainer) Notes: svn path=/head/; revision=428479
* x11-toolkits/scintilla, editors/scite: Update to 3.7.1Jason E. Hale2016-12-122-4/+4
| | | | | | | | | | Changes: http://www.scintilla.org/ScintillaHistory.html PR: 215234 Submitted by: lightside <lightside@gmx.com> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=428388
* Update to 1.6.3Jason E. Hale2016-12-113-87/+4
| | | | | | | | PR: 215232 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=428386
* Update to patchlevel 130.Adam Weinberger2016-12-102-5/+4
| | | | | | | | | | | 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! Notes: svn path=/head/; revision=428306
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-085-5/+5
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-3/+3
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added inTijl Coosemans2016-12-082-2/+2
| | | | | | | | r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428130
* Update to 3.1.26 and add 64-bit support.Tijl Coosemans2016-12-084-31/+16
| | | | | | | | PR: 213399 Submitted by: miguelmclara@gmail.com (maintainer) Notes: svn path=/head/; revision=428118
* - Update to 1.6.2Jason E. Hale2016-12-046-30/+105
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=427751
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-0312-19/+21
| | | | | | | | | | 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) Notes: svn path=/head/; revision=427743
* Update to patchlevel 122.Adam Weinberger2016-12-032-4/+4
| | | | Notes: svn path=/head/; revision=427618
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-012-9/+9
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=427491
* editors/texmaker: fix Hunspell ABI mismatchJan Beich2016-11-281-1/+2
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=427290
* editors/openoffice*: unbreak consumers with hunspell 1.5Jan Beich2016-11-263-0/+42
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=427174
* Update to patchlevel 102.Adam Weinberger2016-11-262-4/+4
| | | | Notes: svn path=/head/; revision=427169
* editors/tea: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=427162
* editors/codelite: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | ** ** 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 Notes: svn path=/head/; revision=427161
* editors/libreoffice4: unbreak build with boost 1.62Jan Beich2016-11-232-0/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=426909
* devel/boost-*: update to 1.62.0Jan Beich2016-11-2310-9/+10
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=426908
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-6/+6
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* - Update to 1.6.2Jose Alonso Cardenas Marquez2016-11-212-3/+4
| | | | Notes: svn path=/head/; revision=426763
* editors/fileobj: Upgrade version 0.7.25 => 0.7.44John Marino2016-11-212-3/+4
| | | | | | | Submitte by: maintainer via IRC Notes: svn path=/head/; revision=426730
* This was not resurrected properly.Mathieu Arnold2016-11-216-434/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=426719
* Use @post[un]exec instead of deprecated @[un]exec which is deprecatedBaptiste Daroussin2016-11-201-2/+2
| | | | | | | Do not bump portrevision as it does not change the final package Notes: svn path=/head/; revision=426579
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-204-3/+4
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=426566
* editors/the: overhaul, resolved many existing issuesJohn Marino2016-11-191-42/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=426544
* editors/aee: modernize makefile and support ports ncursesJohn Marino2016-11-192-29/+22
| | | | | | | Approved by: general and ncurses blankets. Notes: svn path=/head/; revision=426539
* editors/nvi-devel: Fix ports ncurses header detectionJohn Marino2016-11-191-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426536
* editors/chexedit: skip faulty ncurses.h detection conftestJohn Marino2016-11-191-0/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426535
* emulators/kcemu, editors/wordgrinder: Document ncurses requirementJohn Marino2016-11-191-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426532
* Update to patchlevel 94, and simplify the Makefile a bit.Adam Weinberger2016-11-192-16/+10
| | | | Notes: svn path=/head/; revision=426531
* devel/icu: update to 58.1Jan Beich2016-11-193-3/+3
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* Resurrect bpatch, after moving the distfile to MASTER_SITE_LOCAL.Joerg Wunsch2016-11-166-0/+434
| | | | | | | | Inquired by email to John Rupley (fortunately still alive) about the license, and got permission to put it into public domain. Notes: svn path=/head/; revision=426270
* editors/libreoffice: unbreak against ICU 58.1Jan Beich2016-11-152-0/+84
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=426173
* Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev2016-11-141-1/+1
| | | | Notes: svn path=/head/; revision=426104
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-143-1/+7
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426089
* - Update to 2.7.1Danilo Egea Gondolfo2016-11-132-4/+4
| | | | Notes: svn path=/head/; revision=426072
* Fix runtime issues related to thread_localeBaptiste Daroussin2016-11-134-2/+55
| | | | | | | | | | | | | | | __cxa_thread_atexit which is needed when building c++11 program using thread_locale is only defined on FreeBSD 11-STABLE and 12-CURRENT Backout the change in libreoffice which happened during the 5.2 dev phase adding thread_locale PR: 214473 Reported by: Dušan Vejnovič <freebsd@dussan.org> Tested by: Dušan Vejnovič <freebsd@dussan.org> Notes: svn path=/head/; revision=426069
* - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.MANTANI Nobutaka2016-11-135-86/+12
| | | | | | | | | | | - Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213183 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=426050
* - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.MANTANI Nobutaka2016-11-1311-149/+39
| | | | | | | | | | | - Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213182 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=426049
* - Simplify plist.MANTANI Nobutaka2016-11-139-41/+31
| | | | | | | | | | | - Regenereate patches by 'make makepatch'. - Pet portlint. PR: 213181 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=426048
* Replace UPDATING entry by CONFLICTS_BUILD which is designed for thatBaptiste Daroussin2016-11-131-0/+2
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=426041