aboutsummaryrefslogtreecommitdiff
path: root/deskutils/fet
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* deskutils/fet: update to 5.37.2, remove qt4Steve Wills2018-12-042-19/+7
| | | | | | | | PR: 233730 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=486620
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-1/+9
| | | | | | | | | | | | | | 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
* deskutils/fet: Fix build on 11.1Tobias Kortkamp2018-08-271-2/+2
| | | | | | | | | | | | | | | In file included from engine/timetableexport.cpp:46: engine/timetable_defs.h:38:20: error: unknown type name 'constexpr' template <class T> constexpr std::add_const_t<T>& qAsConst(T& t) noexcept ^ http://beefy10.nyi.freebsd.org/data/111i386-default/478099/logs/fet-5.37.1.log PR: 230523 Approved by: maintainer Notes: svn path=/head/; revision=478183
* Update to upstream version 5.37.1Thomas Zander2018-08-252-18/+9
| | | | | | | | PR: 230523 Submitted by: uzsolt@uzsolt.hu (maintainer) Notes: svn path=/head/; revision=478018
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-5/+7
| | | | | | | | | | | | | | | | | | 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
* deskutils/fet: update to 5.36.0Steve Wills2018-06-213-4/+5
| | | | | | | | PR: 229199 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=472987
* - Update WWWDmitry Marakasov2017-11-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=454101
* Update deskutils/fet to 5.34.0Tobias C. Berner2017-11-052-4/+4
| | | | | | | | | | | | * improved the activity planning dialog * added the possibility of exporting the data and the timetable as CSV * added the Spanish translation PR: 223449 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=453557
* deskutils/fet: Update to 5.33.1Danilo G. Baio2017-09-172-4/+4
| | | | | | | | | | Changes: http://lalescu.ro/liviu/fet/forum/index.php?topic=3405.0 PR: 222385 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=450023
* deskutils/fet: Update to 5.32.0Tobias Kortkamp2017-07-203-5/+5
| | | | | | | | | Changes: http://lalescu.ro/liviu/fet/forum/index.php?topic=3252.0 PR: 220885 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=446285
* multiple ports: Update MAINTAINERBradley T. Hughes2017-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports: audio/musicpc databases/adminer deskutils/fet graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf sysutils/rdiff-backup textproc/urlview www/kohana x11/dzen2 x11-wm/herbstluftwm PR: 220323 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11469 Notes: svn path=/head/; revision=445039
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* update deskutils/fet to 5.31.5Nikolai Lifanov2017-04-252-4/+4
| | | | | | | | | | | | | | Changes (from http://lalescu.ro/liviu/fet/news.html ): - Speed improvement in the precomputation if using many rooms and many buildings - Bug fix in the printout of the subjects' timetables - Rare crash bugs fixed - Updated arabic translation PR: 218787 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=439416
* deskutils/fet: update 5.31.0 -> 5.31.2Bartek Rutkowski2017-03-152-4/+4
| | | | | | | | PR: 217788 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=436234
* - Update to deskutils/fet 5.31.0Guido Falsi2017-02-162-5/+5
| | | | | | | | | | | - Remove EXAMPLES and NLS from OPTIONS_DEFAULT, these options along with IPv6 and DOCS are always included in the default options list. PR: 217139 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=434258
* - Update to 5.30.7Dmitry Marakasov2016-12-212-4/+4
| | | | | | | | PR: 215045 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=429053
* - Upgrade fet to 5.30.5Guido Falsi2016-11-062-4/+4
| | | | | | | | PR: 214158 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (mainteiner) Notes: svn path=/head/; revision=425486
* Update to version 5.30.3Pawel Pekala2016-08-252-4/+4
| | | | | | | | | | | | | | | Changelog: - Generating the activity tags timetables - Added comments for teachers, students, subjects, activity tags, rooms and buildings - Very rare crash bugs fixed - Added a new example file from Indonesia PR: 212148 Submitted by: Zsolt Udvari (maintainer) Notes: svn path=/head/; revision=420882
* Update to upstream version 5.30.2, add QT5 support via OPTION knobThomas Zander2016-08-052-11/+24
| | | | | | | | PR: 211539 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=419684
* - Update to 5.30.1Dmitry Marakasov2016-07-193-9/+9
| | | | | | | | | | - While here, cosmetic fixes and regenerate patch PR: 211215 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=418798
* Update to upstream version 5.29.4, convert to OPTION helpersThomas Zander2016-06-122-13/+9
| | | | | | | | PR: 210156 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=416796
* - Update to 5.29.3Dmitry Marakasov2016-05-122-5/+6
| | | | | | | | PR: 209433 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=415069
* deskutils/fet: 5.29.0 -> 5.29.2Kurt Jaeger2016-05-052-3/+3
| | | | | | | | | | | Changes: http://lalescu.ro/liviu/fet/news.html PR: 209264 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=414640
* This just missed to be committed along with PR208156, still:Dmitry Marakasov2016-03-241-7/+9
| | | | | | | | | | | | - Fix license - Fix whitespace - Switch to options helpers PR: 208156 Approved by: portmgr blanket Notes: svn path=/head/; revision=411796
* Update to 5.29.0.Raphael Kubo da Costa2016-03-242-3/+3
| | | | | | | | PR: 208156 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=411792
* Update to 5.28.5.Raphael Kubo da Costa2016-02-123-3/+5
| | | | | | | | PR: 206975 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=408717
* deskutils/fet: update 5.27.3 -> 5.27.5Bartek Rutkowski2015-07-162-3/+3
| | | | | | | | PR: 201600 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=392289
* deskutils/fet: update 5.27.2 -> 5.27.3Bartek Rutkowski2015-06-142-3/+3
| | | | | | | | PR: 200736 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=389641
* Update to version 5.27.2Pawel Pekala2015-05-312-3/+3
| | | | | | | | PR: 200165 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=388054
* - Update to 5.27.1Wen Heping2015-05-082-3/+3
| | | | | | | | PR: 200027 Submitted by: udvzsolt@gmail.com(maintainer) Notes: svn path=/head/; revision=385769
* Update to version 5.26.2Pawel Pekala2015-03-183-3/+4
| | | | | | | | PR: 198665 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=381579
* Update to version 5.26.1Pawel Pekala2015-02-212-3/+3
| | | | | | | | PR: 197408 Submitted by: Zsolt Udvar <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=379511
* deskutils/fet: Upgrade version 5.24.0 => 5.25.0John Marino2015-01-202-3/+3
| | | | | | | | PR: 196686 Submitted by: maintainer (Zsolt Udvari) Notes: svn path=/head/; revision=377540
* Update to version 5.24.0Pawel Pekala2015-01-033-4/+5
| | | | | | | | PR: 196386 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=376169
* - Update to version 5.23.3Pawel Pekala2014-10-173-6/+5
| | | | | | | | | | - Remove @dirrm's from pkg-plist PR: 194193 Submitted by: maintainer Notes: svn path=/head/; revision=371070
* deskutils/fet: update to 5.23.2William Grzybowski2014-08-223-340/+3
| | | | | | | | PR: 192882 Submitted by: maintainer Notes: svn path=/head/; revision=365678
* deskutils/fet: upgrade version 5.23.0 => 5.23.1John Marino2014-07-282-3/+3
| | | | | | | | PR: 192216 Submitted by: maintainer (Zsolt Udvari) Notes: svn path=/head/; revision=363250
* deskutils/fet: Upgrade version 5.21.3 => 5.23.0John Marino2014-07-232-4/+4
| | | | | | | | | | Pass maintainership to submitter. The port was reset earlier today. PR: 191894 Submitted by: Zsolt Udvari Notes: svn path=/head/; revision=362641
* deskutils/fet: Reset maintainerJohn Marino2014-07-231-1/+1
| | | | | | | | The former maintainer timed out at least PRs that I know about, including the last three that were committed. Notes: svn path=/head/; revision=362623
* deskutils/fet: update to 5.21.3William Grzybowski2014-06-203-8/+19
| | | | | | | | | | | | - USES tar:bzip2 - New option to install only command line PR: 189408 Submitted by: Zsolt Udvari Approved by: maintainer (timeout) Notes: svn path=/head/; revision=358490
* - Update to version 5.21.0 [1]Pawel Pekala2014-03-034-11/+352
| | | | | | | | | | | | - Fix build with clang [1] - Remove conditional installation of files PR: ports/185144 [1] Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=346926
* - Convert to USES=qmakeMax Brazhnikov2013-11-251-6/+2
| | | | | | | Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334872
* deskutils/fet: update to 5.20.1William Grzybowski2013-10-263-19/+14
| | | | | | | | | | | | | - Update to 5.20.1 [1] - Allow staging - Use options helpers PR: ports/182826 Submitted by: Zsolt Udvari <udvzsolt gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=331690
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - Update tp 5.19.3Max Brazhnikov2013-09-173-4/+5
| | | | | | | | | | - Install cli version of FET PR: ports/181464 Submitted by: Zsolt Udvari <udvzsolt at gmail.com> Notes: svn path=/head/; revision=327501
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-221-1/+1
| | | | | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days) Notes: svn path=/head/; revision=310845