1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

19 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
a5d101735a Remove psyco support 2013-10-15 12:56:39 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Jose Alonso Cardenas Marquez
165aeab54b - Remove BROKEN
- Bump PORTREVISION

PR:		171408
Submitted by:	nemysis <nemysis  at gmx.ch>
2013-03-24 05:09:32 +00:00
Erwin Lansing
70e3188208 Readd BROKEN: still can't find numpy
Feature safe:	yes
2012-03-26 08:04:08 +00:00
Jose Alonso Cardenas Marquez
045c25d2e2 - Remove BROKEN
- Use other way to detect math/py-numpy dependency. It could fix the problem
  on 9.x
2011-10-21 06:44:41 +00:00
Erwin Lansing
2a6b73ab4d Mark BROKEN: does not build 2011-09-21 07:02:52 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +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
Jose Alonso Cardenas Marquez
edb4caa644 - Update to 1.3.110
- Remove obsolete patch file
2009-05-30 02:48:27 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Jose Alonso Cardenas Marquez
9be98da8f6 - Update to 1.2.451
- Remove BROKEN

See the changelog at:
http://sourceforge.net/project/shownotes.php?release_id=501448&group_id=182199
2007-04-20 19:57:22 +00:00
Jose Alonso Cardenas Marquez
138c79212e - Update to 1.2.438 2007-04-11 00:45:02 +00:00
Jose Alonso Cardenas Marquez
6c53ea3b40 - Update to 1.1.324
- Update MASTER_SITES
2006-11-25 18:09:48 +00:00
Jose Alonso Cardenas Marquez
61c3c7b866 - Update to 1.0.263
- Remove pkg-install scripts
- See the full changelog at:
  http://louhi.kempele.fi/~skyostil/uv/fretsonfire/fretsonfire-1-0-263.blog/
2006-11-01 07:46:37 +00:00
Jose Alonso Cardenas Marquez
60bc02573e - New ports: games/fretsonfire and games/fretsonfire-data
Frets on Fire is a game of musical skill and fast fingers. The aim of the game
is to play guitar with the keyboard as accurately as possible.

WWW:    http://louhi.kempele.fi/~skyostil/uv/fretsonfire/
2006-10-03 17:42:13 +00:00