Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-XML-SAX
From: Klaus Heinz
Date: 2007-06-14 01:17:32
Message id: 20070613231732.5F04D21507@cvs.netbsd.org
Log Message:
- The package supports installation to DESTDIR. The only issue was the
creation of the parser registry (ParserDetails.ini) at installation
time which does not work if using DESTDIR.
Instead of breaking abstraction barriers (use of _USE_DESTDIR) to make
this work, this task was moved to INSTALL/DEINSTALL scripts where it
really belongs, which incidentally also solves the problem described
above.
- In order to move the creation of the parser registry to the pkgsrc
scripts, Makefile.PL was changed (through patch-aa) to respect the
variable SKIP_SAX_INSTALL (inspired by XML::LibXML).
- File::Temp is a part of Perl since 5.6.1 so we do not need an explicit
DEPENDS line for this.
Files: