Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
Changelog:
- Updated the code to be compliant with the future Qt 6.0.0.
- Corrected a few warnings appearing with the new Qt 5.15.2
(about using deprecated Qt functions).
- Corrected three minor warnings when compiling with clang.
- Theoretical improvement/logic bug fixed in the generation when using
constraints of type students (set) early max beginnings at second hour
without max gaps constraints or with more than zero max gaps allowed.
- Added a warning if using constraints of type teacher(s)/students (set)
max hours daily with weights less than 100%, because the algorithm is not
perfectly implemented in this case.
- Minor code improvements and cleanup.
PR: 251476
Submitted by: Zsolt Udvari (maintainer)
From ChangeLog: https://www.lalescu.ro/liviu/fet/news.html
* Added a new feature to create easier overlapping groups/years, from the
subgroups/groups dialogs (suggested by samantha.goddard's file).
* Added the possibility of executing an external command after the generation
(suggested by Zsolt Udvari and other users). The implementation of this feature
was inspired by the Claws Mail software.
* Added a new example file from Hong Kong, by Marcus.
While here, reorder out of place variables.
PR: 248724
Submitted by: uzsolt@uzsolt.hu (maintainer)
From ChangeLog: https://www.lalescu.ro/liviu/fet/news.html
* Slightly improved the code for the constraints of type teacher(s)/students
(set) max days per week and teacher(s)/students (set) interval max days per
week.
* Corrected a compilation warning appearing with the new gcc 10.1.1.
* Updated the Arabic translation, by Benahmed Abdelkrim.
PR: 247486
Submitted by: uzsolt@uzsolt.hu (maintainer)
Changelog (https://lalescu.ro/liviu/fet/news.html):
* changed the random number generator to a better one
* bug fix for the future Qt versions
PR: 245126
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Changelog:
* Added virtual rooms, which give the possibility for the user to
specify more rooms for an activity, or to choose between a large room
or more smaller rooms for an activity, and might open the
possibilities for other kinds of usage. Suggested by math on the
forum, who had some very useful ideas.
* Various rare but important bug fixes concerning the new feature of
virtual rooms.
* Small memory leak bug fixed (when reading incorrect files with
virtual rooms).
* Minor fixes and improvements.
* Added a new example file from Greece, by dimzev.
- removed kde from CATEGORIES
PR: 241669
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
* Add "gl" to USES as using USE_GL alone is deprecated.
Notable changes since 5.37.2:
* Updated to Qt 5.13.0
* New constraint types:
* Activity tags not overlapping
* Min gaps between an ordered pair of activity tags for a students set /
all students / a teacher / all teachers
* Additional example files
* Translation updates
* Various crash fixes and code cleanups
PR: 239597
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
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
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] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
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
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
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
* 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)
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)
- 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)
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)