Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 May 2020 10:09:52
0.4.2_1

|
tcberner  |
science/pulseview: prepare for Qt5-5.15 |
10 May 2020 12:13:52
0.4.2_1

|
bsam  |
science/pulseview: Use buildtools, linguisttools as build dependencies.
Reported by: danfe |
01 May 2020 19:58:28
0.4.2

|
bsam  |
science/pulseview: Fix build (Qt5LinguistTools not found)
Reported by: pkg-fallout@FreeBSD.org |
26 Apr 2020 19:22:40
0.4.2

|
bsam  |
science/pulseview: Update to version 0.4.2 |
11 Dec 2019 17:53:49
0.4.1_7

|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
19 Aug 2019 15:35:28
0.4.1_6

|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
26 Jul 2019 20:46:57
0.4.1_5

|
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 |
12 Apr 2019 06:36:31
0.4.1_4

|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
16 Jan 2019 11:13:45
0.4.1_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 ) |
12 Dec 2018 01:35:36
0.4.1_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 |
12 Dec 2018 00:15:50
0.4.1_1

|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
03 Nov 2018 13:53:29
0.4.1

|
bsam  |
science/pulseview: Update to version 0.4.1
This is quite a major release with loads of new features and bugfixes.
Major new features and improvements:
* One of the most-often requested features has been implemented:
Snapping cursors to signal edges. The current implementation snaps
to edges of a specific channel if the mouse cursor is inside that
channel, and it snaps to edges of any channel otherwise. When moving
both cursors at the same time, only the left cursor will snap, while
the overall distance between the cursors stays the same (which
allows for easy measurements/comparisons).
* There's a bunch of new command-line switches such as --driver or
--dont-scan, as well as option support for --input-file, see manpage (Only the first 15 lines of the commit message are shown above ) |
09 Aug 2018 06:58:31
0.4.0_3

|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
12 Jul 2018 23:21:47
0.4.0_2

|
jbeich  |
science/pulseview: unbreak with boost 1.68 on FreeBSD 10.*
After https://github.com/boostorg/multiprecision/commit/3cedeeab3048
building with Clang 3.4.1 fails like the following:
In file included from pv/views/trace/view.cpp:26:
In file included from /usr/include/c++/v1/algorithm:628:
In file included from /usr/include/c++/v1/memory:607:
/usr/include/c++/v1/tuple:187:73: error: reference to type 'const
boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24,
int, void>, 0>' requires an initializer
_NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : value()
^
/usr/include/c++/v1/type_traits:2359:44: note: in instantiation of member
function 'std::__1::__tuple_leaf<1, const
boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24,
int, void>, 0> &, false>::__tuple_leaf' requested here
typename __select_2nd<decltype(_VSTD::move(_Tp(_VSTD::declval<_Args>()...))),
true_type>::type
^
/usr/include/c++/v1/type_traits:2360:1: note: while substituting deduced
template arguments into function template '__is_constructible_test' [with _Tp =
std::__1::__tuple_leaf<1, const
boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24,
int, void>, 0> &, false>, _Args = <>] (Only the first 15 lines of the commit message are shown above ) |
28 Jun 2018 17:39:55
0.4.0_2

|
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 |
18 Apr 2018 13:57:43
0.4.0_2

|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
18 Jan 2018 04:11:03
0.4.0_1

|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
16 Jan 2018 15:12:28
0.4.0

|
bsam  |
Switch pkg-pist WWW: label to apropriate HTTPS addresses. |
11 Oct 2017 21:50:30
0.4.0

|
bsam  |
science/pulseview: Update to version 0.4.0, switch to QT5. |
25 Sep 2017 00:08:17
0.2.0_7

|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
0.2.0_6

|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
02 May 2017 06:48:11
0.2.0_5

|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
06 Jan 2017 08:45:04
0.2.0_4

|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
11 Dec 2016 17:40:02
0.2.0_3

|
antoine  |
Those ports build fine with bsd make |
23 Nov 2016 12:45:47
0.2.0_3

|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
09 Oct 2016 21:25:24
0.2.0_2

|
bsam  |
Take maintainership.
Approved by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) |
01 Apr 2016 14:25:18
0.2.0_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
28 Aug 2015 10:48:42
0.2.0_2

|
makc  |
- Bump PORTREVISION after libzip update |
18 Aug 2015 20:02:41
0.2.0_1

|
pgollucci  |
science/pulseview: disable Werror, add LICENSE_FILE
- Disable -Werror (should unbreak build on 11-CURRENT).
- Add LICENSE_FILE.
- Replace .000000000 +0000 in patch headers with UTC (make makepatch).
PR: 202126
Submitted by: s3erios@gmail.com
Approved by: uffe@uffe.org |
03 Aug 2014 16:16:22
0.2.0_1

|
marino  |
science/pulseview: Remove unnecessary RUN_DEPENDS
Suggested by: makc
PR: 179854 |
31 Jul 2014 23:22:42
0.2.0

|
marino  |
Add new port: science/pulseview
PR: 179854
Submitted by: uffe (uffe.org)
Major QA: marino
==================================================================
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers, hygrometers,
anemometers, light meters, DAQs, dataloggers, function generators,
spectrum analyzers, power supplies, GPIB interfaces, and more.
WWW: http://sigrok.org/ |