Skip to content

Commit ff63305

Browse files
committed
bcal: Update to 2.2
Changes: - Support calc for multi-base expressions - To use calc, export BCAL_USE_CALC=1 - Fix lint issues - Fix issue #30 - Updated auto-generated packages - More portable Makefile
1 parent 287cb4c commit ff63305

3 files changed

Lines changed: 10 additions & 40 deletions

File tree

math/bcal/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.3 2019/06/12 20:57:07 sjmulder Exp $
1+
# $NetBSD: Makefile,v 1.4 2020/01/09 12:21:37 sjmulder Exp $
22

3-
DISTNAME= bcal-2.1
3+
DISTNAME= bcal-2.2
44
CATEGORIES= math
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,6 +16,9 @@ ONLY_FOR_PLATFORM= ${LP64PLATFORMS}
1616
USE_TOOLS+= gmake
1717
DEPENDS+= bc-[0-9]*:../../math/bc
1818
MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
19+
# No -O3 and -Werror
20+
MAKE_FLAGS+= CFLAGS_OPTIMIZATION=
21+
MAKE_FLAGS+= CFLAGS_WARNINGS="-Wall -Wextra -Wno-unused-parameter"
1922

2023
.include "../../mk/readline.buildlink3.mk"
2124
.include "../../mk/bsd.pkg.mk"

math/bcal/distinfo

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2018/12/15 17:25:15 leot Exp $
1+
$NetBSD: distinfo,v 1.2 2020/01/09 12:21:37 sjmulder Exp $
22

3-
SHA1 (bcal-2.1.tar.gz) = 7d2740ee9abd18370449b4b3e46b8ecac77d7072
4-
RMD160 (bcal-2.1.tar.gz) = ad91e17d1dd2cf86c670929495eefc0b9cd3e468
5-
SHA512 (bcal-2.1.tar.gz) = 38965b0f27289e283ed9193c14cd962ec29ed401e8d60e7f012098cb62dacd357d8eac6a5e29f001c0ecf9541fdb55166b0ed2b2ac5c6bc98622244249cff03d
6-
Size (bcal-2.1.tar.gz) = 34175 bytes
7-
SHA1 (patch-Makefile) = 10df94f072e4d08e73458f690ec8df1cce356320
3+
SHA1 (bcal-2.2.tar.gz) = 83a07e924f70894e8cfa5bc5883aa1ba27a7323e
4+
RMD160 (bcal-2.2.tar.gz) = b2eb4c9effe6b73ad986c961e14409559c060f7a
5+
SHA512 (bcal-2.2.tar.gz) = ee9911f9770ed8124a652253f10c8bd5adac6f89086b01e58eef19b5cc4e4f166b45efc1b3104a9de746763fd37a99ef6753b0e7a20047a0f34fb730b1e0e901
6+
Size (bcal-2.2.tar.gz) = 34437 bytes

math/bcal/patches/patch-Makefile

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)