| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=429094
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=428846
|
|
|
|
| |
Notes:
svn path=/head/; revision=428789
|
|
|
|
| |
Notes:
svn path=/head/; revision=428687
|
|
|
|
|
|
|
|
| |
PR: 213426
Submitted by: anastasios@mageirias.com
Notes:
svn path=/head/; revision=428666
|
|
|
|
|
|
|
|
| |
PR: 214897
Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> (maintainer)
Notes:
svn path=/head/; revision=428479
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 215232
Submitted by: lightside <lightside@gmx.com> (maintainer)
Notes:
svn path=/head/; revision=428386
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428152
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
|
|
|
|
|
|
|
| |
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that
have not been bumped since.
Notes:
svn path=/head/; revision=428130
|
|
|
|
|
|
|
|
| |
PR: 213399
Submitted by: miguelmclara@gmail.com (maintainer)
Notes:
svn path=/head/; revision=428118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=427618
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427548
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=427169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
**
** 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
reformat port description text in cases when it was notoriously broken.
Notes:
svn path=/head/; revision=426827
|
|
|
|
| |
Notes:
svn path=/head/; revision=426763
|
|
|
|
|
|
|
| |
Submitte by: maintainer via IRC
Notes:
svn path=/head/; revision=426730
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=426719
|
|
|
|
|
|
|
| |
Do not bump portrevision as it does not change the final package
Notes:
svn path=/head/; revision=426579
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: general and ncurses blankets.
Notes:
svn path=/head/; revision=426539
|
|
|
|
|
|
|
| |
Approved by: ncurses blanket
Notes:
svn path=/head/; revision=426536
|
|
|
|
|
|
|
| |
Approved by: ncurses blanket
Notes:
svn path=/head/; revision=426535
|
|
|
|
|
|
|
| |
Approved by: ncurses blanket
Notes:
svn path=/head/; revision=426532
|
|
|
|
| |
Notes:
svn path=/head/; revision=426531
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
Notes:
svn path=/head/; revision=426525
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=426104
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=426089
|
|
|
|
| |
Notes:
svn path=/head/; revision=426072
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
__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
|
|
|
|
|
|
|
|
|
|
|
| |
- Regenerate patches by 'make makepatch'.
- Pet portlint.
PR: 213183
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=426050
|
|
|
|
|
|
|
|
|
|
|
| |
- Regenerate patches by 'make makepatch'.
- Pet portlint.
PR: 213182
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=426049
|
|
|
|
|
|
|
|
|
|
|
| |
- Regenereate patches by 'make makepatch'.
- Pet portlint.
PR: 213181
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=426048
|
|
|
|
|
|
|
| |
Reported by: jbeich
Notes:
svn path=/head/; revision=426041
|