Commit graph

103 commits

Author SHA1 Message Date
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
4a65c83669 Add NO_STAGE all over the place in preparation for the staging support (cat: french) 2013-09-20 17:21:20 +00:00
Thierry Thomas
47cba12141 Upgrading Code_Aster to 10.8.0-3. 2013-03-19 20:32:32 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Thierry Thomas
5721174f81 Upgrade Code_Aster to 10.6.0-3. 2012-07-07 15:15:57 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Mark Linimon
4446496931 Fix a mistake in the MANUAL_PACKAGE_BUILD line.
Hat:		portmgr
Feature safe:	yes
2011-12-12 00:29:42 +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
Martin Wilke
3cabe21a2d - Get rid FreeBSD 6 support 2011-11-07 04:24:55 +00:00
Pav Lucistnik
e5df42291c - Disallow from pointyhat: runaway python process 2011-08-26 20:49:22 +00:00
Sunpoet Po-Chuan Hsieh
d3ddb2e80f - Bump PORTREVISION for science/hdf5-18 shlib change 2011-07-15 07:00:46 +00:00
Thierry Thomas
7d7037565f It seems that Code_Aster does not support Python 2.7 on amd64.
Reported by:	pointyhat via Pav
2011-07-13 17:26:03 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Pav Lucistnik
8627c1e089 - Revert
Pointy hat to:	miwi
Reported by:	pointyhat
2011-03-21 20:42:58 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Thierry Thomas
a75c0a02b7 Chase the upgrade of science/cgnslib to 2.5-5; this implies to
switch some dependencies from science/hdf5 to science/hdf5-18.

As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.

PR:		ports/154736
2011-02-26 10:23:19 +00:00
Thierry Thomas
062962589d Upgrade to 10.3.0-3. 2010-12-29 22:02:09 +00:00
Thierry Thomas
7db179edb4 Chase the upgrade of MPICH2. 2010-11-14 22:00:23 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Thierry Thomas
01820d3d91 Upgrade to 10.2.0-2, add a common file to be included by the
other related ports, and depends on Tcl/Tk 8.5.
2010-09-16 21:23:10 +00:00
Thierry Thomas
5d9f3af55c Upgrade Code_Aster to 10.2.0-1. 2010-08-19 19:27:37 +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
Thierry Thomas
40f9eb7e76 - use $SUB_FILES to dynamically adjust pkg-message (1);
- upgrade Code_Aster to 10.1.0-4 (2).

PR:		ports/142516 (1)
Submitted by:	Sevan Janiyan <venture37 (at) geeklan.co.uk> (1)
2010-03-26 18:30:58 +00:00
Thierry Thomas
506fcd0f61 Unbreak: conficts solved in cad/gmsh. 2010-02-13 08:26:50 +00:00
Pav Lucistnik
75cc4a36b8 - Mark BROKEN: conflicting dependencies
Reported by:	pointyhat
2010-02-09 21:07:00 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +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
Thierry Thomas
ddd66371b6 Upgrade to 10.0.3-2. 2009-06-21 17:46:55 +00:00
Thierry Thomas
a8b753c54c Upgrade to 9.4.0-2.
Notified by:	portscout via miwi
2009-01-20 18:30:04 +00:00
Thierry Thomas
21a1598dce Upgrade Code_Aster to 9.4.0. 2009-01-14 20:25:37 +00:00
Pav Lucistnik
0d95a97528 - Replace literal gfortran42 with , fix build 2009-01-13 12:58:14 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Thierry Thomas
e7f72d052d The main tarball has been rerolled, but the included components have not
been touched.

Reported by:	portscout
2008-10-21 19:22:40 +00:00
Pav Lucistnik
f5bd2a5db6 - Mark BROKEN on FreeBSD 6.x 2008-07-28 19:31:46 +00:00
Thierry Thomas
94f3a1983e Upgrade Code_Aster to 9.3.0. 2008-07-13 07:43:00 +00:00
Pav Lucistnik
13a345d080 - Now builds on amd64/6 2008-06-22 18:47:40 +00:00
Pav Lucistnik
191f62951a - Limit BROKEN status to 6.x only
Analyzed by:	thierry (maintainer)
2008-05-05 07:35:09 +00:00
Pav Lucistnik
112a802096 - Mark BROKEN: compilation of elements with
/work/a/ports/french/aster/work/aster-full-src-9.2.0/instdir/STA9.2/asteru
  [FAILED]

Reported by:	pointyhat
2008-05-03 15:34:17 +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
Thierry Thomas
00a2981790 Chase master-site's reorganization.
Reported by:	pointyhat via pav
2008-01-18 18:34:24 +00:00
Thierry Thomas
1da404b164 Upgrade Code_Aster to 9.2.0-2. 2008-01-12 16:28:40 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Maho Nakata
e55ba402da Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by:	thierry
2007-07-14 01:23:14 +00:00
Thierry Thomas
70db9dc8df Upgrade to 9.1.0-1. 2007-06-30 22:48:28 +00:00
Boris Samorodov
396866ce8f A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.
Discussed at:	freebsd-ports@
2007-06-05 21:04:44 +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
Thierry Thomas
285afd71eb Chase Grace's move to $LOCALBASE. 2007-04-24 20:36:48 +00:00