9dbf98c1c1
fixes the security issue reported in: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1767 http://secunia.com/advisories/30315/ http://bugzilla.gnome.org/show_bug.cgi?id=527297 1.1.24: May 13 20088: - Documentation: man page fix (Vincent Lefevre). - Bug fixes: pattern bug fix, key initialization problems, exclusion of unknown namespaced element on top of stylesheets, python generator syntactic cleanup (Martin)
35 lines
941 B
Makefile
35 lines
941 B
Makefile
# $NetBSD: Makefile,v 1.81 2008/05/22 16:03:10 recht Exp $
|
|
|
|
DISTNAME= libxslt-1.1.24
|
|
CATEGORIES= textproc
|
|
MASTER_SITES+= ftp://xmlsoft.org/libxslt/
|
|
#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
|
COMMENT= XSLT parser library from the GNOME project
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake perl
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= libxslt.pc.in
|
|
PKGCONFIG_OVERRIDE+= libexslt.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
|
|
CPPFLAGS+= -Dsocklen_t=int
|
|
.endif
|
|
|
|
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.27
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|