Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply local patches, remove excess files - perl-5.32.1 | 2021-03-01 | 1 | -8/+8 | |
| | | | | OK sthen@ | ||||
* | Remove some customizations from the perl build | 2020-06-27 | 1 | -99/+12 | |
| | | | | | | | | | | | | This was originally done so that other things in-tree such as vi could link to libperl and to support non-shared vax. This brings us more in-line with upstream and makes things more understandable. It now links libperl.so to libm, which some software needs, and stops building and installing libperl.a. OK bluhm@ | ||||
* | Update perl manpage list | 2020-04-09 | 1 | -1/+3 | |
| | | | | Missed somehow in perl update | ||||
* | Apply local patches, remove excess files - perl-5.30.1 | 2019-12-30 | 1 | -17/+3 | |
| | | | | Timing is good deraadt@, OK sthen@ | ||||
* | Install OpenBSD::Unveil.3p manpage | 2019-07-14 | 1 | -0/+1 | |
| | | | | Reminded by brynet@ | ||||
* | Install the new perldelta as man pages | 2019-05-25 | 1 | -0/+2 | |
| | |||||
* | Stop using the moribund MLINKS bsd.man.mk feature for Perl manuals. | 2019-05-16 | 1 | -14/+0 | |
| | | | | | | | | It was only used in a very unsystematic way for a small minority of Perl manual pages anyway, and using it consistently would entail unsustainable maintenance workload. Using input from afresh1@ espie@ and Grinnz#p5p; OK afresh1@ espie@ jmc@. | ||||
* | Apply local patches, remove excess files - perl-5.28.1 | 2019-02-13 | 1 | -6/+89 | |
| | | | | looking good sthen@, Great! bluhm@ | ||||
* | Fix perl build not to install libperl* twice. This has caused an | 2018-01-25 | 1 | -21/+2 | |
| | | | | | | actual error if "install" was done parallelly. ok espie todd andrew1, input andrew1 | ||||
* | get rid of flag clang doesn't grok (include -Werror in Configure, because | 2017-07-26 | 1 | -1/+0 | |
| | | | | | | clang will not error out on unknown flags) okay millert@, deraadt@ | ||||
* | move all the post-Configure stuff to Makefile.bsd-wrapper1 instead of just | 2017-06-28 | 1 | -1/+109 | |
| | | | | | | | | | | the man parts. just leave Configure and forwarding targets in Makefile.bsd-wrapper, this allows bsd.lib.mk to function normally without depend, because all the puzzle is here. okay millert@ afresh1@ | ||||
* | Correct list of perl manpages to be installed | 2017-02-18 | 1 | -19/+10 | |
| | | | | Many thanks to schwarze@ for feedback and OK | ||||
* | Apply local patches - perl-5.24.1 | 2017-02-05 | 1 | -34/+32 | |
| | |||||
* | remove reference to file that's only built when dbm is present | 2016-05-07 | 1 | -1/+0 | |
| | |||||
* | ... and link into the build | 2016-05-07 | 1 | -0/+1 | |
| | |||||
* | Actually install OpenBSD::Pledge perl module | 2015-12-10 | 1 | -0/+1 | |
| | |||||
* | Apply local patches, remove excess files - perl-5.20.2 | 2015-04-25 | 1 | -0/+3 | |
| | |||||
* | Don't make manpages from anything in Pod-Perldoc/corpus | 2014-12-07 | 1 | -1/+0 | |
| | | | | OK ingo@ | ||||
* | Do not install function(1), it is just an outdated copy of perlfunc(1). | 2014-12-07 | 1 | -1/+0 | |
| | | | | OK afresh1@ sthen@ | ||||
* | Apply local patches to perl-5.20.1 | 2014-11-17 | 1 | -72/+10 | |
| | | | | ok deraadt@ sthen@ espie@ miod@ | ||||
* | Put back 1.11, lost during the last update; unbreaks NOPIC builds. | 2014-04-03 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | Merge perl-5.18.2 plus local patches, remove old files | 2014-03-24 | 1 | -725/+739 | |
| | | | | OK espie@ sthen@ deraadt@ | ||||
* | install man perlinterp so you can learn all about the interpreter | 2014-02-15 | 1 | -0/+1 | |
| | |||||
* | fix feature(3p) manual, which was missing a generated table. spotted by espie@ | 2013-03-31 | 1 | -1/+1 | |
| | |||||
* | install the proper 5.16.3 perldelta file, spotted by espie@ | 2013-03-31 | 1 | -1/+3 | |
| | |||||
* | Use --stderr to output pod2man problems at build time, rather than embed | 2013-03-30 | 1 | -2/+2 | |
| | | | | them into a "POD ERRORS" section in the produced manpages.(!) ok miod@ | ||||
* | Disable perlcn/perlko/perljp manpages which use EUC encodings, we produce | 2013-03-30 | 1 | -4/+0 | |
| | | | | | | | | | | all manpages in a batch with a single pod2man invocation which is unable to switch encodings. Avoids "Code point xxx is not Unicode, all \p{} matches fail" during build. Disable perltw manpage which relies on getting UTF8 passed through from the source file to pod2man to mandoc; even on a utf8 term with -Tutf8 these don't get displayed correctly. | ||||
* | merge 5.16.3 / sync installed files | 2013-03-25 | 1 | -77/+147 | |
| | |||||
* | hook in requisite bits for OpenBSD::MkTemp to build and man. | 2012-04-13 | 1 | -0/+1 | |
| | |||||
* | switch to installing source manuals (base part) | 2011-06-23 | 1 | -10/+5 | |
| | | | | | discussed with lots of people, tested by naddy@, "move fast" deraadt@ | ||||
* | Generate XS::APItest.0, XS::APItest::KeywordRPN.0 and XS::Typemap.0 | 2010-10-13 | 1 | -9/+4 | |
| | | | | | from the uninstalled sources, as opposed to the staging dir, so vax can have them too. | ||||
* | The XS bits are not generated if NOPIC | 2010-10-06 | 1 | -4/+9 | |
| | |||||
* | merge in perl 5.12.2 plus local changes | 2010-09-24 | 1 | -109/+132 | |
| | |||||
* | No need for perlthanks binary when perlbug -T will do. | 2009-10-13 | 1 | -1/+0 | |
| | |||||
* | Merge in perl 5.10.1 | 2009-10-12 | 1 | -32/+89 | |
| | |||||
* | Remove a couple more bogus man pages and add missing MLINKs. The | 2008-09-30 | 1 | -4/+11 | |
| | | | | makewhatis info for the perl man pages now matches the pages themselves. | ||||
* | Remove bogus man pages and fix the NAME lines for many more. | 2008-09-29 | 1 | -7/+1 | |
| | |||||
* | fix conflicts and merge in local changes to perl 5.10.0 | 2008-09-29 | 1 | -15/+158 | |
| | |||||
* | insert .WAIT so that stuff is built first, and checked afterwards, instead | 2007-11-28 | 1 | -1/+1 | |
| | | | | of everything happening simultaneously. | ||||
* | man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too, | 2007-11-25 | 1 | -0/+5 | |
| | | | | or it attempts to ln them before they exist.... | ||||
* | some make -j fixes. | 2007-11-24 | 1 | -0/+535 | |
- put the man pages in a separate Makefile, they need main build to be finished for dependencies to resolve correctly. - run perl's make depend before we run build. We can probably get rid of most of it, but one of Todd's remarks made me realize we still want to depend perlmain. |