Max and/or Nathan (in particular) ... this is mostly in Perl packaging
land, so would appreciate reviews from those who know more about this
than I.
Changes committed to git://oss.sgi.com/kenj/pcp.git dev
configure.in | 1 +
src/cpan/GNUmakefile | 22 +++++++++++-----------
src/include/builddefs.in | 9 +++++----
3 files changed, 17 insertions(+), 15 deletions(-)
commit aab4014a1ee319cd65e1071e0d63b4a682187b21
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sat Jul 30 09:54:16 2011 +1000
packaging changes - gentoo and perl
Add case for target_distro=gentoo in configure.in.
Change the Perl packaging logic for the non-Debian-like builds.
The generation of the .packlist files in the Perl builds does not
happen on all platforms when Makefile is generated from Makefile.PL
with ExtUtils::MakeMaker and INSTALLDIRS=vendor, so changed the
logic to use the "Installing ..." lines from "make -f Makefile
install" to build the $(TOPDIR)/perl-pcp-*.list files (this is all
in the $PERL_GET_FILELIST macro defined in builddefs). And if the
perl-pcp-*.list files are created, then use these to drive the PCP
packaging (the last step used to be only for the "darwin" platform,
but is needed for other platforms like Gentoo where the "packaging"
is simply a tarball).
|