summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/ExtUtils/MM_Unix.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove files no longer in perl 5.12.2 (or that have moved)millert2010-09-241-3622/+0
|
* Merge in some local changes that got lost.millert2009-10-131-1/+1
|
* Merge in perl 5.10.1millert2009-10-121-349/+235
|
* Remove hack from MM_Unix.pm and simply set man1dir to 'none' inmillert2008-10-121-4/+1
| | | | installperl to prevent man page installation of the perl man pages.
* Add another change that got dropped in the merge of perl 5.10.0.millert2008-10-011-1/+4
| | | | This time, add a comment describing why it is there.
* re-apply change from rev 1.18millert2008-10-011-1/+1
|
* fix conflicts and merge in local changes to perl 5.10.0millert2008-09-291-298/+360
|
* fix another make -j race, avoid rebuilding some archives twice in parallel.espie2008-01-291-1/+1
| | | | okay millert@, went thru several full builds including >500 perl packages...
* pass COPTS thru, okay millert@espie2007-05-151-1/+1
|
* merge in perl 5.8.8millert2006-03-281-792/+329
|
* merge local changes into perl-5.8.3millert2004-04-071-1/+1
|
* Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffoldingmillert2003-12-031-1087/+1180
|
* Back out a local OpenBSD change I adapted from a 5.6.1 change.millert2002-11-031-1/+1
| | | | I don't think it is needed anymore and it breaks MM_Unix's prefixify test.
* The regex used in ExtUtils-MakeMaker-6.05 to check for pod didn't matchmillert2002-11-031-2/+2
| | | | =head[1-4] correctly.
* MakeMaker now appears to try to install pod pages in $installman{1,3}dir.millert2002-10-311-4/+3
| | | | | | | | | | However, we define that to the empty string in OpenBSD since we want to format and install perl's man pages ourselves. As a result, man pages were not being generated from .pm files in 3rd party modules. To fix this, go back to the older behavior of using $inst_man{1,3}dir. Also, while I'm in here, improve the regexp for deciding what consists of pod, based on ExtUtils-MakeMaker-6.05.
* Resolve conflicts, remove old files, merge local changesmillert2002-10-271-965/+1154
|
* merge in perl 5.6.1 with our local changesmillert2001-05-241-52/+90
|
* Insure detection of prefixes is limited to whole words. This avoidsespie2001-05-081-3/+3
| | | | | | recognizing /usr/libdata as /usr/lib. Ok millert@
* perl-5.6.0 + local changesmillert2000-04-061-121/+367
|
* o kill colon-separated paths in *libexp, they confuse too many modulesmillert1999-05-091-9/+3
| | | | | | | | | | | | | | o kill MakeMaker hack (no longer needed) o define APPLLIB_EXP to be /usr/local/libdata/perl5 to let users override standard modules if they want The perl search path in @INC is now: /usr/local/libdata/perl5 /usr/libdata/perl5/i386-openbsd/5.00503 /usr/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl .
* Deal with colon-separated paths in *libexp variables. This is amillert1999-05-091-3/+9
| | | | | hack and I may simply change those variables to point to a single pathname.
* perl5.005_03 (stock)millert1999-04-291-65/+265
|
* perl 5.004_04millert1997-11-301-152/+404
|
* Fix a bug in an internal perl build script fragment that caused a bogusdownsj1996-10-041-3/+5
| | | | Makefile to be built for the sdbm library subdir.
* Import of Perl 5.003 into the tree. Makefile.bsd-wrapper anddownsj1996-08-191-0/+3118
config.sh.OpenBSD are the only local changes.