Commit Graph

69 Commits

Author SHA1 Message Date
Fernando Apesteguía bec0e2fd9e deskutils/fet: update to 5.48.1
ChangeLog:
http://beefy5.nyi.freebsd.org/data/121i386-default/557257/logs/fet-5.48.0.log

PR:	251723
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2020-12-11 11:49:55 +00:00
Mikael Urankar a80ef073b0 deskutils/fet: Update to 5.48.0
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)
2020-12-01 16:59:30 +00:00
Adam Weinberger db15051ca5 Add education virtual category
PR:		248402
Submitted by:	PauAmma
2020-11-20 07:16:06 +00:00
Fernando Apesteguía a78af44bdd deskutils/fet: update to 5.46.0
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)
2020-08-19 10:48:39 +00:00
Fernando Apesteguía e752073b92 deskutils/fet: Update to 5.45.0
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)
2020-06-24 08:40:49 +00:00
Fernando Apesteguía 4cb8af70ac deskutils/fet: update to 5.44.5
ChangeLog: https://lalescu.ro/liviu/fet/news.html

 * Minor fixes and code cleanup.

PR:	246277
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2020-05-08 12:05:00 +00:00
Tobias C. Berner 641a9099e0 deskutils/fet: update to 5.44.0
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)
2020-04-03 21:53:46 +00:00
Yuri Victorovich bcad32d571 deskutils/fet: Update 5.41.0 -> 5.43.0
Changelog: https://lalescu.ro/liviu/fet/news.html

PR:		244159
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2020-02-16 20:06:14 +00:00
Dmitry Marakasov db83d90868 - Update to 5.41.0
PR:		242371
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2019-12-04 14:57:42 +00:00
Tobias C. Berner 096fcf7b6a desktuils/fet: update to 5.40.3
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)
2019-11-02 13:40:09 +00:00
Kai Knoblich a3a2332dc6 deskutils/fet: Update to 5.39.0
* 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)
2019-08-04 12:55:12 +00:00
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Tijl Coosemans 1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
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)
2019-01-16 11:13:44 +00:00
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Steve Wills c635b9019c deskutils/fet: update to 5.37.2, remove qt4
PR:		233730
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-12-04 17:53:54 +00:00
Rene Ladan 99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
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
2018-12-02 15:41:47 +00:00
Tobias Kortkamp 555c187413 deskutils/fet: Fix build on 11.1
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
2018-08-27 08:58:38 +00:00
Thomas Zander 78c5c28635 Update to upstream version 5.37.1
PR:		230523
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2018-08-25 09:36:43 +00:00
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Steve Wills 5660b7912f deskutils/fet: update to 5.36.0
PR:		229199
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-06-21 17:26:10 +00:00
Dmitry Marakasov 6e1b530f06 - Update WWW
Approved by:	portmgr blanket
2017-11-13 09:04:39 +00:00
Tobias C. Berner 7447e8b2b5 Update deskutils/fet to 5.34.0
* 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)
2017-11-05 19:15:16 +00:00
Danilo G. Baio 05f386c228 deskutils/fet: Update to 5.33.1
Changes:	http://lalescu.ro/liviu/fet/forum/index.php?topic=3405.0

