Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.0 22 Feb 2024 08:14:00 |
Loïc Bartoletti (lbartoletti) |
x11-toolkits/qwt6: Update to 6.2.0 and flavorize it
- Update to 6.2.0
- Flavorize Qt
- Delete patches fixed/applied upstream
- Update ports with qwt6@qt5
PR: 265069
Reported by: yuri |
6.1.6_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.1.6_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.1.6_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
6.1.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.1.6 15 Jan 2021 14:03:14 |
lbartoletti |
x11-toolkits/qwt6: Update to 6.1.6
- QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
- QwtPointPolar: missing copy constructor added |
6.1.5 30 Jul 2020 07:15:49 |
lbartoletti |
x11-toolkits/qwt6: Update to 6.1.5
- Update to 6.1.5
- Remove patch fixed upstream
Approved by: tcberner (implicit)
Differential Revision: https://reviews.freebsd.org/D25851 |
6.1.4_2 01 Jun 2020 06:36:21 |
lbartoletti |
x11-toolkits/qwt6: prepare for Qt5-5.15
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25064 |
6.1.4_2 14 Jan 2020 21:45:15 |
lbartoletti |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
6.1.4_2 26 Jul 2019 20:46:57 |
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 |
6.1.4_1 16 Mar 2019 20:48:16 |
tcberner |
x11-toolkits/qwt6: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
6.1.4 27 Jan 2019 08:40:08 |
pi |
x11-toolkits/qwt6: unbreak build for FLAVOR=qt4
PR: 234677
Reported by: jbeich |
6.1.4 25 Jan 2019 22:09:19 |
pi |
x11-toolkits/qwt6: update 6.1.3 -> 6.1.4
PR: 234677
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Relnotes: https://sourceforge.net/p/qwt/code/HEAD/tree/tags/qwt-6.1.4/CHANGES-6.1 |
6.1.3_6 16 Jan 2019 11:13:45 |
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 ) |
6.1.3_5 16 Dec 2018 16:49:17 |
rene |
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 |
6.1.3_5 12 Dec 2018 01:35:36 |
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 |
6.1.3_4 02 Dec 2018 15:41:48 |
rene |
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 |
6.1.3_3 28 Oct 2018 13:01:30 |
linimon |
Fix build with GCC-based architectures.
PR: 232400
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
6.1.3_3 14 Jul 2018 09:10:54 |
yuri |
x11-toolkits/qwt6: Fix USE_LDCONFIG location
It installs libraries into ${PREFIX}/${QT_LIBDIR_REL}
Approved by: portmgr |
6.1.3_2 28 Jun 2018 17:39:55 |
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 |
6.1.3_2 26 Apr 2018 20:12:25 |
tcberner |
Fix x11-toolkits/qwt6's doc dirs
Unfortunately, when flavorizing, we overlooked the dropping of DOCSDIR, which
made
qwt6 conflict with qwt5.
PR: 227790
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Reported by: Rainer Hurling <rhurlin@gwdg.de> |
6.1.3_1 25 Apr 2018 17:11:22 |
tcberner |
x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variants
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14462 |
6.1.3 07 Oct 2017 12:14:30 |
vanilla |
Update to 6.1.3.
PR: 219640
Submitted by: pfg@ |
6.1.0_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
6.1.0_1 17 Jan 2017 12:41:40 |
amdmi3 |
- Add missing depends
- Cosmetic fixes |
6.1.0_1 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
6.1.0_1 25 Aug 2015 10:01:20 |
makc |
x11-toolkits/qwt5 and qwt6:
- Convert to new options helpers
- Remove now needless manual stripping |
6.1.0_1 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
6.1.0_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
6.1.0 12 May 2014 10:53:42 |
makc |
Convert my ports to USES=tar |
6.1.0 21 Nov 2013 15:41:06 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix |
6.1.0 09 Oct 2013 10:08:05 |
makc |
- Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax |
6.1.0 07 Oct 2013 12:26:54 |
makc |
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers |
6.1.0 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
6.1.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.1.0 14 Jul 2013 15:27:06 |
makc |
Update to 6.1.0 |
6.0.2 12 May 2013 11:48:50 |
makc |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert
r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion:
http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html |
6.0.2 15 Dec 2012 13:50:08 |
makc |
- Update to 6.0.2
- Strip Makefile header
- Replace some patches with sed
- Fix indentation in WWW
- Utilize PORTDOCS in order to reduce plist shaking on updates |
6.0.1_1 27 Jul 2012 11:03:39 |
makc |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
6.0.1_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
6.0.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.0.1 21 Aug 2011 20:08:30 |
makc |
Add missing dependency on qt4-xml |
6.0.1 19 Aug 2011 16:59:10 |
makc |
Update version in description |
6.0.1 19 Aug 2011 16:53:36 |
makc |
Update to 6.0.1 |
5.2.2 19 Aug 2011 16:49:45 |
makc |
Forced commit to note repocopy from qwt5 to qwt6 |