summaryrefslogtreecommitdiff
path: root/math/plplot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add upstream patch to make the port build with the upcoming CMake 3.1.0.Raphael Kubo da Costa2014-12-301-0/+52
|
* Cleanup plistAntoine Brodin2014-11-141-23/+0
|
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-1/+1
| | | | Approved by: portmgr (implicit)
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+1
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-21/+21
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* Do not overwrite USESBaptiste Daroussin2014-05-271-1/+1
|
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-1/+1
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* - Chase revision r353615 to math/qhull5.Stephen Montgomery-Smith2014-05-101-1/+1
|
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* If another port defines HAVE_CONFIG_H and includes plConfig.h, thisThierry Thomas2014-03-062-0/+14
| | | | | | | tries to bring plplot_config.h, which is not installed, but plplot_config.h is required when we build plplot. E.g. science/gnudatalanguage does that.
* math/plplot: Upgrade from dev ver 5.9.10 to latest stable ver 5.10.0John Marino2014-02-168-119/+27
|
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+1
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Upgrade to 5.9.10Thierry Thomas2013-10-0215-496/+78
| | | | | | | | Changelog at http://sourceforge.net/p/plplot/news/2013/10/plplot-release-5910/ - Pet portlint - Use staging.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-2/+1
| | | | Approved by: portmgr (bapt)
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
|
* - Convert to new perl frameworkMathieu Arnold2013-08-031-3/+2
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* - Fix build with FORTRAN onMartin Wilke2013-03-142-0/+26
| | | | | PR: 176535 Submitted by: Ports Fury
* - Fix buildMartin Wilke2013-02-0419-144/+872
| | | | | PR: 175579 Submitted by: ports fury
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - Update devel/lasi to 1.1.1Lars Engels2012-06-021-1/+2
| | | | - Chase library version bump
* - Mark BROKEN: does not configurePav Lucistnik2012-05-061-0/+2
| | | | | | | | | CMake Error at scripts/CMakeLists.txt:33 (if): if given arguments: "NOT" "plm2gif" "plpr" "STREQUAL" "" Unknown arguments specified Reported by: pointyhat
* - Update to 5.9.9Martin Wilke2011-11-203-10/+12
| | | | | | PR: 162631 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - LIB_DEPENDS qhull -> qhull5Stephen Montgomery-Smith2011-10-031-1/+2
| | | | | | - Bump portrevision PR: ports/161089
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* remove useless dependency on gmakeBaptiste Daroussin2011-04-201-1/+0
|
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from MakefilesMax Brazhnikov2011-04-101-4/+0
|
* Utilize CMAKE_BUILD_TYPE plist substitutionMax Brazhnikov2011-04-101-1/+1
|
* - Update to 5.9.7Martin Wilke2011-03-043-8/+5
| | | | | PR: 154616 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* - Update to 5.9.6Pav Lucistnik2010-08-044-18/+10
| | | | | PR: ports/148969 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-01-281-1/+7
| | | | Reported by: pointyhat
* - Fix a typo in optional dependencyPav Lucistnik2010-01-281-1/+1
| | | | | PR: ports/143295 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
* Trying to fix on amd64/FreeBSD-6:Thierry Thomas2009-12-302-1/+14
| | | | | | | | | - Teach about amd64, to detect Not a Number flag, thus enabling Qhull support with CSA; - Disable detection of f77 by cmake unless WITH_FORTRAN is defined. Reported by: pointyhat via Pav
* Fix for the case WITHOUT_X11.Thierry Thomas2009-12-302-3/+5
| | | | Notified by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* Upgrade to 5.9.5, required by GDL.Thierry Thomas2009-12-2914-510/+673
| | | | | | | | | | | | Notes: - support of Gnome2 and VGAlib are now deprecated; - support of Qt added; - plrender is also deprecated, but we force it to build. Many more options could be enabled, if someone needs them.
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | starting with M
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Make BROKEN message for WITH_PYTHON case more informativeDmitry Marakasov2009-05-051-2/+2
| | | | | | | - Reset maintainer at his request PR: 134195 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-181-1/+0
| | | | | | Mk/bsd.gcc.mk. Approved by: Pedro F. Giffuni <giffunip@tutopia.com> (maintainer)
* - Cleanups, no functional change:Dmitry Marakasov2009-01-122-30/+33
| | | | | | | | | | - Remove build dependency on GNU m4. - Sort knobs. - Remove unneeded use of REINPLACE. - Fix plist for WITH_GNOME case and mark BROKEN for WITH_PYTHON PR: 130168 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
|
* - Make Fortran support conditionalBeech Rintoul2009-01-022-81/+89
| | | | | | | - Pass maintainership to submitter PR: ports/130121 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
* - Add to science category.Beech Rintoul2009-01-023-6/+8
| | | | | | | | | | | | - Make explicit that the python bindings are not building. - For now keep using the autoconf interface, we have sorted out the issues there but we will have to move to CMake soon anyways. - This is the latest stable version, and apparently the last one to support the autoconf tools. It includes C++ and Octave updates. PR: ports/130097 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
* - Fix plist for NOPORTDOCS and WITH_TCLTK cases (WITH_PYTHON build still broken)Dmitry Marakasov2008-08-251-4/+5
| | | | Reported by: QAT