Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Feb 2021 15:46:37
2.0.8.20210124

|
makc  |
science/kst2:
- Add support for HDF5 v1.12
- while here replace sed with patch
PR: 251894 |
14 Feb 2021 10:10:28
2.0.8.20210124

|
makc  |
science/kst2:
- Switch from GitHub to the primary source repo (KDE invent) [1]
and update to 2021.01.24 snapshot. The project development is stalled,
therefore no changes in this update except translations.
- Drop stale patches.
- Amend description and WWW.
- Install man page to the default path.
Suggested by: adridg [1] |
26 Jan 2021 14:00:17
2.0.8.20190325_5

|
sunpoet  |
Bump PORTREVISION for astro/cfitsio shlib change |
26 Sep 2020 16:30:14
2.0.8.20190325_4

|
makc  |
Force to rebuild after math/matio update |
18 May 2020 16:42:26
2.0.8.20190325_3

|
tcberner  |
science/kst2: prepare for Qt5-5.15 |
25 Oct 2019 23:41:34
2.0.8.20190325_3

|
tcberner  |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
27 Jul 2019 11:53:22
2.0.8.20190325_2

|
sunpoet  |
Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
26 Jul 2019 20:46:57
2.0.8.20190325_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 |
21 Apr 2019 20:53:50
2.0.8.20190325

|
makc  |
science/kst2:
- Update to 2019.03.25 snapshot
- Download tarball from the official KDE repo on Github
- Remove kde from CATEGORIES: kst is pure Qt app
- Add option for HDF5 data files support
- Enable all options by default |
06 Apr 2019 16:46:18
2.0.8.20181123_5

|
makc  |
- bump PORTREVISION after math/matio update |
16 Mar 2019 17:54:46
2.0.8.20181123_4

|
tcberner  |
science/kst2: remove QT4/QT5 options (Qt4 deprecation)
Approved by: portmgr (implicit) |
02 Mar 2019 17:45:58
2.0.8.20181123_3

|
sunpoet  |
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md |
16 Jan 2019 11:13:45
2.0.8.20181123_2

|
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 ) |
25 Dec 2018 20:25:40
2.0.8.20181123_1

|
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
2.0.8.20181123_1

|
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 |
02 Dec 2018 15:41:48
2.0.8.20181123

|
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 |
02 Dec 2018 12:52:58
2.0.8.20181123

|
linimon  |
USES=compiler:c++11-lang is necessary to fix build on GCC-based
architectures.
PR: 233615
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
28 Nov 2018 12:40:23
2.0.8.20181123

|
makc  |
science/kst2:
- Update to 2018.11.23 snapshot
- Add LICENSE
- Pass additional args to cmake instead of patching CMakeLists.txt |
31 Aug 2018 08:57:18
2.0.8.20180405_1

|
jhale  |
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream (partly) |
28 Jun 2018 17:39:55
2.0.8.20180405_1

|
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 |
23 Jun 2018 08:27:14
2.0.8.20180405_1

|
tcberner  |
Update math/gsl to 2.5
PR: 229067 |
07 Apr 2018 18:49:02
2.0.8.20180405

|
makc  |
Add explicit dependence on Qt components |
07 Apr 2018 16:40:02
2.0.8.20180405

|
makc  |
science/kst2:
- Switch to GITHUB and update to 2018.04.05 snapshot
- Remove stale patch
- Build Qt 5 version by default
- Take maintainership |
21 Oct 2017 20:18:16
2.0.8_3

|
sunpoet  |
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases |
03 Jul 2017 20:38:12
2.0.8_2

|
tcberner  |
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408 |
02 May 2017 05:26:40
2.0.8_1

|
tcberner  |
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522 |
20 Oct 2016 15:58:13
2.0.8

|
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. |
23 May 2016 18:36:52
2.0.8

|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
2.0.8

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Aug 2015 10:03:09
2.0.8

|
makc  |
Convert my ports to new options helpers |
24 Feb 2015 21:46:29
2.0.8

|
makc  |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping |
13 Nov 2014 14:26:55
2.0.8

