88a94c747c
Zstandard v1.4.3 Dictionary Compression Regression We discovered an issue in the v1.4.2 release, which can degrade the effectiveness of dictionary compression. This release fixes that issue. Detailed Changes * bug: Fix Dictionary Compression Ratio Regression * bug: Fix Buffer Overflow in v0.3 Decompression * build: Add support for IAR C/C++ Compiler for Arm * misc: Add NULL pointer check in util.c by
26 lines
769 B
Makefile
26 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.25 2019/08/20 13:04:52 adam Exp $
|
|
|
|
DISTNAME= zstd-1.4.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://facebook.github.io/zstd/
|
|
COMMENT= Fast real-time compression algorithm
|
|
LICENSE= modified-bsd OR gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= ggrep gmake pkg-config
|
|
PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
|
|
MAKE_FLAGS= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
|
|
MAKE_FLAGS+= INSTALL=${INSTALL:Q}
|
|
|
|
BUILD_TARGET= allmost
|
|
TEST_TARGET= test
|
|
|
|
.include "../../archivers/lz4/buildlink3.mk"
|
|
.include "../../archivers/xz/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|