1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

57 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
Emanuel Haupt
9c3c366d48 Remove trailing whitespaces from category math 2014-02-21 13:38:05 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Gerald Pfeifer
0b8b72c331 Pass full LDFLAGS to configure script. This fixes the build with
newer versions of GCC, allowing for an update of lang/gcc (and it's
the right thing anyway).

PR:		182136
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	maintainer timeout
2014-01-21 05:34:46 +00:00
William Grzybowski
e707688381 math/petsc: depends explicitly on "python"
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 16:58: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
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Rene Ladan
fa8b5883ec - Remove stale reference to expired math/petsc-mpich
- Convert NOPORTDOCS to PORT_OPTIONS:MDOCS

PR:		ports/179277
Submitted by:	myself
Approved by:	maintainer timeout (bf, 16 days)
2013-06-19 11:43:50 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Brendan Fabeny
9548f73c40 fix the build after the math/suitesparse update
Reported by:	miwi
Approved by:	portmgr
2013-03-30 14:29:40 +00:00
Brendan Fabeny
462f49ab62 fix the build, before further updates 2012-06-15 05:30:33 +00:00
Brendan Fabeny
6097c6c9e3 defer pending an update 2012-05-28 18:23:56 +00:00
Brendan Fabeny
7a1146d30e defer expiration pending updates 2012-05-21 05:25:17 +00:00
Brendan Fabeny
2da8f55500 defer expiration pending updates 2012-05-10 15:40:22 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00
Brendan Fabeny
004a7c5ac2 adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
2011-11-22 11:14:10 +00:00
Brendan Fabeny
57f8ecd37c take in some orphans 2011-07-24 03:05:21 +00:00
Pav Lucistnik
a007a51ab1 - Mark BROKEN: does not configure
Reported by:	pointyhat
2011-07-01 20:35:53 +00:00
Thierry Thomas
48883ba9ac Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:		ports/154715
2011-02-26 09:56:51 +00:00
Thierry Thomas
7db179edb4 Chase the upgrade of MPICH2. 2010-11-14 22:00:23 +00:00
Thierry Thomas
43a7f0b768 Teaching about FreeBSD-9.
Reported by:	pointyhat via erwin
2009-12-16 23:01:09 +00:00
Thierry Thomas
532f881192 - Chase relocation of net/mpich2
- Bump PORTREVISION if needed

- Fix some portlint errors.
2009-11-28 10:44:56 +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
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Wesley Shields
f69109467c Fix build on -CURRENT.
PR:		ports/125654
Submitted by:	Robert Noland <rnoland@2hip.net>
2008-07-17 13:19:59 +00:00
Pav Lucistnik
cf0d8a2a87 - Mark BROKEN on 8.x 2008-07-15 19:52:12 +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
Maho Nakata
f7bcde4249 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 22:22:17 +00:00
Thierry Thomas
31a2a91f6e Upgrade to PETSc 2.3.3.
Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/233.html>
2007-05-27 20:36:00 +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
Maho Nakata
2392c614c5 build fix for petsc-mpich
Spotted by: pointyhat
2007-03-07 01:45:40 +00:00
Maho Nakata
fbb0c698e8 * Update to 2.3.2-p8.
* Now we use pdksh so that package build cluster will build PETSc.[1]

Discussed with: kris and thierry[1]
2007-02-19 21:29:07 +00:00
Maho Nakata
07612fe067 * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
2007-01-13 00:25:56 +00:00
Maho Nakata
fa74834500 * migrate to gfortran.
* some cleanup.
* bump port revision
2007-01-11 02:11:19 +00:00
Martin Wilke
116284ba95 - Update to 2.3.2.p6
PR:		ports/105795
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-11-23 22:07:19 +00:00
Thierry Thomas
51fcea4b0a Upgrade to PETSc 2.3.2.
There are no major interface changes, the minor changes are listed at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/232.html>
2006-09-02 21:59:18 +00:00
Thierry Thomas
d8b30d9b95 - Upgrade net/lam to 7.1.2 and remove net/lam7;
- Chase lam7 -> lam in the dependent ports;

- Mark math/freemat IGNORE if WITH_MPI is defined and add a note about
  FreeMat 2.0 and QT4.
2006-08-21 20:50:50 +00:00
Thierry Thomas
af2d186888 Mark broken on 4.x: configure fails to use the Fortran compiler.
Reported by:	pointyhat via Kris
2006-08-07 22:21:38 +00:00
Thierry Thomas
08e99fba89 - Force the detection of f77, and thus remove a superfluous patch; (1)
- Fix blacs usage. (2)

Submitted by:	Satish Balay <petsc-maint (at) mcs.anl.gov>
2006-07-24 08:39:17 +00:00
Thierry Thomas
84927f9fcc - Upgrade to patchlevel 16;
- Remove BROKEN;

- Switch to MPICH2.
2006-07-23 08:38:59 +00:00
Mark Linimon
3cf658f29b Mark as broken: fails to configure. 2006-07-14 04:43:23 +00:00
Thierry Thomas
ea22d6eb25 - Update to patchlevel 14;
- Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is
  set or Atlas libraries have already been installed.
2006-06-21 19:54:23 +00:00
Thierry Thomas
8ff8d68ce4 Unbreak math/petsc-mpich on amd64 by disabling SuperLU.
Reported by:	pointyhat via Kris
Approved by:	portmgr (marcus)
2006-02-26 09:01:06 +00:00
Thierry Thomas
d09598917e Upgrade to PETSc-2.3.1 patchlevel 7.
Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/231.html>.
2006-02-18 09:04:52 +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
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Thierry Thomas
ccdea322db Stabilizing: the PETSc Team builds a special tarball for the FreeBSD
port, with patch level included in DISTNAME. Thanks to them!
2005-10-12 19:28:40 +00:00
Thierry Thomas
ab30075ecb - Upgrade from PETSC_VERSION_PATCH 34 (October, 6, 2005) to
PETSC_VERSION_PATCH 36 (October, 9, 2005), with the same DISTNAME.

- Changelog available at
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>

- Fix pkg-message.

Reported by:	pointyhat via Kris
2005-10-10 20:33:56 +00:00