svn commit: r546697 - head/math/sleef

Johannes M Dieterich jmd at FreeBSD.org
Thu Aug 27 23:23:34 UTC 2020


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 at 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


More information about the svn-ports-head mailing list