the module XML::SAX:Base is at version 1.04 since 2002, no newer release is available. Since about the same time the Perl 5 module XML::SAX includes the XML::SAX::Base module, the CHANGES file says: 0.11 03 Sep 2002 Matt Sergeant - Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes) Hence the packages textproc/p5-XML-SAX-Base and textproc/p5-XML-SAX are conflicting. To resolve this situation and as discussed with he@: - Remove the package textproc/p5-XML-SAX-Base. - Make textproc/p5-XML-SAX conflicting with the now defunct textproc/p5-XML-SAX-Base. Bump PKGREVISION of textproc/p5-XML-SAX to 2. - Adjust accordingly the dependencies of textproc/p5-XML-SAX-Writer: make it depend on textproc/p5-XML-SAX. Bump PKGREVISION of textproc/p5-XML-SAX-Writer to 1.
35 lines
989 B
Makefile
35 lines
989 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/03/08 13:30:47 seb Exp $
|
|
|
|
DISTNAME= XML-SAX-0.96
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-SAX/
|
|
COMMENT= Perl interface to the SAX2 XML Parser
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
CONFLICTS+= p5-XML-SAX-Base-[0-9]*
|
|
|
|
DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport
|
|
# included in perl>=5.6.1
|
|
#DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
|
|
|
|
MAKE_ENV= SKIP_SAX_INSTALL=yes
|
|
EGSUBDIR= share/examples/p5-XML-SAX
|
|
CONF_FILES= ${EGSUBDIR}/ParserDetails.ini \
|
|
${PERL5_INSTALLVENDORLIB}/XML/SAX/ParserDetails.ini
|
|
|
|
PERL5_PACKLIST= auto/XML/SAX/.packlist
|
|
|
|
INSTALLATION_DIRS+= ${EGSUBDIR}
|
|
|
|
post-install:
|
|
${ECHO} > ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}/ParserDetails.ini
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|