From ffc7e25cc4b41a26c32c03f35e70462ba23b7214 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 13 Nov 2015 11:05:30 +0000 Subject: - Fix fetch - Update WWW --- math/tomsfastmath/Makefile | 4 +--- math/tomsfastmath/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'math') 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/ -- cgit