diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 19:05:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 19:05:30 +0800 |
commit | ffc7e25cc4b41a26c32c03f35e70462ba23b7214 (patch) | |
tree | 3e22957aa48bd68bb39d5d3299679ae5d30b920b /math | |
parent | 4219a3b89aff5470d93bee4bf645c93938aa325a (diff) | |
download | freebsd-ports-gnome-ffc7e25cc4b41a26c32c03f35e70462ba23b7214.tar.gz freebsd-ports-gnome-ffc7e25cc4b41a26c32c03f35e70462ba23b7214.tar.zst freebsd-ports-gnome-ffc7e25cc4b41a26c32c03f35e70462ba23b7214.zip |
- Fix fetch
- Update WWW
Diffstat (limited to 'math')
-rw-r--r-- | math/tomsfastmath/Makefile | 4 | ||||
-rw-r--r-- | math/tomsfastmath/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 4014e385eef7..31755bebdaf6 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -3,14 +3,12 @@ PORTNAME= tomsfastmath PORTVERSION= 0.12 CATEGORIES= math -MASTER_SITES= http://libtom.org/files/ +MASTER_SITES= http://libtom.net/files/ DISTNAME= tfm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable fixed precision math library for fast exponentiations -BROKEN= unfetchable - BROKEN_powerpc= internal compiler error at src/mul/fp_mul_comba_48.c:398 USES= compiler:features gmake tar:bzip2 diff --git a/math/tomsfastmath/pkg-descr b/math/tomsfastmath/pkg-descr index 6e2170cd1a15..c14f333b2ccf 100644 --- a/math/tomsfastmath/pkg-descr +++ b/math/tomsfastmath/pkg-descr @@ -1,4 +1,4 @@ TomsFastMath is a portable fixed precision math library designed for very fast exponentiations. -WWW: http://libtom.org/ +WWW: http://libtom.net/ |