Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 23:23:33 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546697 - head/math/sleef
Message-ID:  <202008272323.07RNNXxL023592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Thu Aug 27 23:23:33 2020
New Revision: 546697
URL: https://svnweb.freebsd.org/changeset/ports/546697

Log:
  math/sleef: update to 3.4.1
  
  While there, fix LLVM11 introduced breakage on HEAD

Modified:
  head/math/sleef/Makefile
  head/math/sleef/distinfo

Modified: head/math/sleef/Makefile
==============================================================================
--- head/math/sleef/Makefile	Thu Aug 27 23:03:40 2020	(r546696)
+++ head/math/sleef/Makefile	Thu Aug 27 23:23:33 2020	(r546697)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sleef
-DISTVERSION=	3.4.0
-PORTREVISION=	1
+DISTVERSION=	3.4.1
 CATEGORIES=	math
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -18,6 +17,8 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	shibatch
 
+# fix on post LLVM11 HEAD
+CFLAGS+=	-fcommon
 CFLAGS_powerpc64=	-mpower8-vector
 
 .include <bsd.port.options.mk>

Modified: head/math/sleef/distinfo
==============================================================================
--- head/math/sleef/distinfo	Thu Aug 27 23:03:40 2020	(r546696)
+++ head/math/sleef/distinfo	Thu Aug 27 23:23:33 2020	(r546697)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556673418
-SHA256 (shibatch-sleef-3.4.0_GH0.tar.gz) = c0ce88211768977eefb4446514381d419e0989c4dd033786d4b7f4627a710309
-SIZE (shibatch-sleef-3.4.0_GH0.tar.gz) = 1173053
+TIMESTAMP = 1598561675
+SHA256 (shibatch-sleef-3.4.1_GH0.tar.gz) = 25babe83b9358817ac05bbec09b7557439e4e96b907b86717906e6d980ff2036
+SIZE (shibatch-sleef-3.4.1_GH0.tar.gz) = 1174096



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008272323.07RNNXxL023592>