/net-im/mikutter/

/>
aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* editors/emacs-devel: Update to pull in new concurrency features.jrm2016-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
* Rename DOCS to DOXYGEN.mat2016-12-211-5/+5
| | | | Sponsored by: Absolight
* Get rid of QT_PREFIX in favour of PREFIX.tcberner2016-12-193-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
* Update to 9.8solivierd2016-12-184-7/+9
|
* Update to patchlevel 134.adamw2016-12-182-4/+4
|
* - Update to 2.7.2danilo2016-12-172-4/+4
|
* Add hexer 1.0.3, multi buffer editor for binary files.ehaupt2016-12-165-0/+44
| | | | | PR: 213426 Submitted by: anastasios@mageirias.com
* Update to 0.1.7jhale2016-12-133-14/+5
| | | | | PR: 214897 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> (maintainer)
* x11-toolkits/scintilla, editors/scite: Update to 3.7.1jhale2016-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)
* Update to 1.6.3jhale2016-12-123-87/+4
| | | | | PR: 215232 Submitted by: lightside <lightside@gmx.com> (maintainer)
* Update to patchlevel 130.adamw2016-12-112-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!
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-095-5/+5
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-093-3/+3
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added intijl2016-12-082-2/+2
| | | | | r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Update to 3.1.26 and add 64-bit support.tijl2016-12-084-31/+16
| | | | | PR: 213399 Submitted by: miguelmclara@gmail.com (maintainer)
* - Update to 1.6.2jhale2016-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)
* textproc/hunspell: update to 1.5.4jbeich2016-12-0412-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)
* Update to patchlevel 122.adamw2016-12-032-4/+4
|
* http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-021-1/+1
| | | | Sponsored by: Absolight
* Don't quote {} in find -exec calls.mat2016-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
* editors/texmaker: fix Hunspell ABI mismatchjbeich2016-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
* editors/openoffice*: unbreak consumers with hunspell 1.5jbeich2016-11-273-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
* Update to patchlevel 102.adamw2016-11-262-4/+4
|
* editors/tea: unbreak with hunspell 1.5jbeich2016-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
* editors/codelite: unbreak with hunspell 1.5jbeich2016-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
* editors/libreoffice4: unbreak build with boost 1.62jbeich2016-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
* devel/boost-*: update to 1.62.0jbeich2016-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)
* In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-6/+6
| | | | reformat port description text in cases when it was notoriously broken.
* - Update to 1.6.2acm2016-11-222-3/+4
|
* editors/fileobj: Upgrade version 0.7.25 => 0.7.44marino2016-11-212-3/+4
| | | | Submitte by: maintainer via IRC
* This was not resurrected properly.mat2016-11-216-434/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Use @post[un]exec instead of deprecated @[un]exec which is deprecatedbapt2016-11-201-2/+2
| | | | Do not bump portrevision as it does not change the final package
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-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.
* editors/the: overhaul, resolved many existing issuesmarino2016-11-201-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
* editors/aee: modernize makefile and support ports ncursesmarino2016-11-202-29/+22
| | | | Approved by: general and ncurses blankets.
* editors/nvi-devel: Fix ports ncurses header detectionmarino2016-11-201-1/+1
| | | | Approved by: ncurses blanket
* editors/chexedit: skip faulty ncurses.h detection conftestmarino2016-11-201-0/+1
| | | | Approved by: ncurses blanket
* emulators/kcemu, editors/wordgrinder: Document ncurses requirementmarino2016-11-201-1/+1
| | | | Approved by: ncurses blanket
* Update to patchlevel 94, and simplify the Makefile a bit.adamw2016-11-202-16/+10
|
* devel/icu: update to 58.1jbeich2016-11-203-3/+3
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* Resurrect bpatch, after moving the distfile to MASTER_SITE_LOCAL.joerg2016-11-176-0/+434
| | | | | Inquired by email to John Rupley (fortunately still alive) about the license, and got permission to put it into public domain.
* editors/libreoffice: unbreak against ICU 58.1jbeich2016-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
* Do not terminate BROKEN messages with period, it is added by the framework.danfe2016-11-141-1/+1
|
* Mark as broken on various tier-2 archs.linimon2016-11-143-1/+7
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Update to 2.7.1danilo2016-11-142-4/+4
|
* Fix runtime issues related to thread_localebapt2016-11-144-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>
* - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.nobutaka2016-11-135-86/+12
| | | | | | | | - Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213183 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.nobutaka2016-11-1311-149/+39
| | | | | | | | - Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213182 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Simplify plist.nobutaka2016-11-139-41/+31
| | | | | | | | - Regenereate patches by 'make makepatch'. - Pet portlint. PR: 213181 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Replace UPDATING entry by CONFLICTS_BUILD which is designed for thatbapt2016-11-131-0/+2
| | | | Reported by: jbeich
* Update to 2.5.7olivierd2016-11-132-4/+4
| | | | | PR: 214418 Submitted by: Yasuhiro KIMURA (maintainer)
* - Add LICENSE_FILEamdmi32016-11-131-1/+3
| | | | - Switch to options helpers
* Update to patchlevel 82.adamw2016-11-132-4/+4
|
* Add bash-completion files to the packagebapt2016-11-132-2/+3
| | | | | PR: 214451 Reported by: jbeich
* Fix typo I forgot to commit earlierbapt2016-11-121-1/+1
| | | | Reported by: Stari Karp <starikarp@yandex.com>
* Allow to bulid as rootbapt2016-11-121-9/+9
| | | | | PR: 214440 Reported by: O. Hartmann <ohartmann@walstatt.org>
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-12140-1193/+486
|
* Track used or drop unused devel/icu dependencyjbeich2016-11-111-1/+2
| | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1)
* - Update to 0.1.6wen2016-11-105-14/+19
| | | | | PR: 214311 Submitted by: gor@clogic.com.ua(maintainer)
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-102-0/+4
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* x11-toolkits/scintilla, editors/scite: update to 3.7.0jbeich2016-11-062-4/+4
| | | | | | Changes: http://www.scintilla.org/ScintillaHistory.html PR: 213556 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Update to patchlevel 63.adamw2016-11-062-9/+9
| | | | | | Remove the X_LIBS definitions from MAKE_ARGS. They get figured out automatically, and in r418840, a couple of them got changed to run a nonexistent external command called "X_LIBS".
* Install gzip'd lisp source files.hrs2016-11-053-11/+13
|
* Now builds on sparc64.linimon2016-11-041-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Now builds on sparc64. Delete ia64 line as support was dropped.linimon2016-11-041-3/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Cleanup no longer needed CHMOD usage after r424898.mat2016-11-031-2/+0
| | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Update to 3.1.29gblach2016-10-303-3/+5
|
* Update to patchlevel 54.adamw2016-10-302-4/+4
|
* Remove an extraneous brace for libstdc++ for completeness. Note this changejkim2016-10-271-5/+5
| | | | alone does not allow us to build LibreOffice with GCC and libstdc++.
* Cleanup USE_GITHUB usage.mat2016-10-261-1/+0
| | | | Sponsored by: Absolight
* Update to patchlevel 46.adamw2016-10-232-4/+4
|
* ${RM} already has -f.mat2016-10-2112-30/+30
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Reassign makc's ports back to the pool.rakuco2016-10-202-2/+2
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* - Update to 43.1.0danilo2016-10-192-6/+10
| | | | | - Fix hunspell/aspell enable/disable - Using LANG variable to handle paths with non ASCII bytes during build process
* Remove expired ports:rene2016-10-195-103/+0
| | | | | 2016-10-18 devel/gaphor: runtime failure uncorrected for 1 year after first report 2016-10-18 editors/winefish: upstream disappeared (project dead?), segfaults on multiple arches
* Introduce new extensible virtual categories for KDEtcberner2016-10-192-6/+2
| | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
* editors/mg: Use OPSYS with OSVERSION (restores DF build)marino2016-10-171-2/+2
| | | | | DragonFly doesn't provided reallocarray. OPSYS should be used with OSVERSION (covered by a blanket)
* editors/neovim: Return pty process patch to restore build on DFmarino2016-10-171-0/+11
| | | | | | | | The pty process file was relocated and renamed, so the previous patch no longer applied and was removed with the last update. Regenerate the patch to restore build on DragonFly. Approved by: DragonFly blanket
* Update to patchlevel 35.adamw2016-10-152-5/+5
| | | | | | Also, change the terminal library from libtermlib to libncurses. This change is for DragonflyBSD, and should have no effect on FreeBSD. Submitted by marino.
* Upgrade ApacheOpenOffice to version 4.1.3.truckman2016-10-133-33/+8
| | | | | | | | This version contains the fix for CVE-2016-1513 that was fixed locally in 4.1.2_8 with a patch from upstream. Configure now requires p5-LWP-Protocol-https, though we don't actually use it we don't use bootstrap to download anything.
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-094-4/+4
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* Update to 20161005 snapshotolivierd2016-10-093-17/+7
| | | | | PR: 213292 Submitted by: Tobias Kortkamp (maintainer)
* Update to patchlevel 22.adamw2016-10-092-4/+4
|
* - Update to 20160912 snapshotolivierd2016-10-0710-127/+67
| | | | | | | | | | | | - Remove GNUmakefile patch, port doesn't use gmake - Replace patches by another, when reallocarray(3) is missing - Pass maintainership to submitter - Add LICENSE - Update pkg-descr PR: 212634 Submitted by: Tobias Kortkamp Approved by: <darcsis@gmail.com> (previous maintainer, timeout > 3 weeks)
* [NEW PORT] editors/ecce: Edinburgh Compatible Context Editorcpm2016-10-066-0/+225
| | | | | | | | | | | | This is a port of ECCE (the Edinburgh Compatible Context Editor). Now really quite ancient, it is still a favourite among many graduates of Edinburgh University. WWW: http://www.gtoal.com/ecce/ PR: 212597 Submitted by: bob@eager.cx (maintainer) Approved by: amdmi3 (mentor)
* - Update to 1.15amdmi32016-10-068-72/+28
| | | | | PR: 212233 Submitted by: gor@clogic.com.ua (maintainer)
* Update to patchlevel 21.adamw2016-10-042-7/+6
| | | | Only leave COMMENT as directly overrideable from the -lite port.
* Update to version 2.5.5pawel2016-10-032-4/+4
| | | | | PR: 213133 Submitted by: Yasuhiro KIMURA (maintainer)
* - Fix typo, happened in r423103ashish2016-10-022-2/+2
| | | | PR: 212807
* Chase GNU Emacs updates, and unbreak INDEX fileashish2016-10-022-4/+4
| | | | Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email)
* GNU Emacs updatesashish2016-10-0215-536/+747
| | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 25.1[1] - Update CANNA patchset[2] - Cleanup CONFLICTS_INSTALL list[1] - Add LLDB option for lldb support (provided by 3rd party) to GUD[1] - Add various other options, and re-order options[1] - Incorporate games stuff in pkg-plist[1] - Remove outdated diffs[1] editors/emacs-nox11: - Update to 25.1[3] - Cleanup CONFLICTS_INSTALL list[3] editors/emacs-devel: - Update to git revision 25dca60d Mk/bsd.emacs.mk: - Update version numbers[4] PR: 212807 [1], 212808 [3], 212809 [4] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4] TAKANO Yuji <takachan@running-dog.net> (private email) [2]
* - Don't set nocompatible in the gvimrc [1], bump PORTREVISIONadamw2016-10-021-1/+3
| | | | | | | | | | See also https://groups.google.com/forum/#!topic/vim_use/66crU745cFc - Mark as MAKE_JOBS_UNSAFE (thanks to Mat for the log): make[2]: "/wrkdirs/usr/ports/editors/vim/work/vim-8.0.0019/src/po/Makefile" line 4: Could not find ../auto/config.mk make[2]: Fatal errors encountered -- cannot continue PR: 197214 [1] Submitted by: jjuanino gmail
* Update vim to 8.0.0019, add GTK3 support, and take maintainership.adamw2016-10-013-48/+78
| | | | | | | | | | | | | | | | | Many, many thanks to Sunpoet for all the time he has spent working on and improving this port! Many smaller changes in this update as well: - Languange support was moved into its own OPTIONS group for clarity (a visual change only; it does not affect the knobs themselves) - Add LICENSE - Reorganize and format the Makefile for clarity - Remove a few pieces of cruft - Add many missing dependencies for most of the GUI options - Use better (more robust) build constructs where possible PR: 212771 Approved by: maintainer timeout
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-1/+2
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update devel/icu to 57.1.tijl2016-09-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Revert r422225 as devel/ucpp is now fixed.jkim2016-09-214-15/+13
|
* - Fix broken distinfo in r422225.jkim2016-09-212-11/+11
| | | | - Fix MASTERSITES with LibreOffice download archive.
* editors/gwrite: new ubunto MASTER_SITE to unbreakmarino2016-09-212-5/+6
| | | | | The distfile name changed but the hash still matches. The WRKSRC had to be explicitly defined with the distname change.
* Update to patchlevel 2367, the last in the 7.x series.adamw2016-09-182-4/+4
| | | | | | | I'll submit a separate PR for update to 8.0.x. PR: 212350 Approved by: maintainer timeout
* Use bundled ucpp at build time rather than the BROKEN devel/ucppbapt2016-09-164-22/+26
| | | | Reported by: antoine
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Update to 1.96amdmi32016-09-142-3/+8
| | | | | | | | | - Add LICENSE - Add NO_ARCH PR: 212526 Submitted by: jimmy@mammothcheese.ca (maintainer) MFH: 2016Q3
* Use system hunspellrakuco2016-09-102-5/+65
| | | | | | | | | | | | | | | Stop building texmaker's own, utdated bundled copy of hunspell. In addition to the obvious reasons, this is necessary to get the port to build with the upcoming Qt 5.6, as it passes -std=gnu++11 to the compiler automatically when it's supported and building the bundled hunspell failed like this: hunspell/affentry.hxx:28:94: error: cannot initialize a parameter of type 'unsigned short' with an rvalue of type 'nullptr_t' hunspell/affentry.hxx:91:103: error: cannot initialize a parameter of type 'unsigned short' with an rvalue of type 'nullptr_t' See also: https://www.freebsd.org/doc/en/books/porters-handbook/bundled-libs.html PR: 212366 Approved by: portmgr (mat)
* Use system hunspell and quaziprakuco2016-09-101-4/+13
| | | | | | | | | | | | | | | | | | Stop building its own bundled copies of quazip and hunspell. Using bundled libraries is bad for several reasons [1], including breaking the build, which happens with Qt 5.6 that passes -std=gnu++11 by default when the compiler supports it: hunspell/affentry.hxx:30:94: error: cannot initialize a parameter of type 'unsigned short' with an rvalue of type 'nullptr_t' hunspell/affentry.hxx:93:103: error: cannot initialize a parameter of type 'unsigned short' with an rvalue of type 'nullptr_t' Switching to the system versions fixes everything. [1] https://www.freebsd.org/doc/en/books/porters-handbook/bundled-libs.html PR: 212349 Approved by: portmgr (mat)
* - Update to 3.6.7amdmi32016-09-083-11/+13
| | | | | | PR: 212404 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer)
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-073-2/+3
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* Chase update of Poppler after revision r421386olivierd2016-09-068-7/+8
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-065-19/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 2.7.0danilo2016-09-023-3/+11
|
* Update to version 2.5.1pawel2016-08-262-3/+4
| | | | | PR: 212141 Submitted by: Yosuhiro KIMURA (maintainer)
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2410-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* - Fix build after databases/sqlite updatepawel2016-08-242-5/+18
| | | | | - Convert to USES=localbase - Register proxy dependencies found by stage-qa
* editors/mg: document and fix ncurses requirementmarino2016-08-243-0/+35
| | | | Approved by: ncurses blanket
* editors/the: document ncurses requirementmarino2016-08-241-4/+4
| | | | | | Approved by: ncurses blanket While here, use BROKEN_powerpc as it is cleaner
* - Fix codelite install for Clang 3.4, 3.5 and 3.6.cpm2016-08-231-6/+0
| | | | | | | | | | | | | | ===> Registering installation for codelite-9.2_1 pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-lldb: No such file or directory pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/LLDBDebugger.so: No such file or directory *** Error code 74 PR: 211851 Submitted by: Mahdi Mokhtari (maintainer) Reported by: rozhuk.im@gmail.com Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) MFH: 2016Q3
* - Pass maintainership to submitterwen2016-08-231-1/+1
| | | | | PR: 212019 Submitted by: juergen.gotteswinter@googlemail.com
* - Update to 25.1-rc2ashish2016-08-222-4/+4
| | | | | PR: 212036 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* editors/winefish: deprecate for removal in 2 monthsmarino2016-08-191-0/+5
| | | | | | | | | | | Winefish was one of the Berlios projects that disappeared a few years ago. It hasn't been updated since 2006 while the editor it forked from, Bluefish (www/bluefish), has been regularly updated. It also segfaults on AMD64 and ARMv6 platforms at startup, so mark it broken for those platforms. Give interested parties 2 months to fix the issues with this editor before it's removed from the tree. PR: 204851
* Fix plist, fix missing dependencyriggs2016-08-142-0/+13
| | | | | | | | | | | | Details: - Add missing LIB_DEPENDS to hunspell, add USE_GNOME - Fix plist: Add missing entries for clang plugins (non-default OPTIONs) - Bump PORTREVISION PR: 211587 Submitted by: matthias@petermann-it.de Reviewed by: w.schwarzenfeld@utanet.at, mokhi64@gmail.com (maintainer) Approved by: mokhi64@gmail.com (maintainer)
* - Update to 42.0.0danilo2016-08-102-9/+8
| | | | - Fix hunspell/aspell enable/disable
* USE_BDB cleanup.mat2016-08-082-4/+2
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* editors/p5-Padre: Unbreak build by adding #include <cmath>pi2016-07-314-12/+27
| | | | | | | | | | | | - unbreak build by adding include cmath to wx-scintilla/src/scintilla/src/Editor.cxx - make other patches makepatch-compliant - remove WX_UNICODE=yes (obsolete) - un-silence several commands during build PR: 210959 MFH: 2016Q3 Reported by: pkg-fallout
* Fix collision with getline(3)bapt2016-07-309-40/+75
| | | | Regen patches
* - Update to version 2.11.0 [1]pawel2016-07-283-5/+9
| | | | | | | | - Register proxy dependencies detected by stage-qa PR: 211005 [1] Submitted by: Sergey Brunov [1] Approved by: maintainer timeout
* editors/emacs-devel:ashish2016-07-272-7/+8
| | | | | | | | | | | | | - Update to 25.1-rc1[1] - Add IMPLIES condition for XWIDGETS option[1] Mk/bsd.emacs.mk: - Add block for emacs-nox11[2] - Update emacs-devel block with new EMACS_VER PR: 211356 [1] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1], matthew (via private email) [2]
* Upgrade to upstream svn revision r1753426, which includes the fix fortruckman2016-07-222-4/+4
| | | | | | | | | CVE-2016-1513. Regenerate distinfo to add TIMESTAMP. MFH: 2016Q3 Security: 72f71e26-4f69-11e6-ac37-ac9e174be3af
* Fix CVE-2016-1513 - Memory Corruption Vulnerability (Impress Presentations).truckman2016-07-223-3/+30
| | | | | | | | Regenerate distinfo to add TIMESTAMP. Obtained from: <https://bz.apache.org/ooo/show_bug.cgi?id=127045> MFH: 2016Q3 Security: 72f71e26-4f69-11e6-ac37-ac9e174be3af
* Cleanup $() variables in ports Makefiles.mat2016-07-203-6/+6
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* Update to version 1.5.7pawel2016-07-193-5/+5
| | | | | | | Changelog: https://github.com/gottcode/focuswriter/compare/v1.5.6...v1.5.7 PR: 211180 Submitted by: lightside (maintainer)
* editors/codelite: update 9.1 -> 9.2junovitch2016-07-172-4/+4
| | | | | PR: 211122 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
* FocusWriter is a simple, distraction-free writing environment. It utilizes apawel2016-07-152-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | hide-away interface, that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it, while still getting out of the way, so that you can immerse yourself in your work. Features: - TXT, basic RTF, and basic ODT file support - Timers and alarms - Daily goals - Fully customizable themes - Typewriter sound effects (optional) - Auto-save (optional) - Live statistics (optional) - Spell-checking (optional) - Multi-document support - Sessions - Portable mode (optional) - Translated into over 20 languages WWW: http://gottcode.org/focuswriter/ PR: 210676 Submitted by: lightside <lightside@gmx.com>
* FocusWriter is a simple, distraction-free writing environment. It utilizes apawel2016-07-155-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | hide-away interface, that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it, while still getting out of the way, so that you can immerse yourself in your work. Features: - TXT, basic RTF, and basic ODT file support - Timers and alarms - Daily goals - Fully customizable themes - Typewriter sound effects (optional) - Auto-save (optional) - Live statistics (optional) - Spell-checking (optional) - Multi-document support - Sessions - Portable mode (optional) - Translated into over 20 languages WWW: http://gottcode.org/focuswriter/ PR: 210676 Submitted by: lightside <lightside@gmx.com>
* Add missing dependencies reported by stage-qa:truckman2016-07-122-86/+93
| | | | | | | | | | | | | | | | | | | | | | | | | USE_XORG+= sm xinerama devel/dbus (when GNOME option is enabled) multimedia/gstreamer (when MMEDIA option is enabled) graphics/poppler (-devel only, when PDFIMPORT option is enabled) Add USES=ssl since this OpenOffice does use OpenSSL. The base and ports versions of OpenSSL are both known to work. It is unknown if LibreSSL works because the dependency ftp/curl does not currently build with LibreSSL. Replace one remaining path to a .jar file with ${JAVALIBDIR} in CONFIGURE_ARGS. Replace an absolute symlink with a relative one. Re-align \ line continuation characters in *_DEPENDS after removal of ${PORTSDIR} from dependencies, and make a few other whitespace cleanups. MFH: 2016Q3
* - Update to 3.6.6madpilot2016-07-112-5/+5
| | | | | | | | - Add missing dependencies for editors/scite PR: 210940 Submitted by: lightside at gmx.com Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
* Bump PORTREVISION for the icu revert.mat2016-07-072-2/+2
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-062-1/+2
|
* Remove expired ports without open PRs:rene2016-07-058-73/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* - Fix build with libc++ 3.8.0; this unbreaks hte on CURRENTmva2016-07-021-0/+11
| | | | | PR: 208726 Submitted by: dim@
* - Add *_IMPLIES for various options to track implicitly enabled OPTIONSashish2016-06-271-23/+30
| | | | | | | | | - Update options descriptions to reflect *_IMPLIES - Add missing implicit dependencies - Comment LTO experimental option PR: 210291 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* Make dependency on ispell a default OPTIONriggs2016-06-261-4/+5
| | | | | | | | | While on it: - Fix typo in makefile (PORTREIVSION -> PORTREVISION) PR: 208914 Submitted by: olexander.v.melnyk@gmail.com Approved by: maintainer timeout
* Upgrade to upstream svn revision 1749607.truckman2016-06-233-17/+4
| | | | | This fixes the build problem with libc++ 3.8.0, so patch-vcl_source_glyphs_graphite__layout.cxx is no longer needed.
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-231-1/+1
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* fix clang 3.7, add clang 3.8, fix brief comment support [1]mat2016-06-211-33/+22
| | | | | | | | While there, refactor the CLANGXX options. PR: 208302 [1] Submitted by: maintainer, rozhuk im gmail com Sponsored by: Absolight
* editors/neovim: pass maintainership to submitterrm2016-06-191-2/+2
| | | | | | | - fix out-of-order DISTVERSIONPREFIX (portlint warning) PR: 210301 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua>
* Fix another build failure on head.jkim2016-06-171-0/+77
|
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.nettz2016-06-151-1/+1
| | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor)
* Fix build on head.jkim2016-06-14