diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-02-13 22:26:25 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-02-13 22:26:25 +0000 |
commit | 64f2a4cdd633af95d43aaee9b7e914ca2ebf5080 (patch) | |
tree | 0cf5f53282ec77998574dc495892e4a564a70786 /math | |
parent | 165609c63973b4e5a90326984bd1974ac153e04e (diff) | |
download | ports-64f2a4cdd633af95d43aaee9b7e914ca2ebf5080.tar.gz ports-64f2a4cdd633af95d43aaee9b7e914ca2ebf5080.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/amath/Makefile | 9 | ||||
-rw-r--r-- | math/amath/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/math/amath/Makefile b/math/amath/Makefile index 71e06704dd53..e6dd29137218 100644 --- a/math/amath/Makefile +++ b/math/amath/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= amath -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.4 CATEGORIES= math MASTER_SITES= http://suyai.innolan.net/ @@ -12,10 +12,10 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE HAS_CONFIGURE= yes -CONFIGURE_ARGS= -Wno-inline-new-delete MAKE_ARGS= CC=${CC} CXX=${CXX} PLIST_FILES= bin/${PORTNAME} -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc + +BROKEN_aarch64= Fails to compile: must define endianness do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @@ -23,7 +23,4 @@ do-install: do-test: ${WRKSRC}/${PORTNAME} test -BROKEN_aarch64= Fails to compile: must define endianness -BROKEN_armv6= Fails to configure: what cpu is this ?! - .include <bsd.port.mk> diff --git a/math/amath/distinfo b/math/amath/distinfo index 4c2a6d68a4da..b9a7d713d9c2 100644 --- a/math/amath/distinfo +++ b/math/amath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485557389 -SHA256 (amath-1.6.2.tar.gz) = 4d6bd3181902945fcc298ac194dd02515310b4bfeca32b8a21325c4bf05a834a -SIZE (amath-1.6.2.tar.gz) = 494838 +TIMESTAMP = 1486229315 +SHA256 (amath-1.6.4.tar.gz) = e060bbac00fe8cad0681494b33f8fdef62553e6153ab3f4195df56aaf5faa38f +SIZE (amath-1.6.4.tar.gz) = 256074 |