Commit Graph

46 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a5990240e0 Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/Unidata/netcdf-c/releases
		https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md
2019-03-02 17:45:58 +00:00
Sunpoet Po-Chuan Hsieh
b7e862cc15 Update to 4.5.0
- Pet portlint: reorder LICENSE knobs

Changes:	https://github.com/Unidata/netcdf-c/releases
2017-10-21 20:18:16 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
John Marino
44e80aa77a graphics/grads: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 10:10:56 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Greg Lewis
06d0a0ce68 . Add additional MASTER_SITE.
. Fix checksum and size for example.tar.gz dist file.

PR:		199284
Submitted by:	Rainer Hurling
2015-04-10 04:16:28 +00:00
Antoine Brodin
670b177f38 Mark a few ports in graphics category BROKEN (unfetchable) 2015-04-05 14:01:51 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Greg Lewis
97a2ce8157 . Make NETCDF the default rather than HDF, and hence unbreak.
. Mark BROKEN only if the HDF option is chosen.
. Remove NOPORTDATA conditional (since this makes no sense).
2014-06-28 20:48:59 +00:00
Antoine Brodin
a5088b5074 Mark BROKEN: Fails to package
===>  Building package for grads-1.9b4_9
pkg-static: lstat(/wrkdirs/usr/ports/graphics/grads/work/stage/usr/local/bin/gradshdf): No such file or directory
*** [do-package] Error code 1

Reported by:	pkg-fallout
2014-06-19 21:45:09 +00:00
Greg Lewis
0e4743824e . Fix LIB_DEPENDS format.
. Make STAGE compliant.
2014-05-24 22:55:31 +00:00
Greg Lewis
d1f3c85315 . Fix the build with clang. 2014-05-24 22:51:01 +00:00
Sunpoet Po-Chuan Hsieh
a63f38bc06 - Update to 4.3.2 (from science/netcdf4)
- 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]
2014-05-03 03:17:19 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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)
2014-03-10 20:55:20 +00:00
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
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +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
Greg Lewis
390536bbf5 . Fix the GrADS build to work with HDF again.
Submitted by:	pav@ (mostly)
2009-01-20 07:07:48 +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
Greg Lewis
0beba2cc6c . Add SHA256. 2005-11-16 05:53:09 +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