notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: math/qtiplot/Makefile

Number of commits found: 91

Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
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
Original commitRevision:486467 
Saturday, 24 Nov 2018
19:59 linimon search for other commits by this committer
Add compiler:c++11-lang to USES to fix build on gcc-based archs.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:485789 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
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
Original commitRevision:485614 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Saturday, 23 Jun 2018
08:27 tcberner search for other commits by this committer
Update math/gsl to 2.5

PR:		229067
Original commitRevision:473116 
Monday, 14 May 2018
21:55 makc search for other commits by this committer
math/qtiplot:
- Add patches to fix build with clang6
- Remove DEBUG option and related bits: USES=qmake does the job nowadays
Original commitRevision:469977 
Thursday, 5 Apr 2018
14:26 makc search for other commits by this committer
math/qtiplot:
- Add patch from Debian to fix issue with muparser scripting
- Fix runtime problem with Python scripting support
- Bump PORTREVISION
- Take maintainership
Original commitRevision:466565 
Sunday, 10 Dec 2017
20:48 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:455913 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Tuesday, 31 Oct 2017
14:51 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Original commitRevision:453238 
Monday, 3 Jul 2017
20:38 tcberner search for other commits by this committer
Update math/gsl to 2.4

Exp-Run by:	antoine
PR:		220408
Original commitRevision:444988 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Tuesday, 2 May 2017
05:26 tcberner search for other commits by this committer
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
Original commitRevision:439928 
Thursday, 20 Oct 2016
15:58 rakuco search for other commits by this committer
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.
Original commitRevision:424339 
Tuesday, 14 Jun 2016
18:18 pi search for other commits by this committer
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)
Original commitRevision:416904 
Saturday, 4 Jun 2016
17:19 antoine search for other commits by this committer
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
Original commitRevision:416369 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 25 Aug 2015
10:03 makc search for other commits by this committer
Convert my ports to new options helpers
Original commitRevision:395231 
Friday, 6 Mar 2015
17:38 makc search for other commits by this committer
math/qtiplot:
- Bump PORTREVISION after devel/py-sip update
Original commitRevision:380616 
Tuesday, 24 Feb 2015
21:46 makc search for other commits by this committer
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Original commitRevision:379845 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Tuesday, 21 Oct 2014
16:54 mva search for other commits by this committer
- Convert ports of math/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371328 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Sunday, 17 Aug 2014
13:09 tijl search for other commits by this committer
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
Original commitRevision:365182 
Monday, 7 Jul 2014
02:43 nivit search for other commits by this committer
- Chase math/muparser change from static to dynamic library
Original commitRevision:361019 
Monday, 12 May 2014
10:53 makc search for other commits by this committer
Convert my ports to USES=tar
Original commitRevision:353800 
Monday, 3 Feb 2014
07:35 makc search for other commits by this committer
math/qtiplot: fix typo and bump PORTREVISION to force repackage
Original commitRevision:342388 
Thursday, 23 Jan 2014
08:44 makc search for other commits by this committer
Install icon to share/pixmaps
Original commitRevision:340811 
Thursday, 21 Nov 2013
15:41 makc search for other commits by this committer
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Original commitRevision:334497 
Wednesday, 9 Oct 2013
10:08 makc search for other commits by this committer
- Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
Original commitRevision:329880 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Monday, 26 Aug 2013
16:06 bf search for other commits by this committer
Update math/gsl to 1.16 and adjust some dependent ports
Original commitRevision:325401 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 12 May 2013
11:48 makc search for other commits by this committer
- 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
Original commitRevision:317947 
Monday, 25 Mar 2013
13:59 makc search for other commits by this committer
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
  already defined
- Remove OPTIONS_DEFINE, if it contains only global options
Original commitRevision:315222 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
Monday, 7 Jan 2013
02:07 makc search for other commits by this committer
- 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
Original commitRevision:310020 
Friday, 27 Jul 2012
11:03 makc search for other commits by this committer
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Monday, 16 Apr 2012
22:33 makc search for other commits by this committer
Fix build with upcoming Qt 4.8
Original commit
Tuesday, 8 Nov 2011
21:37 makc search for other commits by this committer
Update to 0.9.8.9
Original commit
Thursday, 20 Oct 2011
14:32 makc search for other commits by this committer
Update to 0.9.8.8
Original commit
Sunday, 10 Jul 2011
10:37 makc search for other commits by this committer
Update to 0.9.8.6
Original commit
Monday, 9 May 2011
16:42 bf search for other commits by this committer
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Original commit
Monday, 21 Mar 2011
21:13 makc search for other commits by this committer
Update to 0.9.8.5
Original commit
Monday, 5 Jul 2010
20:14 makc search for other commits by this committer
Update to 0.9.8
Sort plist

