aboutsummaryrefslogtreecommitdiff
path: root/textproc/kdiff3
Commit message (Collapse)AuthorAgeFilesLines
* */*: force rebuild after devel/kf6-kio updateMax Brazhnikov2026-02-131-0/+1
|
* textproc/kdiff3: update to 1.12.3Max Brazhnikov2025-07-142-4/+4
|
* textproc/kdiff3: Update to 1.12.2Jason E. Hale2025-03-262-4/+4
|
* textproc/kdiff3: Update to 1.12.1Jason E. Hale2025-02-203-44/+51
| | | | Remove DOCS option. KDE apps always install the handbook.
* KDE: It goes to 6!Tobias C. Berner2025-02-032-8/+10
| | | | | | | | | | | | | | | | | | | | This megacommit merges all the work from https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6 Specifically: - KDE Plasma 6 ports updated to 6.2.5 - KDE Applications ports updated to 24.12.0 - Development ports of KDE Applications removed - A lot of various ports switched to Qt 6 by default - Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable with their 6 counterparts PR: 284351 Exp-run by: antoine Pull Request: https://github.com/freebsd/freebsd-ports/pull/341 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org> Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com> Co-authored-by: Jason E. Hale <jhale@FreeBSD.org> Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
* textproc/kdiff3: Update to 1.11.5Jason E. Hale2024-11-082-4/+4
|
* textproc/kdiff3: Update to 1.11.4Gleb Popov2024-09-282-4/+4
|
* textproc/kdiff3: Update to 1.11.2Jason E. Hale2024-06-292-4/+4
|
* textproc/kdiff3: update 1.11.0 → 1.11.1Älven2024-05-262-5/+6
| | | | PR: 279290
* textproc/kdiff3: update to 1.11.0Tobias C. Berner2024-04-243-12/+7
|
* Mk/Uses: Move man to share/man for kde frameworkMuhammad Moinur Rahman2024-01-302-8/+9
| | | | | | | All ports utilizing USES=kde has been tested. If there are breakage on other parts of the tree buzz me. Approved by: portmgr (blanket)
* textproc/kdiff3: Update to 1.10.7Jason E. Hale2023-12-173-4/+6
|
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-061-1/+1
| | | | | | | | Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
* textproc/kdiff3: Update to 1.10.6Jason E. Hale2023-10-023-13/+6
|
* textproc/kdiff3: Fix crash upon exitJason E. Hale2023-09-262-5/+13
| | | | | | | | | Add a few upstream patches to fix crashes upon application exit. While here, drop a few unused KF5 components. PR: 273031 Reported by: emaste
* textproc/kdiff3: Update to 1.10.5Raphael Kubo da Costa2023-07-173-4/+7
| | | | | | | poudriere testport worked fine on 12.4-i386, 13.2-amd64 and 14-amd64. Approved by: kde (arrowd) Differential Revision: https://reviews.freebsd.org/D41051
* textproc/kdiff3: update to 1.10.4, latest upstreamAdriaan de Groot2023-05-212-5/+4
| | | | There are no release notes for this application.
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* textproc/kdiff3: update to 1.10.1Tobias C. Berner2023-04-163-15/+4
| | | | | | | | | | | Version 1.10.1 - 2023 =========================== * 467652 - "Escape" shortcut ignored if merge output in focus * 466522 - save and restore dock states * 439148 - Show UI before comparison start * 466241 - Don't crash on broken links * 466524 - Fix memory safety issues during reload. * Fix mishandling line count for files containing '0x0b'
* textproc/kdiff3: update to 1.10.0Tobias C. Berner2023-01-114-6/+22
|
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-2/+2
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/kdiff3: pet stage-qaDima Panov2022-09-051-2/+3
|
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-0/+1
|
* textproc/kdiff3: update to 1.9.6Tobias C. Berner2022-06-282-4/+4
|
* textproc/kdiff3: update to 1.9.5Tobias C. Berner2022-03-042-4/+4
|
* textproc/kdiff3: update to 1.9.4Tobias C. Berner2021-11-232-4/+4
|
* textproc/kdiff3: update to latest release, 1.9.3Adriaan de Groot2021-08-303-58/+7
| | | | | | There do not seem to be release notes. Looking at commits, there is a handful of bug-fixes (including one to deal with the bug we previously had patched in ports).
* *: (KDE applications) Boost is a build-depAdriaan de Groot2021-07-061-1/+3
| | | | | | | - after dropping Boost as a lib-dep of KDE frameworks, chase KDE applications that depend on boost's implicit presence during the build and give them an explicit build-dep on one of the Boost headers.
* textproc/kdiff3: fix output of merged fileAdriaan de Groot2021-06-142-0/+51
| | | | | | | | | | Fix spurious newlines and missing newline at the end of file. Upstream report: https://bugs.kde.org/show_bug.cgi?id=437570 Upstream merge request: https://invent.kde.org/sdk/kdiff3/-/merge_requests/31 PR: 256606 Reported by: emaste
* textproc/kdiff3: update to 1.9.2, latest upstreamAdriaan de Groot2021-05-202-4/+4
| | | | | From the release email: This is a fix for 436958 previous 1.9.0 and 1.9.1 releases should be disregarded.
* textproc/kdiff3: update 1.9.1, latest upstreamAdriaan de Groot2021-05-152-4/+4
| | | | | There don't seem to be release notes for this, but the commits are minor bugfixes and a new keyboard shortcut.
* textproc/kdiff3: update to 1.9.0Tobias C. Berner2021-05-033-7/+6
|
* KDE not-Applications: chase doctoolsAdriaan de Groot2021-04-221-1/+3
| | | | | | These ports use KDE Frameworks and require kdoctools to build. Since that is no longer an implicit build & run dependency, (re)introduce it explicitly as a build-time dependency.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/kdiff3: update to 1.8.5Tobias C. Berner2021-01-213-4/+6
| | | | | | | | | | | | | | Version 1.8.5 - 2020-01-10 =========================== BUG:417189 Fix url handling for drag and drop. BUG:426823 Fix regression in handing paste from clipboard to blank diff window. *Fix link detection via KIO *Drop custom event filter in OpenDialog. We now use FileNameLineEdit instead as in the main window. *Fix url/path handling bugs for remote files *Don't ignore stat errors unless it tells us the file was not found. Notes: svn path=/head/; revision=562241
* textproc/kdiff3: update to 1.8.4Tobias C. Berner2020-09-033-5/+4
| | | | Notes: svn path=/head/; revision=547442
* textproc/kdiff3: update to 1.8.3Tobias C. Berner2020-07-073-6/+10
| | | | Notes: svn path=/head/; revision=541445
* textproc/kdiff3: update to 1.8.2Tobias C. Berner2020-03-283-8/+149
| | | | Notes: svn path=/head/; revision=529743
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* textproc/kdiff3: update to 1.8.1Tobias C. Berner2019-05-183-6/+11
| | | | Notes: svn path=/head/; revision=501913
* textproc/kdiff3: update to 1.8.0Tobias C. Berner2019-05-152-5/+4
| | | | Notes: svn path=/head/; revision=501741
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* More GCC-related fixes in kde@ portsTobias C. Berner2018-12-301-1/+1
| | | | | | | | PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=488723
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* textproc/kdiff3 -- update to kf5 based versionTobias C. Berner2018-12-114-208/+39
| | | | | | | | | | - kde@ takes maintainership Approved by: pizzamig Differential Revision: https://reviews.freebsd.org/D18016 Notes: svn path=/head/; revision=487264
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+3
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503