aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gedit
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit')
0 files changed, 0 insertions, 0 deletions
olumn1'>| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 * devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1 | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 * Add gcin's qt5 input module.vanilla2017-09-237-0/+111 | * Add gcin's qt4 input module.vanilla2017-09-236-0/+95 | * Add gcin's gtk3 input module.vanilla2017-09-237-0/+117 | * Make toolkit input plugins as separate ports.vanilla2017-09-233-30/+4 | * Remove USES=execinfo.mat2017-09-221-1/+1 | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 * Fix kde4-l10n packages after sysutils/filelight's updatetcberner2017-09-174-4/+2 | | | | | | | | | | | | | | | I chose filelight-17.* as it contains its own localization, which is good, as kde4-l10n is very outdated, and may not match modern filelight anymore. Unfortunately this lead to conflicts with the kde4-l10n. So strip the filelight parts from kde4-l10n-*. Reported by: VVD (via IRC) Reviewed by: rakuco Pointyhat to: tcberner Differential Revision: https://reviews.freebsd.org/D12393 * Fix license information for portgs that use "the same license as Perl".mat2017-09-156-6/+6 | | | | Sponsored by: Absolight * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-115-5/+5 | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 * Update to 5.3.6.jkim2017-09-062-10/+10 | * - chinese/wordpress-zh_CN: Update from 4.8 to 4.8.1joneum2017-08-092-4/+4 | | | | | | | - Changelog: https://codex.wordpress.org/Version_4.8.1#List_of_Files_Revised Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11922 * Update to 5.3.5.jkim2017-08-042-10/+10 | * - chinese/wordpress-zh_CN: Update from 4.7.4 to 4.8joneum2017-08-012-4/+4 | | | | | | | - Changelog: https://wordpress.org/news/2017/06/evans/ Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D11742 * - chinese/wordpress-zh_TW: Update from 4.7.5 to 4.8joneum2017-07-142-4/+4 | | | | | | | - Changelog: https://wordpress.org/news/2017/06/evans/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11569 * Make ninja opt-out in cmake.mktcberner2017-06-262-2/+2 | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 * Update to 5.3.4.jkim2017-06-222-10/+10 | * - chinese/wordpress-zh_TW: Update to 4.7.5joneum2017-06-212-4/+4 | | | | | | | | | - Changelog: https://wordpress.org/news/2017/05/wordpress-4-7-5/ Approved by: miwi (mentor) MFH: 2017Q2 Security: a5bb7ea0-3e58-11e7-94a2-00e04c1ea73d Differential Revision: https://reviews.freebsd.org/D11275 * Update the Calligra ports to 3.0.1.rakuco2017-06-179-148/+0 | | | | | | | | | | | | | | | | | | The 3.x series is based on KDE Frameworks 5, and some programs have been split into separate ports: - Sheets, Words & co are in editors/calligra. - Krita is in graphics/krita. - Kexi is in databases/kexi. - The calligra-l10n* ports are now part of editors/calligra itself. Okular support in editors/calligra and Marble support in textproc/kreport have been disabled for now because they need the KF5 version of those ports. Thanks to everyone who's tested it and worked on it in our area51 repository. Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco Reviewed by: rakuco, mat (earlier versions) Differential Revision: https://reviews.freebsd.org/D10167 * Fix qt4 ports on armv6.tcberner2017-06-062-2/+2 | | | | | | | | | | | | Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ. [1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html PR: 210027 Submitted by: Mikaƫl Urankar <mikael.urankar@gmail.com> Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D8322 * Update CONFLICTS_INSTALLsunpoet2017-05-29