pkgsrc/www/libsass/Makefile
adam cb70857724 libsass: updated to 3.6.3
3.6.3:
This release fixes issues introduced with 3.6.2 and the extend backport.
Also fixes an issue with memory lifespan of error_src on the C-API.
Additionally some edge case crashes have also been addressed.

Changelog
Fix compound extend warning
Fix extend being stuck in endless loop
Fix various edge-case segfault crashes
Extend error_src lifetime on c-api context
Fix memory leak in permutation function
Preserve indentation in nested mode
2019-11-04 12:56:39 +00:00

24 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/11/04 12:56:39 adam Exp $
DISTNAME= libsass-3.6.3
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://sass-lang.com/libsass/
COMMENT= C/C++ port of the Sass CSS precompiler
LICENSE= mit
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= aclocal autoheader autoconf automake gmake
GNU_CONFIGURE= yes
MAKE_FILE= GNUmakefile
PKGCONFIG_OVERRIDE= src/support/libsass.pc.in
pre-configure:
${RUN} cd ${WRKSRC}; libtoolize -c -f; \
aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../mk/bsd.pkg.mk"