Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 20:09:32 +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: r547674 - in head/math/sleef: . files
Message-ID:  <202009052009.085K9WKt053217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Sat Sep  5 20:09:32 2020
New Revision: 547674
URL: https://svnweb.freebsd.org/changeset/ports/547674

Log:
  math/sleef: update to 3.5.0
  
  With this, remove fcommon workaround and patch.

Deleted:
  head/math/sleef/files/
Modified:
  head/math/sleef/Makefile
  head/math/sleef/distinfo
  head/math/sleef/pkg-plist

Modified: head/math/sleef/Makefile
==============================================================================
--- head/math/sleef/Makefile	Sat Sep  5 19:33:16 2020	(r547673)
+++ head/math/sleef/Makefile	Sat Sep  5 20:09:32 2020	(r547674)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sleef
-DISTVERSION=	3.4.1
+DISTVERSION=	3.5.0
 CATEGORIES=	math
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -17,8 +17,6 @@ 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	Sat Sep  5 19:33:16 2020	(r547673)
+++ head/math/sleef/distinfo	Sat Sep  5 20:09:32 2020	(r547674)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598561675
-SHA256 (shibatch-sleef-3.4.1_GH0.tar.gz) = 25babe83b9358817ac05bbec09b7557439e4e96b907b86717906e6d980ff2036
-SIZE (shibatch-sleef-3.4.1_GH0.tar.gz) = 1174096
+TIMESTAMP = 1599336132
+SHA256 (shibatch-sleef-3.5.0_GH0.tar.gz) = 6b952560cec091477affcb18baf06bf50cef9f932ff6aba491a744ee8e77ffea
+SIZE (shibatch-sleef-3.5.0_GH0.tar.gz) = 1205317

Modified: head/math/sleef/pkg-plist
==============================================================================
--- head/math/sleef/pkg-plist	Sat Sep  5 19:33:16 2020	(r547673)
+++ head/math/sleef/pkg-plist	Sat Sep  5 20:09:32 2020	(r547674)
@@ -2,10 +2,10 @@ include/sleef.h
 include/sleefdft.h
 lib/libsleef.so
 lib/libsleef.so.3
-lib/libsleef.so.3.4.0
+lib/libsleef.so.3.5.0
 lib/libsleefdft.so
 lib/libsleefdft.so.3
-lib/libsleefdft.so.3.4.0
+lib/libsleefdft.so.3.5.0
 %%NO_PPC64%%lib/libsleefgnuabi.so
 %%NO_PPC64%%lib/libsleefgnuabi.so.3
-%%NO_PPC64%%lib/libsleefgnuabi.so.3.4
+%%NO_PPC64%%lib/libsleefgnuabi.so.3.5



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