1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 2.1.4

This commit is contained in:
Vsevolod Stakhov 2014-01-10 13:33:13 +00:00
parent d20984f74e
commit e47d455f34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339352
3 changed files with 3 additions and 15 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= clasp
PORTVERSION= 2.1.3
PORTREVISION= 1
PORTVERSION= 2.1.4
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= potassco/${PORTNAME}/${PORTVERSION}

View File

@ -1,2 +1,2 @@
SHA256 (clasp-2.1.3-source.tar.gz) = 84b737845482b91f8ccb6eab6784c7641bb6986ce725194d3f74ddaf832ebfc7
SIZE (clasp-2.1.3-source.tar.gz) = 397519
SHA256 (clasp-2.1.4-source.tar.gz) = 9d4077d64b549903999d8da0689e81855ed4ba488f6c9628c1493788ae73aad5
SIZE (clasp-2.1.4-source.tar.gz) = 402549

View File

@ -1,11 +0,0 @@
--- libclasp/clasp/util/platform.h.orig 1970-09-03 18:56:56.000000000 +0100
+++ libclasp/clasp/util/platform.h 1970-09-03 19:04:47.000000000 +0100
@@ -107,7 +107,7 @@
template <bool> struct static_assertion;
template <> struct static_assertion<true> {};
-#if !defined(__cplusplus) || __cplusplus < 201103L
+#if !defined(__cplusplus) || !defined(static_assert)
#define static_assert(x, message) (void)sizeof(static_assertion< (x) >)
#endif