Feature safe:   yes
Original commit
Monday, 29 Mar 2010
01:12 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of math/gsl
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 12 Mar 2010
19:53 makc search for other commits by this committer
Update to 0.9.7.12
Original commit
Saturday, 30 Jan 2010
14:27 fluffy search for other commits by this committer
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.
Original commit
Wednesday, 6 Jan 2010
21:07 makc search for other commits by this committer
Update to 0.9.7.11
Original commit
Tuesday, 1 Dec 2009
20:33 makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
Original commit
Thursday, 6 Aug 2009
18:30 makc search for other commits by this committer
disable python support (broken after PyQt update)
Original commit
Tuesday, 28 Jul 2009
11:45 pav search for other commits by this committer
- 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)
Original commit
Sunday, 5 Apr 2009
18:47 makc search for other commits by this committer
Update to 0.9.7.6
Original commit
Sunday, 29 Mar 2009
21:32 makc search for other commits by this committer
Update to 0.9.7.5
python support is enabled by default now
mark MAKE_JOBS_SAFE
Original commit
Saturday, 21 Feb 2009
11:31 makc search for other commits by this committer
Use my @FreeBSD.org email for the rest of my ports
Original commit
Monday, 12 Jan 2009
20:37 miwi search for other commits by this committer
- Chase gsl shlib bump
Original commit
Thursday, 2 Oct 2008
21:15 makc search for other commits by this committer
Update qtiplot to 0.9.7.2

Approved by:    miwi (mentor)
Original commit
Wednesday, 6 Aug 2008
07:50 miwi search for other commits by this committer
- Update to 0.9.7

PR:             126247
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Original commit
Sunday, 13 Jul 2008
09:55 nivit search for other commits by this committer
- math/muparser belongs to BUILD_DEPENDS not RUN_DEPENDS
Original commit
09:48 nivit search for other commits by this committer
- Chase math/muparser update
- Bump PORTREVISION (math/muparser doesn't install a shared library anymore)
Original commit
Friday, 6 Jun 2008
13:44 edwin search for other commits by this committer
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)
Original commit
Saturday, 24 May 2008
19:02 miwi search for other commits by this committer
- Update to 0.9.6.2

PR:             123931
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Original commit
Friday, 16 May 2008
12:27 miwi search for other commits by this committer
- Update to 0.9.6

PR:             123678
Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
Original commit
Sunday, 13 Apr 2008
12:47 rafan search for other commits by this committer
- Update to 0.9.5

PR:             ports/122661
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Original commit
Wednesday, 9 Apr 2008
21:59 pav search for other commits by this committer
- Chase gsl update

Pointy hat to:  jadawin
Original commit
Wednesday, 2 Apr 2008
09:08 rafan search for other commits by this committer
- Update to 0.9.4

PR:             ports/122229
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Original commit
Saturday, 15 Dec 2007
11:30 pav search for other commits by this committer
- Update to 0.9.2

PR:             ports/118375
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Original commit
Saturday, 13 Oct 2007
07:51 rafan search for other commits by this committer
- Install missing script when WITH_PYTHON is defined

PR:             ports/117088
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Original commit
Sunday, 23 Sep 2007
06:52 edwin search for other commits by this committer
maintainer update: math/qtiplot

        update to 0.9

PR:             ports/116568
Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
Original commit
Saturday, 28 Jul 2007
15:39 rafan search for other commits by this committer
- Update to 0.9.0 RC3

PR:             ports/114579
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Original commit
Monday, 9 Jul 2007
16:02 miwi search for other commits by this committer
- Fix build with python

PR:             114338
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Original commit
Friday, 29 Jun 2007
05:46 ijliao search for other commits by this committer
chase math/gsl lib version
Original commit
Friday, 15 Jun 2007
09:46 miwi search for other commits by this committer
- Update to 0.9-rc2

PR:             113251
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 11 Feb 2007
11:49 miwi search for other commits by this committer
- Update to 0.8.9

PR:             109030
Submitted by:   Max Brazhnikov<makc@issp.ac.ru> (maintainer)
Original commit
Tuesday, 12 Dec 2006
13:01 nivit search for other commits by this committer
- 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)
Original commit
Monday, 25 Sep 2006
18:58 alepulver search for other commits by this committer
- 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)
Original commit
Sunday, 10 Sep 2006
08:05 itetcu search for other commits by this committer
- 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)
Original commit
Tuesday, 5 Sep 2006
07:25 barner search for other commits by this committer
- 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
Original commit
Monday, 7 Aug 2006
22:25 shaun search for other commits by this committer
- 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)
Original commit
Saturday, 6 May 2006
01:28 mnag search for other commits by this committer
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Original commit
Friday, 29 Jul 2005
17:19 thierry search for other commits by this committer
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)
Original commit
Thursday, 30 Jun 2005
22:02 thierry search for other commits by this committer
Upgrade to 0.6.2.2.

PR:             82792
Submitted by:   maintainer
Original commit
Saturday, 14 May 2005
10:09 jylefort search for other commits by this committer
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>
Original commit

Number of commits found: 91