Commit graph

40 commits

Author SHA1 Message Date
Tobias Kortkamp
a756aef495 Fix build on 12.0-CURRENT
Exclude util/c.py (a symlink to util/util.py) from SHEBANG_FILES.

The build currently fails in the patch phase with:

sed: util/c.py: in-place editing only works for regular files

This seems to be caused by base r313277.

While here also simplify RUN_DEPENDS.

PR:		219982
Reported by:	antoine, pkg-fallout
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11242
2017-06-30 15:05:05 +00:00
Dmitry Marakasov
da9ae91039 - Fix shebangs 2017-04-21 11:15:49 +00:00
John Marino
f0e2e06b5b astro/astronomy: Fix DF build 2016-12-17 21:38:07 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Carlo Strub
7622145aa9 Update to 0.65 2016-04-23 14:29:10 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Frederic Culot
8ccdb1b565 - Reassign to the heap, on maintainer's request 2016-03-30 16:41:22 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Alexey Dokuchaev
f5d55a1426 - Define LICENSE (GPLv2), specify path in USE_LDCONFIG as needed
- Transfer maintainership to the submitter and bump port revision
- Wrap overly long lines and beautify them while I'm here again

PR:	197038
2015-01-25 14:06:46 +00:00
Alexey Dokuchaev
6ae684bbde - Update to version 0.50
- Improve COMMENT and port description
2015-01-24 16:40:38 +00:00
Antoine Brodin
9436ce76ac Canonicalize some dependencies on numpy 2015-01-23 15:21:52 +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
Dmitry Marakasov
1213e6429a - Fix config pointing into stagedir
- Strip binaries
- Add empty dir to plist
2014-11-21 11:56:10 +00:00
Baptiste Daroussin
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Marcus von Appen
ba08f95fa0 - Convert ports from accessibility/, archivers/ and astro/ to new
USES=python

Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 07:49:17 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Alexey Dokuchaev
961ef5142f - Update to version 0.46, stagify, and cleanup the port
- Remove old BROKEN statement; builds fine on PowerPC at least (it was marked
  broken on sparc64 almost 5 years ago due to stdlib.h vs. malloc.h conflict,
  which no longer seems to be the issue)
2014-07-22 12:25:29 +00:00
Baptiste Daroussin
46ce67996d Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-06 15:28:14 +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
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