non port: math/qtiplot/Makefile |
Number of commits found: 91 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Sunday, 2 Dec 2018
|
15:41 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
 |
Saturday, 24 Nov 2018
|
19:59 linimon
Add compiler:c++11-lang to USES to fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket)
 |
Thursday, 22 Nov 2018
|
20:18 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
 |
Thursday, 28 Jun 2018
|
17:39 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
 |
Saturday, 23 Jun 2018
|
08:27 tcberner
Update math/gsl to 2.5
PR: 229067
 |
Monday, 14 May 2018
|
21:55 makc
math/qtiplot:
- Add patches to fix build with clang6
- Remove DEBUG option and related bits: USES=qmake does the job nowadays
 |
Thursday, 5 Apr 2018
|
14:26 makc
math/qtiplot:
- Add patch from Debian to fix issue with muparser scripting
- Fix runtime problem with Python scripting support
- Bump PORTREVISION
- Take maintainership
 |
Sunday, 10 Dec 2017
|
20:48 antoine
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
 |
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Tuesday, 31 Oct 2017
|
14:51 olgeni
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
 |
Monday, 3 Jul 2017
|
20:38 tcberner
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408
 |
Tuesday, 23 May 2017
|
05:03 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
 |
Tuesday, 2 May 2017
|
05:26 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
 |
Thursday, 20 Oct 2016
|
15:58 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.
 |
Tuesday, 14 Jun 2016
|
18:18 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)
 |
Saturday, 4 Jun 2016
|
17:19 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
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 25 Aug 2015
|
10:03 makc
Convert my ports to new options helpers
 |
Friday, 6 Mar 2015
|
17:38 makc
math/qtiplot:
- Bump PORTREVISION after devel/py-sip update
 |
Tuesday, 24 Feb 2015
|
21:46 makc
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
 |
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
 |
Tuesday, 21 Oct 2014
|
16:54 mva
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Sunday, 17 Aug 2014
|
13:09 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)
 |
Monday, 7 Jul 2014
|
02:43 nivit
- Chase math/muparser change from static to dynamic library
 |
Monday, 12 May 2014
|
10:53 makc
Convert my ports to USES=tar
 |
Monday, 3 Feb 2014
|
07:35 makc
math/qtiplot: fix typo and bump PORTREVISION to force repackage
 |
Thursday, 23 Jan 2014
|
08:44 makc
Install icon to share/pixmaps
 |
Thursday, 21 Nov 2013
|
15:41 makc
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
 |
Wednesday, 9 Oct 2013
|
10:08 makc
- Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
 |
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
 |
Monday, 26 Aug 2013
|
16:06 bf
Update math/gsl to 1.16 and adjust some dependent ports
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Sunday, 12 May 2013
|
11:48 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
 |
Monday, 25 Mar 2013
|
13:59 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
 |
Sunday, 3 Feb 2013
|
18:16 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
 |
Wednesday, 23 Jan 2013
|
15:00 makc
Bump PORTREVISION after DESKTOP_ENTRIES update
 |
Monday, 7 Jan 2013
|
02:07 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
 |
Friday, 27 Jul 2012
|
11:03 makc
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 25 May 2012
|
01:50 makc
Chase PyQT update
 |
Monday, 16 Apr 2012
|
22:33 makc
Fix build with upcoming Qt 4.8
 |
Tuesday, 8 Nov 2011
|
21:37 makc
Update to 0.9.8.9
 |
Thursday, 20 Oct 2011
|
14:32 makc
Update to 0.9.8.8
 |
Sunday, 10 Jul 2011
|
10:37 makc
Update to 0.9.8.6
 |
Monday, 9 May 2011
|
16:42 bf
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
 |
Monday, 21 Mar 2011
|
21:13 makc
Update to 0.9.8.5
 |
Monday, 5 Jul 2010
|
20:14 makc
Update to 0.9.8
Sort plist
Feature safe: yes
 |
Monday, 29 Mar 2010
|
01:12 wen
- Bump PORTREVISION to chase the update of math/gsl
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 12 Mar 2010
|
19:53 makc
Update to 0.9.7.12
 |
Saturday, 30 Jan 2010
|
14: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.
 |
Wednesday, 6 Jan 2010
|
21:07 makc
Update to 0.9.7.11
 |
