Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Apr 2022 09:12:22 1.1.0
|
Jesper Schmitz Mouridsen (jsm)  |
graphics/lximage-qt: Update to 1.1.0 |
10 Nov 2021 18:25:29 1.0.0
|
Jesper Schmitz Mouridsen (jsm)  |
graphics/lximage-qt: Update to 1.0.0 |
08 May 2021 16:51:59 0.17.0
|
Jesper Schmitz Mouridsen (jsm)  |
graphics/lximage-qt: Update to 0.17.0
- Deprecate lximage-qt as a screenshot tool
PR: 254420 |
06 Apr 2021 14:31:07 0.16.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Nov 2020 12:05:42
0.16.0
|
jsm  |
graphics/lximage-qt Update to 0.16.0 |
20 Jun 2020 08:30:47
0.15.0
|
jsm  |
Upgrade to 0.15.0
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D24708 |
30 Dec 2019 15:20:28
0.14.1
|
jsm  |
Update LXQt to 0.14.1
Update devel/libqtxdg to 3.4.0
Update x11/lxqt-globalkeys to 0.14.3
Official announcement https://forum.lxqt.org/t/release-lxqt-0-14-1/648
PR: 239427
Approved by: swills (mentor) mbeis@xs4all.nl (maintainer)
Differential Revision: https://reviews.freebsd.org/D21056 |
05 Nov 2019 22:16:15
0.14.0_1
|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Jul 2019 20:46:57
0.14.0_1
|
gerald  |
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 |
28 Mar 2019 17:59:34
0.14.0
|
jsm  |
Upgrade the LXQt desktop environment to 0.14.0
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19056 |
16 Jan 2019 11:13:45
0.7.0_3
|
tijl  |
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 (Only the first 15 lines of the commit message are shown above ) |
07 Jan 2019 15:08:08
0.7.0_2
|
rigoletto  |
x11/libfm, x11-fm/pcmanfm: update and flavorize both.
- update x11/libfm to version 1.3.1
- update x11-fm/pcmanfm to version 1.3.1
- convert both to flavors
- fix other affected ports
PR: 229944
Reviewed by: adamw, antoine, bapt
Approved by: mat (portmgr, mentor), tcberner (mentor), jsm (maintainer), Chris
Hutchinson <portmaster@bsdforge.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D16387 |
25 Dec 2018 20:25:40
0.7.0_2
|
tcberner  |
Change cmake default behaviour to outsource.
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 |
12 Dec 2018 01:35:36
0.7.0_2
|
gerald  |
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 |
29 Jul 2018 22:18:46
0.7.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
09 Jul 2018 18:03:15
0.7.0
|
jsm  |
Changing maintainer email address (same maintainer, new address)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16200 |
28 Jun 2018 17:39:55
0.7.0
|
tcberner  |
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 |
22 Jun 2018 21:14:45
0.7.0
|
swills  |
graphics/lximage-qt: Update to 0.7.0
While here, pass maintainership to submitter.
PR: 228510
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> |
27 Oct 2017 15:35:28
0.6.0
|
swills  |
graphics/lximage-qt: Update to 0.6.0
PR: 223214
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
10 Sep 2017 20:55:39
0.5.1_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
0.5.1_1
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
19 Mar 2017 14:02:24
0.5.1
|
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
15 Jan 2017 12:02:29
0.5.1
|
olivierd  |
Add new mirror, it avoids to change value of MASTER_SITES in LXQt related ports |
22 Dec 2016 20:17:13
0.5.1
|
olivierd  |
Update to 0.5.1 |
23 Nov 2016 19:57:19
0.5.0_1
|
olivierd  |
Fix build (linker error) for FreeBSD >= 10 |
22 Nov 2016 05:18:20
0.5.0_1
|
olivierd  |
- Fix linker error
- Bump PORTREVISION
Reported by: pkg-fallout |
19 Nov 2016 14:58:22
0.5.0
|
olivierd  |
Add:
- lximage-qt
- lximageqt-l10n (translation files)
Qt port of LXImage, a simple and fast image viewer. It contains also
screenshot tool.
WWW: http://lxqt.org/
Obtained from: LXQt repository |