aboutsummaryrefslogtreecommitdiff
path: root/science/gnudatalanguage
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.3.2 (from science/netcdf4)Sunpoet Po-Chuan Hsieh2014-05-031-1/+1
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=352855
* - Update to 1.8.12 (from science/hdf5-18)Sunpoet Po-Chuan Hsieh2014-05-031-4/+2
| | | | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=352854
* Fix build on freebsd 10 and 11 by using gcc but linking to libc++Baptiste Daroussin2014-04-085-2/+109
| | | | | | | | | Add patches to fix build with libc++ Whiel here switch to unicode version of wx While now in theory this should build with clang 3.3 on my test machine the compilation of some c++ files seems to enter a endless loop Notes: svn path=/head/; revision=350624
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Upgrade to 1.3.18.Thierry Thomas2013-11-301-5/+3
| | | | | | | | | | | - Since I'm there, pet portlint and stagify. PR: ports/183821 Submitted by: /me Approved by: maintainer's time-out Notes: svn path=/head/; revision=335296
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Upgrade to GDL 0.9.4.Thierry Thomas2013-10-1116-472/+201
| | | | | | | - Switch to cmake. Notes: svn path=/head/; revision=330061
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Switch from ImageMagick to GraphicsMagick, due to a problemThierry Thomas2013-09-191-16/+20
| | | | | | | | | with plplot because dynamic drivers are enabled by default; - Pet portlint. Notes: svn path=/head/; revision=327638
* - do not use local bsd.python.mk variables within the port Makefile - switchMarcus von Appen2013-08-301-1/+1
| | | | | | | the publicly accessible ones instead Notes: svn path=/head/; revision=325711
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-2/+2
| | | | Notes: svn path=/head/; revision=325401
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-03-221-0/+1
| | | | Notes: svn path=/head/; revision=314920
* - remove an obsoleted dependency on py-numarray;Thierry Thomas2013-01-051-6/+5
| | | | | | | | | | | | - limiting python version to 2.x only (because py-numpy isn't python3 aware yet); - eliminating PYTHON_SITELIBDIR in matplotlib dependency. Submitted by: rm Notes: svn path=/head/; revision=309962
* Upgrade GDL to 0.9.3.Thierry Thomas2013-01-0112-67/+140
| | | | | | | | Change log at <http://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.3/README> Notes: svn path=/head/; revision=309782
* - Bump port after ImageMagick updateBeech Rintoul2012-12-111-2/+2
| | | | | | | | - Remove version - Bump PORTREVISION Notes: svn path=/head/; revision=308713
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparentlyGerald Pfeifer2012-03-171-1/+1
| | | | | | | | | | done by the ports infrastructure for a while. Approved by: maintainer (thierry) Feature safe: yes Notes: svn path=/head/; revision=293453
* - Chase plplot shlib bumpPav Lucistnik2011-11-221-1/+2
| | | | | | | | | Reported by: pointyhat Missed by: miwi Feature safe: yes Notes: svn path=/head/; revision=286254
* Upgrade to 0.9.2.Thierry Thomas2011-11-134-15/+43
| | | | | | | | | | Changelog at <https://downloads.sourceforge.net/project/gnudatalanguage/gdl/0.9.2/README?r=http%3A%2F%2Fgnudatalanguage.sourceforge.net%2Fdownloads.php> Feature safe: yes Notes: svn path=/head/; revision=285701
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-3/+3
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)Martin Matuska2011-10-111-2/+2
| | | | Notes: svn path=/head/; revision=283359
* - 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 Notes: svn path=/head/; revision=282282
* - Bump PORTREVISION for science/hdf5-18 shlib changeSunpoet Po-Chuan Hsieh2011-07-151-2/+2
| | | | Notes: svn path=/head/; revision=277735
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+2
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* Add a missing dependency on numpy.Thierry Thomas2011-04-131-1/+3
| | | | | | | Reported by: pointyhat via Pav Notes: svn path=/head/; revision=272684
* Fix an undefined symbol "GOMP_parallel_start" inThierry Thomas2011-04-061-1/+1
| | | | | | | science/py-gnudatalanguage. Notes: svn path=/head/; revision=272318
* Upgrade to 0.9.1.Thierry Thomas2011-04-0610-9/+430
| | | | Notes: svn path=/head/; revision=272315
* - Chase math/plplot shlib bumpMartin Wilke2011-03-041-1/+2
| | | | Notes: svn path=/head/; revision=270304
* Mark BROKEN only with the old binutils.Thierry Thomas2010-09-271-2/+4
| | | | Notes: svn path=/head/; revision=261972
* - Extend the brokedness to 8.X tooPav Lucistnik2010-09-241-4/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=261790
* Mark BROKEN on FreeBSD-7, untill a fix is found.Thierry Thomas2010-09-231-0/+4
| | | | | | | Reported by: pointyhat, via Pav & Erwin Notes: svn path=/head/; revision=261712
* Upgrade to 0.9.Thierry Thomas2010-09-143-91/+171
| | | | Notes: svn path=/head/; revision=261173
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* Force WITH_FFTW3 when PACKAGE_BUILDING, in order to avoid changing theThierry Thomas2010-05-251-1/+1
| | | | | | | | | dependencies during the build. Reported by: pointyhat via Pav Notes: svn path=/head/; revision=255088
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-2/+2
| | | | Notes: svn path=/head/; revision=251666
* - Bump Magick++, MagickWand or MagickCore dependencyMartin Matuska2010-03-281-2/+2
| | | | Notes: svn path=/head/; revision=251659
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Upgrade to 0.9rc3.Thierry Thomas2009-12-294-121/+144
| | | | | | | | PR: ports/141809 Submitted by: Sylwester Arabas <slayoo (at) igf.fuw.edu.pl> Notes: svn path=/head/; revision=246862
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - 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 Notes: svn path=/head/; revision=238701
* - Chase fftw3 updatePav Lucistnik2009-05-181-2/+2
| | | | Notes: svn path=/head/; revision=234143
* - Chase readline updatePav Lucistnik2009-05-131-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=233852
* - Update ImageMagick to 6.4.9.2Martin Matuska2009-02-101-2/+2
| | | | | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above Notes: svn path=/head/; revision=228018
* - Chase gsl shlib bumpMartin Wilke2009-01-121-2/+2
| | | | Notes: svn path=/head/; revision=225875