Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove files no longer in perl 5.12.2 (or that have moved) | 2010-09-24 | 1 | -3622/+0 | |
| | |||||
* | Merge in some local changes that got lost. | 2009-10-13 | 1 | -1/+1 | |
| | |||||
* | Merge in perl 5.10.1 | 2009-10-12 | 1 | -349/+235 | |
| | |||||
* | Remove hack from MM_Unix.pm and simply set man1dir to 'none' in | 2008-10-12 | 1 | -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. | 2008-10-01 | 1 | -1/+4 | |
| | | | | This time, add a comment describing why it is there. | ||||
* | re-apply change from rev 1.18 | 2008-10-01 | 1 | -1/+1 | |
| | |||||
* | fix conflicts and merge in local changes to perl 5.10.0 | 2008-09-29 | 1 | -298/+360 | |
| | |||||
* | fix another make -j race, avoid rebuilding some archives twice in parallel. | 2008-01-29 | 1 | -1/+1 | |
| | | | | okay millert@, went thru several full builds including >500 perl packages... | ||||
* | pass COPTS thru, okay millert@ | 2007-05-15 | 1 | -1/+1 | |
| | |||||
* | merge in perl 5.8.8 | 2006-03-28 | 1 | -792/+329 | |
| | |||||
* | merge local changes into perl-5.8.3 | 2004-04-07 | 1 | -1/+1 | |
| | |||||
* | Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffolding | 2003-12-03 | 1 | -1087/+1180 | |
| | |||||
* | Back out a local OpenBSD change I adapted from a 5.6.1 change. | 2002-11-03 | 1 | -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 match | 2002-11-03 | 1 | -2/+2 | |
| | | | | =head[1-4] correctly. | ||||
* | MakeMaker now appears to try to install pod pages in $installman{1,3}dir. | 2002-10-31 | 1 | -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 changes | 2002-10-27 | 1 | -965/+1154 | |
| | |||||
* | merge in perl 5.6.1 with our local changes | 2001-05-24 | 1 | -52/+90 | |
| | |||||
* | Insure detection of prefixes is limited to whole words. This avoids | 2001-05-08 | 1 | -3/+3 | |
| | | | | | | recognizing /usr/libdata as /usr/lib. Ok millert@ | ||||
* | perl-5.6.0 + local changes | 2000-04-06 | 1 | -121/+367 | |
| | |||||
* | o kill colon-separated paths in *libexp, they confuse too many modules | 1999-05-09 | 1 | -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 a | 1999-05-09 | 1 | -3/+9 | |
| | | | | | hack and I may simply change those variables to point to a single pathname. | ||||
* | perl5.005_03 (stock) | 1999-04-29 | 1 | -65/+265 | |
| | |||||
* | perl 5.004_04 | 1997-11-30 | 1 | -152/+404 | |
| | |||||
* | Fix a bug in an internal perl build script fragment that caused a bogus | 1996-10-04 | 1 | -3/+5 | |
| | | | | Makefile to be built for the sdbm library subdir. | ||||
* | Import of Perl 5.003 into the tree. Makefile.bsd-wrapper and | 1996-08-19 | 1 | -0/+3118 | |
config.sh.OpenBSD are the only local changes. |