Commit graph

26 commits

Author SHA1 Message Date
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Baptiste Daroussin
cda59ea3e2 Convert to new options framework 2013-05-06 08:31:29 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sunpoet Po-Chuan Hsieh
4220347afa - Bump PORTREVISION for science/netcdf4 shlib change 2011-04-12 15:17:34 +00:00
Greg Lewis
3f0288e941 . Change to NetCDF 4
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2011-03-01 06:02:03 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Greg Lewis
39e8ec583d . Fix the NetCDF shared library version in its dependency.
Submitted by:	Paul <stenius@gmail.com>
2010-08-27 22:08:55 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Greg Lewis
184641dab3 . The other changes needed to support udunits2.
Pointy hat to:	glewis
2009-11-09 05:53:48 +00:00
Greg Lewis
845ad85b12 . Chase udunits upgrade.
Submitted by:	wen@
2009-11-08 22:48:08 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Greg Lewis
de49885647 . Update to 1.9b4. 2009-01-21 05:28:27 +00:00
Greg Lewis
8ec0dae891 . Respect NOPORTDATA and NOPORTEXAMPLES (already respected NOPORTDOCS).
. Simplify the packing list by using PORTDATA, PORTDOCS and PORTEXAMPLES.
. Simplify post-install by using COPYTREE_SHARE.
2009-01-21 04:54:57 +00:00
Pav Lucistnik
cb1b867f94 - libmfhdf is now at so.3 in science/hdf port
Reported by:	pointyhat
2009-01-17 19:24:48 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Rong-En Fan
d2ef08da28 - Respect X11BASE by USE_XLIB + GNU_CONFIGURE
Approved by:	portmgr (linimon)
2006-12-09 05:16:56 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Thierry Thomas
e4bf1fcd30 Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR:		92497
Submitted by:	/me
Repocopied by:	marcus
2006-01-30 22:19:24 +00:00
Mark Linimon
a5022834b9 Fix bug in continuation line. 2005-10-06 06:24:32 +00:00
Herve Quiroz
c80eae8c0a Fix INDEX: x11-toolkits/libsx -> x11/libsx in BUILD_DEPENDS
Submitted by:	cperciva
2005-04-08 00:17:57 +00:00
Greg Lewis
03991f0bd4 . Add a port of GrADS:
The Grid Analysis and Display System (GrADS) is an interactive
desktop tool that is used for easy access, manipulation, and
visualization of earth science data. The format of the data may be
either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets).
GrADS has been implemented worldwide on a variety of commonly used
operating systems and is freely distributed over the Internet.
2005-04-07 21:48:51 +00:00