svn commit: r434058 - head/math/amath

Joseph Mingrone jrm at FreeBSD.org
Mon Feb 13 22:26:27 UTC 2017


Author: jrm
Date: Mon Feb 13 22:26:25 2017
New Revision: 434058
URL: https://svnweb.freebsd.org/changeset/ports/434058

Log:
  math/amath: Update to version 1.6.4.
  
  Remove ONLY_FOR_ARCHS.
  
  PR:		216926
  Submitted by:	cs at innolan.dk (maintainer)
  Reviewed by:	linimon
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9541

Modified:
  head/math/amath/Makefile
  head/math/amath/distinfo

Modified: head/math/amath/Makefile
==============================================================================
--- head/math/amath/Makefile	Mon Feb 13 22:13:34 2017	(r434057)
+++ head/math/amath/Makefile	Mon Feb 13 22:26:25 2017	(r434058)
@@ -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>

Modified: head/math/amath/distinfo
==============================================================================
--- head/math/amath/distinfo	Mon Feb 13 22:13:34 2017	(r434057)
+++ head/math/amath/distinfo	Mon Feb 13 22:26:25 2017	(r434058)
@@ -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


More information about the svn-ports-all mailing list