Commit graph

45 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
1156b63312 - Update to 5.17 2017-11-05 14:20:11 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Danilo Egea Gondolfo
332a58b28f - Fix plist when PGPLOT and CFITSIO options are enabled
Reported by:	db
2017-03-22 04:35:03 +00:00
Danilo Egea Gondolfo
aa5954e1f2 - Update to 5.16 2017-01-15 18:29:49 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +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
Danilo Egea Gondolfo
1cd8ba8c55 - Update to 5.15 2016-04-09 18:10:00 +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
Danilo Egea Gondolfo
d7ebd93095 - Update to 5.14 2016-02-09 02:02:37 +00:00
Danilo Egea Gondolfo
bd57fd937a - Update to 5.13 2016-01-31 15:18:11 +00:00
Danilo Egea Gondolfo
1385243cf6 - Update to 5.12 2015-11-16 23:50:26 +00:00
Danilo Egea Gondolfo
754e02f61c - Update to 5.11 2015-10-20 13:53:38 +00:00
Danilo Egea Gondolfo
228eca2c7a - Update to 5.10 2015-10-12 23:36:32 +00:00
Danilo Egea Gondolfo
529ec4e264 - Update to 5.9 2015-07-21 20:51:23 +00:00
Danilo Egea Gondolfo
be7a217b2d - Update to 5.8 2015-07-12 18:21:25 +00:00
Danilo Egea Gondolfo
5e38dec00d - Update to 5.6 2015-06-16 21:18:48 +00:00
Danilo Egea Gondolfo
d41a50d0d8 - Update to 5.5 2015-05-06 16:51:29 +00:00
Danilo Egea Gondolfo
539610176f - Update to 5.4.1 2015-05-02 20:47:02 +00:00
Danilo Egea Gondolfo
8434955168 - Update to 5.3.1 2015-04-23 16:28:07 +00:00
Danilo Egea Gondolfo
a760578fee - Update to 4.25.1 2015-01-08 16:11:42 +00:00
Danilo Egea Gondolfo
a78d8c2223 - Update from 4.24 to 4.25 2014-12-17 19:19:53 +00:00
Baptiste Daroussin
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Danilo Egea Gondolfo
c62bd388ca - Update from 4.23 to 4.24 2014-09-20 14:55:09 +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
Danilo Egea Gondolfo
c9797be5d5 - Update from 4.13.4 to 4.23
- Take maintainership
2014-08-02 04:46:22 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
John Marino
d53b2a941f astro/wcslib: USES+= fortran (for wcunitse)
Back in August 2013 I reported to the maintainer that if fortran is not
found then certain functions such as wcunitse are not built.  These
functions are needed for kstars which is a dependency for kdeedu and the
kde4 meta port.  The USE_FORTRAN=yes was never added though, so lets do
that now that the port is unmaintained.
2014-07-05 14:39:33 +00:00
Frederic Culot
a37466dc99 - Reassign to the heap on maintainer's request 2014-07-04 11:03:10 +00:00
Olli Hauer
b3f95b0e35 cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
2014-06-01 09:00:15 +00:00
Raphael Kubo da Costa
7bfa5cd376 - Fix the plist when the CFITSIO option is on.
- Use the new OPTIONS helpers to simplify the Makefile.

Related to both, also stop automatically turning the CFITSIO option on when
libcfitsio.so is installed: wcslib has had proper --with{out}-cfitsio
options since version 4.4.4.

This will turn off CFITSIO support for most people and indirectly fix their
builds with astro/cfitsio-3.360-1 [1]. If people do choose to have it on,
ports/189487 needs to be committed, otherwise there will be plist errors
because wcslib's configure script will not be able to detect that cfitsio is
installed and can be used.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092070.html
2014-05-08 22:41:00 +00:00
Raphael Kubo da Costa
a31261e038 Set MARK_JOBS_UNSAFE=yes.
If that's not done sometimes not all object files are built before the final
.a is created.
2014-05-08 22:06:30 +00:00
Sunpoet Po-Chuan Hsieh
d21f8c4177 - Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-05-04 15:37:11 +00:00
Sunpoet Po-Chuan Hsieh
f05ef25485 - Bump PORTREVISION for astro/cfitsio shlib change
- While I'm here, convert to new LIB_DEPENDS format

PR:		ports/185951
Submitted by:	Florian Degner <f.degner@gmx.de>
2014-02-05 20:02:34 +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
Raphael Kubo da Costa
87e4d0657e - Support staging, which allows us to simplify the Makefile a bit.
- Fix a regression introduced in r297435 (ports/167611) that hardcoded
  wcslib.pc's installation path and rendered the sed call in the post-patch
  target useless. This broke automated builds in things like Poudriere.

PR:		ports/183718
Submitted by:	rakuco@
Approved by:	Tony Maher <tonymaher@optusnet.com.au> (maintainer)
2013-11-10 17:27:16 +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
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
Wesley Shields
da9ccd60b9 Fix inverted logic in r310100.
Noticed by:	makc@
2013-03-05 17:24:04 +00:00
Wesley Shields
7adf5a6d46 Trim header.
Convert to new options.

PR:		ports/173818
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout
2013-01-08 16:31:50 +00:00
Martin Wilke
2ac90b50fe - Update to 4.13.4
PR:		167611
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-25 15:31:35 +00:00
Martin Wilke
f0306011f3 - Get rid FreeBSD 6.X support 2011-11-06 16:22:23 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Wen Heping
9a338ad50a - Update to 4.4.4
- Fix the build on 6.x
- Install pkgconfig file under libdata/pkgconfig

PR:		ports/141742
Submitted by:	Tony Maher <tonymaher@optusnet.com.au> (maintainer)
2010-01-05 01:54:52 +00:00
Dmitry Marakasov
27dfe15406 "WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
implements the "World Coordinate System" (WCS) convention in FITS (Flexible
 Image Transport System).  It also includes a PGPLOT-based routine, PGSBOX,
 for drawing general curvilinear coordinate graticules and a number of
 utility programs." - from README file.

WWW: http://www.atnf.csiro.au/people/mcalabre/WCS/index.html

PR:		136776
Submitted by:	Tony Maher <tonym@optusnet.com.au>
2009-07-17 16:31:35 +00:00