Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.8.9_17 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
0.9.8.9_17 20 Dec 2018 08:47:19 |
makc |
math/qtiplot:
- Add patched to fix build with Clang 7 |
0.9.8.9_17 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 |
0.9.8.9_16 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 |
0.9.8.9_16 24 Nov 2018 19:59:30 |
linimon |
Add compiler:c++11-lang to USES to fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket) |
0.9.8.9_16 22 Nov 2018 20:18:37 |
tcberner |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
0.9.8.9_15 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 |
0.9.8.9_15 23 Jun 2018 08:27:14 |
tcberner |
Update math/gsl to 2.5
PR: 229067 |
0.9.8.9_14 14 May 2018 21:55:09 |
makc |
math/qtiplot:
- Add patches to fix build with clang6
- Remove DEBUG option and related bits: USES=qmake does the job nowadays |
0.9.8.9_14 05 Apr 2018 14:26:34 |
makc |
math/qtiplot:
- Add patch from Debian to fix issue with muparser scripting
- Fix runtime problem with Python scripting support
- Bump PORTREVISION
- Take maintainership |
0.9.8.9_13 02 Jan 2018 12:52:22 |
rakuco |
Add a patch to fix the build with newer versions of SIP.
We're currently testing an update to SIP 4.19.6, but it breaks qtiplot's build.
This patch, obtained via Debian and Gentoo, allows the port to build with both
SIP 4.19.2 (currently in the tree) as well as 4.19.6.
In the future, we might look into disabling Python scripting support: it tends
to break with almost every SIP update, and upstream has stopped releasing the
source code for newer qtiplot releases.
PR: 224739
Obtained
from: https://anonscm.debian.org/git/debian-science/packages/qtiplot.git/tree/debian/patches/20_fix_FTBFS_sip4.19.patch
Obtained from: https://bugs.gentoo.org/641514#c2 |
0.9.8.9_13 10 Dec 2017 20:48:46 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
0.9.8.9_13 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.9.8.9_13 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.9.8.9_13 03 Jul 2017 20:38:12 |
tcberner |
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408 |
0.9.8.9_12 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 |
0.9.8.9_11 02 May 2017 05:26:40 |
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 |
0.9.8.9_10 30 Apr 2017 10:07:23 |
tcberner |
Update py-sip to 4.19.2, py-qt4 to 4.12 and py-qt5 to 5.7.1
* This is mostly based on the work by Adriaan de Groot <groot@kde.org> in our
development repo.
PR: 217305
PR: 218539
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D9771 |
0.9.8.9_10 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. |
0.9.8.9_10 14 Jun 2016 18:18:54 |
pi |
devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build
for those ports, unbreak:
science/veusz
math/qtiplot
emulators/swine
devel/ninja-ide
PR: 210045
Reported by: antoine
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) |
0.9.8.9_10 04 Jun 2016 17:19:50 |
antoine |
Mark BROKEN: fails to build
src/scripting/PythonScripting.cpp:61:10: fatal error: 'sipAPIqti.h' file not
found
#include "sipAPIqti.h"
^
Reported by: pkg-fallout |
0.9.8.9_10 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.8.9_10 25 Aug 2015 10:03:09 |
makc |
Convert my ports to new options helpers |
0.9.8.9_10 06 Mar 2015 17:38:52 |
makc |
math/qtiplot:
- Bump PORTREVISION after devel/py-sip update |
0.9.8.9_9 24 Feb 2015 21:46:29 |
makc |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping |
0.9.8.9_9 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.9.8.9_8 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.9.8.9_8 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
0.9.8.9_8 21 Oct 2014 16:54:55 |
mva |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit) |
0.9.8.9_8 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) |
0.9.8.9_7 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.9.8.9_7 17 Aug 2014 13:09:56 |
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) |
0.9.8.9_6 07 Jul 2014 02:43:44 |
nivit |
- Chase math/muparser change from static to dynamic library |
0.9.8.9_6 12 May 2014 10:53:42 |
makc |
Convert my ports to USES=tar |
0.9.8.9_6 03 Feb 2014 07:35:34 |
makc |
math/qtiplot: fix typo and bump PORTREVISION to force repackage |
0.9.8.9_5 23 Jan 2014 08:44:18 |
makc |
Install icon to share/pixmaps |
0.9.8.9_5 21 Nov 2013 15:41:06 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix |
0.9.8.9_5 24 Oct 2013 17:27:26 |
makc |
- Remove no longer needed patch
- Add patch to fix build after sip/PyQt update |
0.9.8.9_5 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 |
0.9.8.9_5 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.9.8.9_5 26 Aug 2013 16:06:38 |
bf |
Update math/gsl to 1.16 and adjust some dependent ports |
0.9.8.9_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.9.8.9_4 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 |
0.9.8.9_4 25 Mar 2013 13:59:18 |
makc |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
already defined
- Remove OPTIONS_DEFINE, if it contains only global options |
0.9.8.9_4 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
0.9.8.9_3 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
0.9.8.9_2 07 Jan 2013 02:07:27 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
0.9.8.9_2 27 Jul 2012 11:03:39 |
makc |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
0.9.8.9_2 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) |
0.9.8.9_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.8.9_1 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
0.9.8.9 16 Apr 2012 22:33:00 |
makc |
Fix build with upcoming Qt 4.8 |
0.9.8.9 08 Nov 2011 21:37:17 |
makc |
Update to 0.9.8.9 |
0.9.8.8 20 Oct 2011 14:32:04 |
makc |
Update to 0.9.8.8 |
0.9.8.6 10 Jul 2011 10:37:13 |
makc |
Update to 0.9.8.6 |
0.9.8.5_1 09 May 2011 16:42:28 |
bf |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
0.9.8.5 21 Mar 2011 21:13:03 |
makc |
Update to 0.9.8.5 |
0.9.8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9.8 05 Jul 2010 20:14:56 |
makc |
Update to 0.9.8
Sort plist
Feature safe: yes |
0.9.7.12_2 29 Mar 2010 01:12:27 |
wen |
- Bump PORTREVISION to chase the update of math/gsl |
0.9.7.12_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.9.7.12 12 Mar 2010 19:53:20 |
makc |
Update to 0.9.7.12 |
0.9.7.11_1 30 Jan 2010 14:27:27 |
fluffy |
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters. |
0.9.7.11 06 Jan 2010 21:07:58 |
makc |
Update to 0.9.7.11 |
0.9.7.6_2 01 Dec 2009 20:33:45 |
makc |
Chase math/gsl update,
bump PORTREVISION |
0.9.7.6_1 06 Aug 2009 18:30:49 |
makc |
disable python support (broken after PyQt update) |
0.9.7.6 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
0.9.7.6 05 Apr 2009 18:47:44 |
makc |
Update to 0.9.7.6 |
0.9.7.5 29 Mar 2009 21:32:04 |
makc |
Update to 0.9.7.5
python support is enabled by default now
mark MAKE_JOBS_SAFE |
0.9.7.2_1 21 Feb 2009 11:31:28 |
makc |
Use my @FreeBSD.org email for the rest of my ports |
0.9.7.2_1 12 Jan 2009 20:37:24 |
miwi |
- Chase gsl shlib bump |
0.9.7.2 02 Oct 2008 21:15:41 |
makc |
Update qtiplot to 0.9.7.2
Approved by: miwi (mentor) |
0.9.7 06 Aug 2008 07:50:41 |
miwi |
- Update to 0.9.7
PR: 126247
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.9.6.2_2 13 Jul 2008 09:55:30 |
nivit |
- math/muparser belongs to BUILD_DEPENDS not RUN_DEPENDS |
0.9.6.2_2 13 Jul 2008 09:48:30 |
nivit |
- Chase math/muparser update
- Bump PORTREVISION (math/muparser doesn't install a shared library anymore) |
0.9.6.2_1 06 Jun 2008 13:44:06 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.6.2 24 May 2008 19:02:39 |
miwi |
- Update to 0.9.6.2
PR: 123931
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.9.6 16 May 2008 12:27:33 |
miwi |
- Update to 0.9.6
PR: 123678
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
0.9.5 13 Apr 2008 12:47:23 |
rafan |
- Update to 0.9.5
PR: ports/122661
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) |
0.9.4_1 09 Apr 2008 21:59:40 |
pav |
- Chase gsl update
Pointy hat to: jadawin |
0.9.4 02 Apr 2008 09:08:17 |
rafan |
- Update to 0.9.4
PR: ports/122229
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) |
0.9.2 15 Dec 2007 11:30:39 |
pav |
- Update to 0.9.2
PR: ports/118375
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.9 13 Oct 2007 07:51:42 |
rafan |
- Install missing script when WITH_PYTHON is defined
PR: ports/117088
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) |
0.9 23 Sep 2007 06:52:28 |
edwin |
maintainer update: math/qtiplot
update to 0.9
PR: ports/116568
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
0.9.r3 28 Jul 2007 15:39:32 |
rafan |
- Update to 0.9.0 RC3
PR: ports/114579
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) |
0.9.r2_1 09 Jul 2007 16:02:57 |
miwi |
- Fix build with python
PR: 114338
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.9.r2_1 29 Jun 2007 05:46:43 |
ijliao |
chase math/gsl lib version |
0.9.r2 15 Jun 2007 09:46:44 |
miwi |
- Update to 0.9-rc2
PR: 113251
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.8.9_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.9 11 Feb 2007 11:50:19 |
miwi |
- Add patch (forget in last commit) |
0.8.9 11 Feb 2007 11:49:16 |
miwi |
- Update to 0.8.9
PR: 109030
Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer) |
0.8.9.r2 12 Dec 2006 13:01:43 |
nivit |
- Updated to 0.8.9.r2
- Removed files/patch-qtiplot_src_application.cpp
PR: 106535
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: alexbl (mentor) |
0.8.7.3 25 Sep 2006 18:58:02 |
alepulver |
- Update QtiPlot to 0.8.7.3 (bug fixing release).
- Add missing run-time dependency on x11-toolkits/py-qt.
PR: ports/103457
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.8.7.2 10 Sep 2006 08:05:26 |
itetcu |
- Update qtiplot from 0.8.6.2 to 0.8.7.2.
- Added support for evaluating mathematical expressions and executing scripts
using the Python.
- Added translation for French, German, Russian, Spanish, Swedish.
PR: ports/103050
Submitted by: Max Brazhnikov (maintainer) |
0.8.6.2 05 Sep 2006 07:25:59 |
barner |
- Update to 0.8.6.2
- Remove dependence on qwt4 - now qtiplot statically linked to qwt5
(shipped with port).
- Add dependence on liborigin.
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
PR: ports/102816 |
0.8.5 07 Aug 2006 22:25:07 |
shaun |
- Update to 0.8.5.
- Pass maintainership to submitter.
PR: ports/99248
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> (former maintainer) |
0.6.4_1 06 May 2006 01:28:22 |
mnag |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1) |
0.6.4 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.4 29 Jul 2005 17:19:39 |
thierry |
Update to 0.6.4. This also fix the problem with fetching the distfile of
0.6.2-2 version.
PR: 84310
Submitted by: Jie Gao (maintainer) |
0.6.2.2 30 Jun 2005 22:02:13 |
thierry |
Upgrade to 0.6.2.2.
PR: 82792
Submitted by: maintainer |