1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
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
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
24e692de02 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro

With hat:	portmgr
2013-12-11 10:31:41 +00:00
Marcus von Appen
012a1d063d - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Approved by:	portmgr@ (blanket)
2013-12-08 12:47:19 +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
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Antoine Brodin
2b65172844 Add an explicit dependency on pkgconf
Obtained from:	portmgr (bapt)
2013-09-08 08:12:26 +00:00
Baptiste Daroussin
66974c6f5e Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
2013-08-30 01:15:20 +00:00
Mark Linimon
9759efbae4 Mark as broken on powerpc (and presumably ia64) as well as sparc64.
Hat:		portmgr
2012-09-08 05:52:18 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
f0306011f3 - Get rid FreeBSD 6.X support 2011-11-06 16:22:23 +00:00
Martin Wilke
9992960752 - Move over to python2.5 or higher
- While here kick md5
2011-02-24 23:25:54 +00:00
Max Brazhnikov
bc7ab356b5 Fix build on 6.x
PR:		ports/151235
Submitted by:	Sébastien Santoro (maintainer)
2010-10-09 22:34:10 +00:00
Max Brazhnikov
9a51f88de3 Update to 0.34
PR:		ports/150769
Submitted by:	Sébastien Santoro (maintainer)
2010-09-21 11:08:40 +00:00
Dirk Meyer
c2da4593c6 - fix build for png-1.4.1 2010-03-30 12:50:08 +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
Mark Linimon
8a5bcc52fe Also broken on sparc64-7. 2009-10-31 15:27:09 +00:00
Mark Linimon
f70ffacee4 Mark as broken on sparc64-8: needs stdlib.h instead of malloc.h. May
also affect amd64-8.

Hat:		portmgr
2009-08-17 01:12:22 +00:00
Dmitry Marakasov
623705e4c5 - Fix dependency on jpeg, bump PORTREVISION
Reported by:    pointyhat via erwin
2009-07-21 14:32:40 +00:00
Dmitry Marakasov
0a64b9e654 If you have astronomical imaging of the sky with celestial coordinates you do
not know or do not trust then is for you. Input an image and we'll give you
back astrometric calibration meta-data, plus lists of known objects falling
inside the field of view.Astrometry.net

We have built this astrometric calibration service to create correct,
standards-compliant astrometric meta-data for every useful astronomical image
ever taken, past and future, in any state of archival disarray. We hope this
will help organize, annotate and make searchable all the world's astronomical
information.

WWW: http://www.astrometry.net/

PR:		136594
Submitted by:	Dereckson <dereckson@gmail.com>
2009-07-17 17:13:13 +00:00