OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 09-Nov-2005 14:27:11 Branch: HEAD Handle: 2005110913271100 Added files: openpkg-src/perl-module perl-module.patch Modified files: openpkg-src/perl-module perl-module.spec Log: do not insist that pkg-config already exists when building ExtUtils::PkgConfig (it is sufficient if the user requires it) Summary: Revision Changes Path 1.1 +17 -0 openpkg-src/perl-module/perl-module.patch 1.4 +3 -1 openpkg-src/perl-module/perl-module.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-module/perl-module.patch ============================================================================ $ cvs diff -u -r0 -r1.1 perl-module.patch --- /dev/null 2005-11-09 14:27:06 +0100 +++ perl-module.patch 2005-11-09 14:27:11 +0100 @@ -0,0 +1,17 @@ +Index: ExtUtils-PkgConfig-1.07/Makefile.PL +--- ExtUtils-PkgConfig-1.07/Makefile.PL.orig 2005-11-09 14:25:08 +0100 ++++ ExtUtils-PkgConfig-1.07/Makefile.PL 2005-11-09 14:25:44 +0100 +@@ -1,13 +1,6 @@ + use 5.006; + use ExtUtils::MakeMaker; + +-# don't go any further if pkg-config cannot be found. +-`pkg-config --version` or die "*** +-*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't +-*** seem to be in your PATH. it is correctly installed? +-*** PATH=$ENV{PATH} +-***\n"; +- + WriteMakefile( + # FIXME this doesn't work very well with native win32 perl + 'dist' => { @@ . patch -p0 <<'@@ .' Index: openpkg-src/perl-module/perl-module.spec ============================================================================ $ cvs diff -u -r1.3 -r1.4 perl-module.spec --- openpkg-src/perl-module/perl-module.spec 31 Oct 2005 18:48:49 -0000 1.3 +++ openpkg-src/perl-module/perl-module.spec 9 Nov 2005 13:27:11 -0000 1.4 @@ -50,7 +50,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20051031 +Release: 20051109 # list of sources Source0: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz @@ -62,6 +62,7 @@ Source6: http://www.cpan.org/modules/by-module/Module/Module-CoreList-%{V_module_corelist}.tar.gz Source7: http://www.cpan.org/modules/by-module/Module/Module-Info-%{V_module_info}.tar.gz Source8: http://www.cpan.org/modules/by-module/Module/Module-Locate-%{V_module_locate}.tar.gz +Patch0: perl-module.patch # build information Prefix: %{l_prefix} @@ -135,6 +136,7 @@ %setup -q -T -D -a 6 %setup -q -T -D -a 7 %setup -q -T -D -a 8 + %patch -p0 %build @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org