PR:		222385
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2017-09-17 20:49:16 +00:00
Tobias Kortkamp 5d738d3118 deskutils/fet: Update to 5.32.0
Changes:	http://lalescu.ro/liviu/fet/forum/index.php?topic=3252.0
PR:		220885
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2017-07-20 18:33:46 +00:00
Bradley T. Hughes b2ef031943 multiple ports: Update MAINTAINER
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
2017-07-04 19:41:21 +00:00
Matthew Rezny b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Nikolai Lifanov 4955ccc914 update deskutils/fet to 5.31.5
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)
2017-04-25 19:13:29 +00:00
Bartek Rutkowski 2f52a91b34 deskutils/fet: update 5.31.0 -> 5.31.2
PR:		217788
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2017-03-15 11:56:02 +00:00
Guido Falsi da97d9c0fe - Update to deskutils/fet 5.31.0
- 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)
2017-02-16 21:43:45 +00:00
Dmitry Marakasov a4b9a3a29e - Update to 5.30.7
PR:		215045
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-12-21 10:14:48 +00:00
Guido Falsi a9f5864e2f - Upgrade fet to 5.30.5
PR:		214158
Submitted by:   Zsolt Udvari <udvzsolt@gmail.com> (mainteiner)
2016-11-06 11:45:39 +00:00
Pawel Pekala 410bb49b84 Update to version 5.30.3
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)
2016-08-25 20:54:55 +00:00
Thomas Zander 58972543d3 Update to upstream version 5.30.2, add QT5 support via OPTION knob
PR:		211539
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-08-05 13:50:27 +00:00
Dmitry Marakasov 210f08918d - Update to 5.30.1
- While here, cosmetic fixes and regenerate patch

PR:		211215
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-07-19 14:39:39 +00:00
Thomas Zander 87607b2179 Update to upstream version 5.29.4, convert to OPTION helpers
PR:		210156
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-06-12 12:11:34 +00:00
Dmitry Marakasov 34d02ad7ea - Update to 5.29.3
PR:		209433
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-05-12 15:37:10 +00:00
Kurt Jaeger b9361a24a5 deskutils/fet: 5.29.0 -> 5.29.2
Changes:
  http://lalescu.ro/liviu/fet/news.html

PR:		209264
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2016-05-05 11:13:02 +00:00
Dmitry Marakasov 72e81b30d3 This just missed to be committed along with PR208156, still:
- Fix license
- Fix whitespace
- Switch to options helpers

PR:		208156
Approved by:	portmgr blanket
2016-03-24 15:32:36 +00:00
Raphael Kubo da Costa 6b4b986a23 Update to 5.29.0.
PR:		208156
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2016-03-24 14:29:13 +00:00
Raphael Kubo da Costa cfb6571e2f Update to 5.28.5.
PR:		206975
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2016-02-12 12:15:53 +00:00
Bartek Rutkowski 3288b15a26 deskutils/fet: update 5.27.3 -> 5.27.5
PR:		201600
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-07-16 11:26:07 +00:00
Bartek Rutkowski f420899280 deskutils/fet: update 5.27.2 -> 5.27.3
PR:		200736
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-06-14 15:15:42 +00:00
Pawel Pekala bc1058760d Update to version 5.27.2
PR:		200165
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-05-31 10:14:21 +00:00
Wen Heping b139b14abe - Update to 5.27.1
PR:		200027
Submitted by:	udvzsolt@gmail.com(maintainer)
2015-05-08 11:53:29 +00:00
Pawel Pekala b24a6ac4a8 Update to version 5.26.2
PR:		198665
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-03-18 21:23:42 +00:00
Pawel Pekala 9fd093eb9b Update to version 5.26.1
PR:		197408
Submitted by:	Zsolt Udvar <udvzsolt@gmail.com> (maintainer)
2015-02-21 13:18:58 +00:00
John Marino 1e0f9df8bd deskutils/fet: Upgrade version 5.24.0 => 5.25.0
PR:		196686
Submitted by:	maintainer (Zsolt Udvari)
2015-01-20 21:24:09 +00:00
Pawel Pekala d834a86d8c Update to version 5.24.0
PR:		196386
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-01-03 20:14:18 +00:00
Pawel Pekala f9543f1e88 - Update to version 5.23.3
- Remove @dirrm's from pkg-plist

PR:		194193
Submitted by:	maintainer
2014-10-17 16:59:48 +00:00
William Grzybowski cfec9ea13b deskutils/fet: update to 5.23.2
PR:		192882
Submitted by:	maintainer
2014-08-22 17:05:46 +00:00