Commit graph

56 commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Joseph Mingrone
0e94971cfb math/libRmath: Update to version 3.6.1 2019-07-15 09:20:08 +00:00
Piotr Kubaj
d8ca18a3aa math/libRmath: allow building on powerpc64
Tested to build fine on powerpc64.

Approved by:	mentors (implicit approval)
2019-07-10 10:55:58 +00:00
Joseph Mingrone
8d42dfd4a3 math/libRmath: Update to version 3.6.0 2019-05-01 22:58:44 +00:00
Gerald Pfeifer
879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00
Joseph Mingrone
c351792524 math/libRmath: Update to version 3.5.3 2019-03-14 01:35:51 +00:00
Joseph Mingrone
35d4f51cca math/libRmath: Update to version 3.5.2 2018-12-23 02:32:21 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

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

PR:		222542
2018-07-29 22:18:44 +00:00
Joseph Mingrone
e525866031 math/libRmath: Update to version 3.5.1 2018-07-09 00:49:15 +00:00
Joseph Mingrone
797c8b3f0b math/libRmath: Update to version 3.5.0 2018-04-25 00:34:37 +00:00
Joseph Mingrone
d9795784ad math/libRmath: Update to bug-fix release 3.4.4
Upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
2018-03-19 01:49:03 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Joseph Mingrone
de876a285d math/libRmath: Update to version 3.4.3 and add armv[67] to ONLY_FOR_ARCHS 2017-12-03 03:46:11 +00:00
Tijl Coosemans
2858adcf38 - Allow users to change the default Fortran compiler via DEFAULT_VERSIONS.
- Rename USES=fortran:gcc to the more appropriate USES=fortran:gfortran.
- Change the options in math/R and math/libRmath so the choice becomes
  flang or default instead of flang or gfortran.  Use default Fortran
  compiler again on amd64.
2017-11-18 13:09:56 +00:00
Joseph Mingrone
b4810404b6 math/libRmath: Fix error during configure stage due to missing FPICFLAGS. 2017-10-29 13:57:37 +00:00
Joseph Mingrone
2edf49efcc math/libRmath: Update to version 3.4.2 and add an option on amd64 to choose
the fortran compiler.
2017-10-27 00:52:41 +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
Joseph Mingrone
47d0cbff54 math/libRmath: Update to version 3.4.1 2017-07-05 11:58:13 +00:00
Joseph Mingrone
e39d2403aa math/libRmath: Update to version 3.4.0
The configure script now detects the correct zlib version, so setting the
r_cv_header_zlib_h is no longer necessary.

Approved by:	swills (mentor, implicit)
2017-04-22 19:46:22 +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
Joseph Mingrone
137989ab61 math/libRmath: Update to version 3.3.3
Approved by:	swills (mentor, implicit)
2017-03-10 12:48:44 +00:00
Antoine Brodin
db50719156 Fix configure with zlib 1.2.10, configure script believes that version
1.2.10 is lower than 1.2.5

Reported by:	pkg-fallout
MFH:		2017Q1
2017-01-06 21:38:11 +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
Joseph Mingrone
1eb84d5e22 math/libRmath: Update to version 3.3.2
Changes in version 3.3.2:
https://stat.ethz.ch/pipermail/r-announce/2016/000608.html

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8433
2016-11-03 13:59:14 +00:00
Joseph Mingrone
afe7463090 math/libRmath: make standalone (free from math/R) and unmark as
BROKEN

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8289
2016-10-25 18:18:56 +00:00
Antoine Brodin
9e937dddf1 Mark BROKEN: fails to configure
checking for pcre_fullinfo in -lpcre... no
checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
2016-06-04 19:01:06 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Antoine Brodin
e917242b6c Stage support
With hat:	portmgr
2014-04-05 10:30:21 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Brendan Fabeny
35c9bee4c6 Adjust pkg-plist after math/R update 2011-05-07 03:35:42 +00:00
Brendan Fabeny
ed481cb33c Clean up in preparation for update,
no functional change:
- indent more uniformly
- simplify slave port conditionals
- sort variables, pkg-plist
2011-05-05 09:01:08 +00:00
Martin Wilke
dcdae14bd1 - Make math/libRmath to a slave port of math/R
- Add an option to build libR into a static, rather than a shared library (requested by a few users)

PR:		143076
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
		"b. f." <bf1783@googlemail.com> (maintainer)
Approved by:	maintainer
2010-02-02 16:04:22 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Ion-Mihai Tetcu
58ac3e7740 - update to 2.9.1
- fix with custom LOCALBASE / PREFIX [1]

PR:		ports/135941
Submitted by:	maintainer
Reported by:	QATty [1]
2009-07-06 16:50:20 +00:00
Martin Wilke
5af9456038 - Update maintainer mail adresse
Submitted by:	"b. f." <bf1783@gmail.com> (maintainer via private mail)
2009-06-07 18:51:21 +00:00
Gerald Pfeifer
b86bfcf102 No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
Approved by:	bf2006a@yahoo.com (maintainer)
2009-01-17 21:36:50 +00:00
Gerald Pfeifer
d02b74e1a8 Fix typo in maintainer address for real. 2009-01-17 20:41:03 +00:00
Gerald Pfeifer
6cb2dd20c7 Fix typo in maintainer address. 2009-01-17 20:32:58 +00:00
Wesley Shields
717300f78e - Update to 2.8.1
- Pass maintainer along to new maintainer of math/R

PR:		ports/130280
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Approved by:	old maintainer (private mail)
2009-01-10 23:42:12 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Maho Nakata
01969f7dad Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by:	maintainer
2007-07-17 00:18:52 +00:00
Maho Nakata
c0c638e549 Migrate to gfortran42.
Bump port revision.
2007-01-12 07:47:37 +00:00
Rong-En Fan
ec728ae4b8 - Update to 2.4.0
PR:		ports/106701
Submitted by:	Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-12-14 19:24:05 +00:00
Rong-En Fan
2ee6f0cf8e - Update to 2.3.1
PR:		ports/102434
Submitted by:	Vittorio De Martino <vdemart1 at tin.it>
Approved by:	Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-09-03 16:01:36 +00:00
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00