sthen 2948c4e131 raptor: backport a (2017!) commit that fixes CVE-2017-18926 heap based
buffer overflow. From wen heping, I added upstream.commit information
to the patch.
2020-11-10 07:43:37 +00:00

31 lines
655 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.19 2020/11/10 07:43:37 sthen Exp $
COMMENT= RDF Parser Toolkit for Redland
DISTNAME= raptor2-2.0.15
PKGNAME= ${DISTNAME:C/raptor2/raptor/}
CATEGORIES= textproc
REVISION= 4
SHARED_LIBS += raptor2 0.0 # 0.0
HOMEPAGE= http://librdf.org/
MASTER_SITES= http://download.librdf.org/source/
# LGPL 2.1+, GPL 2+ or Apache 2+
PERMIT_PACKAGE= Yes
WANTLIB = c crypto curl iconv intl lzma m nghttp2 pthread ssl xml2 xslt
WANTLIB += yajl z
LIB_DEPENDS= devel/libyajl \
net/curl \
textproc/libxslt
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-parsers=all \
--with-www=curl
.include <bsd.port.mk>