|
makc  |
science/kst2:
- NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested.
PR: 194936
Reported by: nwhitehorn |
07 Nov 2014 11:42:31
2.0.8

|
makc  |
science/kst2:
- Update to 2.0.8
- Remove now needless patches
- Add option for building with Qt 5 |
10 Sep 2014 20:50:37
2.0.6_7

|
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) |
17 Aug 2014 13:09:56
2.0.6_6

|
tijl  |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port) |
04 May 2014 15:37:11
2.0.6_5

|
sunpoet  |
- Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
03 May 2014 03:17:19
2.0.6_4

|
sunpoet  |
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1] |
28 Mar 2014 09:23:09
2.0.6_3

|
makc  |
graphics/vips and the rest:
- bump PORTREVISION after math/matio update
math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz
Approved by: Fernando Apesteguia (maintainer)
math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)
science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig |
05 Feb 2014 20:02:34
2.0.6_2

|
sunpoet  |
- Bump PORTREVISION for astro/cfitsio shlib change
- While I'm here, convert to new LIB_DEPENDS format
PR: ports/185951
Submitted by: Florian Degner <f.degner@gmx.de> |
09 Dec 2013 15:08:42
2.0.6_1

|
makc  |
Add patches to fix build on 10 and head |
23 Oct 2013 13:08:42
2.0.6_1

|
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
22 Oct 2013 14:01:39
2.0.6_1

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
07 Oct 2013 12:26:54
2.0.6_1

|
makc  |
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers |
20 Sep 2013 22:48:31
2.0.6_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
26 Aug 2013 16:06:38
2.0.6_1

|
bf  |
Update math/gsl to 1.16 and adjust some dependent ports |
14 Aug 2013 22:35:54
2.0.6

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
2.0.6

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
11 Oct 2012 11:25:19
2.0.6

|
makc  |
Update to 2.0.6
Add optional support for Matlab files via math/matio
Trip Makefile header
Feature safe: yes |
27 Jul 2012 11:03:39
2.0.5_1
|
makc  |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
06 Jun 2012 06:44:38
2.0.5_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
2.0.5_1
|
dinoex  |
- update png to 1.5.10 |
13 May 2012 17:36:50
2.0.5
|
makc  |
Update to 2.0.5 |
31 Oct 2011 14:06:05
2.0.4
|
makc  |
Add patch from upstream to fix build on i386
Reported by: erwin/pointyhat |
20 Oct 2011 14:32:54
2.0.4
|
makc  |
Update to 2.0.4 |
09 May 2011 16:42:28
2.0.3_1
|
bf  |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
10 Apr 2011 08:48:14
2.0.3
|
makc  |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles |
08 Apr 2011 19:26:19
2.0.3
|
makc  |
- Kst is broken with undefined CMAKE_BUILD_TYPE. Set CMAKE_BUILD_TYPE to
Release, until a proper fix will be committed to bsd.cmake.mk
- Enable MAKE_JOBS_SAFE again
Reported by: pointyhat |
03 Apr 2011 20:39:59
2.0.3
|
makc  |
Unset MAKE_JOBS_SAFE to figure out why the port fails on pointyhat |
30 Mar 2011 21:20:14
2.0.3
|
makc  |
Update to 2.0.3 |
05 Jan 2011 06:58:15
2.0.2_2
|
wen  |
- Bump PORTREVISION to chase the update of astro/cfitsio |
23 Nov 2010 21:43:37
2.0.2_1
|
makc  |
Tarball was rerolled to update version string.
Bump PORTREVISION
Reported by: QAT, pointyhat |
21 Nov 2010 20:33:19
2.0.2
|
makc  |
Update to 2.0.2 |
23 Aug 2010 18:13:56
2.0.0
|
makc  |
Update to 2.0.0 - the first release based on Qt4.
It still lacks scripting support and backward compatibility with kst 1.x series. |
23 Aug 2010 18:11:11
2.0.0
|
makc  |
Forced commit to note repocopy from science/kst to science/kst2 |