Update math/libtommath to 1.0.1

With passing tests.  Needed for upcoming perl6 update

ok bcallah@
This commit is contained in:
afresh1 2017-11-25 21:42:51 +00:00
parent 2a05bf59cc
commit f29dd93ef8
3 changed files with 22 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/02/27 19:53:23 jca Exp $
# $OpenBSD: Makefile,v 1.7 2017/11/25 21:42:51 afresh1 Exp $
COMMENT = number theoretic multiple-precision integer library
CATEGORIES = math
@ -8,7 +8,7 @@ MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
GH_ACCOUNT = libtom
GH_PROJECT = libtommath
GH_TAGNAME = v1.0
GH_TAGNAME = v1.0.1
# WTFPL
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,2 +1,2 @@
SHA256 (libtommath-1.0.tar.gz) = Wg1PmnLfussFy128VFz/5YsIwQNQbeaLJ43HbQXP4BA=
SIZE (libtommath-1.0.tar.gz) = 643248
SHA256 (libtommath-1.0.1.tar.gz) = 2ytua1EqrFzJvn5P/dFdlxw/A9P6NfkWB7/hp/p1p6c=
SIZE (libtommath-1.0.1.tar.gz) = 653112

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-makefile_include_mk,v 1.1 2017/11/25 21:42:51 afresh1 Exp $
Index: makefile_include.mk
--- makefile_include.mk.orig
+++ makefile_include.mk
@@ -87,12 +87,6 @@ LIBPATH ?= $(PREFIX)/lib
INCPATH ?= $(PREFIX)/include
DATAPATH ?= $(PREFIX)/share/doc/libtommath/pdf
-#make the code coverage of the library
-#
-coverage: CFLAGS += -fprofile-arcs -ftest-coverage -DTIMING_NO_LOGS
-coverage: LFLAGS += -lgcov
-coverage: LDFLAGS += -lgcov
-
coverage: $(COVERAGE)
$(COVERAGE_APP)