diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-06-30 16:41:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-06-30 16:41:51 +0000 |
commit | 0dde672d768d01d335e6b9b09774453012e22976 (patch) | |
tree | e35766c67d085cf6ea64905313013d18e70dfbe7 /perl-core/DB_File/files | |
parent | . (diff) | |
download | historical-0dde672d768d01d335e6b9b09774453012e22976.tar.gz historical-0dde672d768d01d335e6b9b09774453012e22976.tar.bz2 historical-0dde672d768d01d335e6b9b09774453012e22976.zip |
Bumped for patch. The default Makefile.PL was overriding any calls for INSTALLDIRS and placing the module in the core perl dirs instead of vendor. The patch changes perl to vendor in the Makefile.PL (another kludge) to correct this. Will eventually fix bugs 97476, 97497
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/DB_File/files')
-rw-r--r-- | perl-core/DB_File/files/DB_File-MakeMaker.patch | 11 | ||||
-rw-r--r-- | perl-core/DB_File/files/digest-DB_File-1.811-r1 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/perl-core/DB_File/files/DB_File-MakeMaker.patch b/perl-core/DB_File/files/DB_File-MakeMaker.patch new file mode 100644 index 000000000000..0640feeba640 --- /dev/null +++ b/perl-core/DB_File/files/DB_File-MakeMaker.patch @@ -0,0 +1,11 @@ +--- Makefile.PL.old 2005-06-30 12:31:52.000000000 -0400 ++++ Makefile.PL 2005-06-30 12:35:11.000000000 -0400 +@@ -54,7 +54,7 @@ WriteMakefile( + 'depend' => { 'Makefile' => 'config.in', + 'version$(OBJ_EXT)' => 'version.c'}, + 'clean' => { FILES => 'constants.h constants.xs' }, +- 'macro' => { INSTALLDIRS => 'perl', my_files => "@files" }, ++ 'macro' => { INSTALLDIRS => 'vendor', my_files => "@files" }, + 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', + DIST_DEFAULT => 'MyDoubleCheck tardist'}, + ); diff --git a/perl-core/DB_File/files/digest-DB_File-1.811-r1 b/perl-core/DB_File/files/digest-DB_File-1.811-r1 new file mode 100644 index 000000000000..b1156336765c --- /dev/null +++ b/perl-core/DB_File/files/digest-DB_File-1.811-r1 @@ -0,0 +1 @@ +MD5 b5fe98c944ead904ebf2afb3eff95b9f DB_File-1.811.tar.gz 86858 |