Commit Graph

31 Commits

Author SHA1 Message Date
Tobias C. Berner c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +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
Tobias C. Berner f74923d3b7 deskutils/znotes: remove flavors (Qt4 deprecation)
Approved by:	portmgr (implicit)
2019-03-16 18:53:09 +00:00
Mark Linimon 6e581336ec Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"

While here, add gl to USES in accordance with modern usage.

Approved by:	portmgr (tier-2 blanket)
2019-03-15 00:22:02 +00:00
Alexandre C. Guimarães 9b941072c5 deskutils/znotes: fix build with GCC-based architectures
PR:		235155
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
2019-01-23 17:05:05 +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
Rene Ladan 7cbe341ae6 Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.

Discussed with:	tcberner
2018-12-16 16:49:17 +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
Alexandre C. Guimarães 1986e3b82c Update maintainer eMail address.
Reviewed by:	mat (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17399
2018-10-07 17:30:09 +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
Tobias C. Berner e3df3096d4 Flavorize deskutils/znotes
Submitted by:	lebarondemerde@privacychain.ch
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14660
2018-04-29 07:44:41 +00:00
Rene Ladan fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00
Veniamin Gvozdikov e17dfb0ce4 - Use qt4-linguisttools for localization.
- Add USE_QT4=corelib.
- Add LICENSE_FILE.
- Fix portlint warning (.000000000 +0000 -> UTC)

PR:		ports/202695
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-08-27 19:21:36 +00:00
Raphael Kubo da Costa b6143404a1 - Add OPTIONS_SUB=yes for the plist substitutions (and thus make package) to
work.
- Remove .desktop entry from the plist, as it is added automatically by
  DESKTOP_ENTRIES in the Makefile.

MFH:		2014Q1
2014-02-08 20:13:10 +00:00
Max Brazhnikov 6a5afd5986 - Fix build after my previous commit
Reported by:	pkg-fallout
2013-11-28 17:49:59 +00:00
Max Brazhnikov 117fca0bcb - Convert to USES=qmake
- Add stage support
- Update port comment/description
- Convert to pkg-plist

Approved  by:	vg (maintainer)
2013-11-25 17:54:08 +00:00
Baptiste Daroussin cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Veniamin Gvozdikov 862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Martin Wilke ec9d1ab308 - OptionNG
- Trim header

PR:		175839 175840
Submitted by:	maintainer
2013-02-08 09:15:22 +00:00
Max Brazhnikov 81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer 2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Beech Rintoul e6b3a934f3 - Update to 0.4.5
PR:		ports/160621
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2011-09-12 18:40:43 +00:00
Max Brazhnikov a39f434925 Update to 0.4.4
PR:		ports/156060
Submitted by:	Gvozdikov Veniamin (maintainer)
2011-04-10 19:57:31 +00:00
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Sylvio Cesar Teixeira 6bd9d52ec1 - Update to 0.4.3
PR:		ports/148920
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
2010-07-27 11:47:16 +00:00
Max Brazhnikov 626ffddb03 Update to 0.4.2
PR:		ports/148731
Submitted by:	Gvozdikov Veniamin (maintainer)
2010-07-18 21:39:37 +00:00
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke 89e1f8fefc - Update to 0.4.1
PR:		143977
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
Feature safe:	yes
2010-02-25 14:18:07 +00:00
Martin Wilke 56baf8d0ab - Update to 0.4.0
PR:		143528
Submitted by:	zloidemon <g.veniamin@googlemail.com>
2010-02-08 15:09:59 +00:00
Martin Wilke 0521ad8204 When I migrated from XFCE, I could not find a program simular to
xfce4-Notes-plugin, so I created this program.

WWW:	http://znotes.sourceforge.net/

PR:		ports/142930
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-01-31 13:17:15 +00:00