Tuesday, 1 Dec 2009
|
20:33 makc
Chase math/gsl update,
bump PORTREVISION
 |
Thursday, 6 Aug 2009
|
18:30 makc
disable python support (broken after PyQt update)
 |
Tuesday, 28 Jul 2009
|
11:45 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)
 |
Sunday, 5 Apr 2009
|
18:47 makc
Update to 0.9.7.6
 |
Sunday, 29 Mar 2009
|
21:32 makc
Update to 0.9.7.5
python support is enabled by default now
mark MAKE_JOBS_SAFE
 |
Saturday, 21 Feb 2009
|
11:31 makc
Use my @FreeBSD.org email for the rest of my ports
 |
Monday, 12 Jan 2009
|
20:37 miwi
- Chase gsl shlib bump
 |
Thursday, 2 Oct 2008
|
21:15 makc
Update qtiplot to 0.9.7.2
Approved by: miwi (mentor)
 |
Wednesday, 6 Aug 2008
|
07:50 miwi
- Update to 0.9.7
PR: 126247
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
 |
Sunday, 13 Jul 2008
|
09:55 nivit
- math/muparser belongs to BUILD_DEPENDS not RUN_DEPENDS
 |
09:48 nivit
- Chase math/muparser update
- Bump PORTREVISION (math/muparser doesn't install a shared library anymore)
 |
Friday, 6 Jun 2008
|
13:44 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)
 |
Saturday, 24 May 2008
|
19:02 miwi
- Update to 0.9.6.2
PR: 123931
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
 |
Friday, 16 May 2008
|
12:27 miwi
- Update to 0.9.6
PR: 123678
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
 |
Sunday, 13 Apr 2008
|
12:47 rafan
- Update to 0.9.5
PR: ports/122661
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
 |
Wednesday, 9 Apr 2008
|
21:59 pav
- Chase gsl update
Pointy hat to: jadawin
 |
Wednesday, 2 Apr 2008
|
09:08 rafan
- Update to 0.9.4
PR: ports/122229
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
 |
Saturday, 15 Dec 2007
|
11:30 pav
- Update to 0.9.2
PR: ports/118375
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
 |
Saturday, 13 Oct 2007
|
07:51 rafan
- Install missing script when WITH_PYTHON is defined
PR: ports/117088
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
 |
Sunday, 23 Sep 2007
|
06:52 edwin
maintainer update: math/qtiplot
update to 0.9
PR: ports/116568
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
 |
Saturday, 28 Jul 2007
|
15:39 rafan
- Update to 0.9.0 RC3
PR: ports/114579
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
 |
Monday, 9 Jul 2007
|
16:02 miwi
- Fix build with python
PR: 114338
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
 |
Friday, 29 Jun 2007
|
05:46 ijliao
chase math/gsl lib version
 |
Friday, 15 Jun 2007
|
09:46 miwi
- Update to 0.9-rc2
PR: 113251
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Sunday, 11 Feb 2007
|
11:49 miwi
- Update to 0.8.9
PR: 109030
Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
 |
Tuesday, 12 Dec 2006
|
13:01 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)
 |
Monday, 25 Sep 2006
|
18:58 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)
 |
Sunday, 10 Sep 2006
|
08:05 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)
 |
Tuesday, 5 Sep 2006
|
07:25 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
 |
Monday, 7 Aug 2006
|
22:25 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)
 |
Saturday, 6 May 2006
|
01:28 mnag
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
 |
Friday, 29 Jul 2005
|
17:19 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)
 |
Thursday, 30 Jun 2005
|
22:02 thierry
Upgrade to 0.6.2.2.
PR: 82792
Submitted by: maintainer
 |
Saturday, 14 May 2005
|
10:09 jylefort
Add qtiplot.
The purpose of QtiPlot was to develop a free, platform independent clone of
Origin. The result is still far away from its model, but there's a "wish to"
list that is being constantly worked on.
Features:
* Neat 2D and 3D data plotting
* ASCII-Import
* Spreadsheet and calculations in column-logic
* Great non-linear y=f(x) curve fitting and estimation of statistical
errors of the fit-parameters
WWW: http://soft.proindependent.com/qtiplot.html
PR: ports/80849
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
 |
Number of commits found: 91 |