4a29046189
-fix more potential problems on reallocation failures (CVE-2011-1944) -Fix memory corruption also replace an error handling which doesn't recover from integer overflow bump PKGREV
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.109 2011/06/06 12:09:01 drochner Exp $
|
|
|
|
DISTNAME= libxml2-2.7.8
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
|
|
http://xmlsoft.org/sources/
|
|
#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.7/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
COMMENT= XML parser library from the GNOME project
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_FEATURES= glob
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= libxml-2.0.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
|
|
CONFIGURE_ARGS+= --with-html-subdir=libxml2
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
.include "options.mk"
|
|
|
|
# Don't use threads - it's not apparent whether it's necessary or not,
|
|
# and this library needs to be usable by non-threaded applications too
|
|
CONFIGURE_ARGS+= --without-threads
|
|
|
|
MAKE_ENV+= PAX=${PAX:Q}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
TEST_TARGET= check
|
|
|
|
SUBST_CLASSES+= cat
|
|
SUBST_STAGE.cat= pre-configure
|
|
SUBST_FILES.cat= catalog.c xmlcatalog.c
|
|
SUBST_SED.cat= -e "s,@@SGML_DEFAULT_CATALOG@@,${SGML_DEFAULT_CATALOG},g"
|
|
SUBST_SED.cat+= -e "s,@@XML_DEFAULT_CATALOG@@,${XML_DEFAULT_CATALOG},g"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../textproc/xmlcatmgr/catalogs.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|