summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl
Commit message (Expand)AuthorAgeFilesLines
* Always build and install suidperl. Only install suidperl setuid whenimp2000-08-132-5/+5
* Don't build suidperl by default. Make users specifically enable itsimp2000-08-101-1/+1
* Bunch-o'-tweaks.markm2000-07-026-149/+149
* Fix the perl build on the Alpha. int32 is 'int' not 'long'. int64 ispeter2000-06-302-8/+8
* Tweaks to the build to allow "make -DNOCLEAN" and "make release" tomarkm2000-06-293-2/+10
* Fix the upgrade-build case.markm2000-06-2715-28/+40
* Fix for bootstrapping. Grr. Pointy Hat Please?markm2000-06-263-2/+14
* Thread support for v5.6.0markm2000-06-262-154/+566
* Userland build stuff for Perl5.006.markm2000-06-2539-999/+984
* Remove libxpg4ache2000-06-042-4/+4
* Perl lib configuration for IA-64 (along with PPC and arm32)obrien2000-04-176-0/+3602
* Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64steve2000-04-164-0/+2400
* Fixed wrong path to libperl in DPADD.bde2000-03-271-4/+7
* Don't abuse LDADD for holding linker flags. Doing so brokebde2000-03-272-6/+4
* Fixed missing DPADD.bde2000-03-271-3/+2
* Considerable upgrade to the way perl links to shared objects. Thismarkm2000-03-087-96/+104
* Fix for (amongst other things) the cross-compile case where a too-oldmarkm2000-01-291-1/+1
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-182-4/+3
* Add libmd to LDFLAGS. libmd is needed by libcrypt.marcel1999-12-161-1/+1
* Make the perl build a little less chatty.jkh1999-12-161-14/+14
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+3
* Misuse MakeMaker's DEFINE parameter to add an include path to the ccmarcel1999-12-151-3/+4
* Override PERL and FULLPERL to be just "perl". This prevents MakeMakermarcel1999-12-041-12/+11
* Add miniperlmain.c to CLEANFILES and remove a second instance ofmarcel1999-12-041-2/+2
* Add perlopentut.pod, perlreftut.pod and perlthrtut.pod to the list ofsheldonh1999-11-171-3/+4
* Rename a macro; it gets set at "make world" time, and I had a localmarkm1999-09-252-3/+3
* Fix problem where a macro is not properly initialised in the !THREADmarkm1999-09-241-2/+2
* Low-level, but significant cleanup of Perl's build process.markm1999-09-247-154/+65
* Oops. Forgot to cvs add these for threads support.markm1999-09-042-0/+1200
* Allow perl to be built with thread support.markm1999-09-048-22/+87
* $Id$ -> $FreeBSD$peter1999-08-2731-49/+49
* Add one more dependency (oops).dt1999-05-131-2/+2
* Added some missing dependencies.dt1999-05-121-7/+9
* Remove $Log garbage from these; it was causing failure when expanded.markm1999-05-053-27/+24
* System Perl is now 5.00503! There is support for threads, but this ismarkm1999-05-028-127/+165
* Need to translate more .h to .ph then just /usr/include &julian1999-03-181-2/+2
* Back out the last commit; it broke things.markm1999-01-173-12/+12
* fix optimize= settings - configpm understand only =' or =" as variablesache1999-01-153-12/+12
* Fix some more turdage from the original ./configure.markm1999-01-143-18/+18
* When doing a setuid script, the usual #!/usr/bin/perl detects it and execspeter1999-01-121-1/+3
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-2/+2
* Fix paths. This sorts out the remaining p5-* port-creation hassles.markm1998-10-173-33/+33
* Properly install the *.h files in CORE and Config.pm where it wants to be.markm1998-10-151-1/+7
* Damn - dirname(1) is not available this early. Work-around.markm1998-10-121-5/+3
* Very substantial debug/improvement of the FreeBSD/Perl5 build.markm1998-10-117-361/+166
* Allow NOSUIDPERL to DTRT.markm1998-09-301-2/+6
* Fix the shared library configuration stuff.markm1998-09-293-15/+15
* Repairs to make the ports system work again. Currently, the portsmarkm1998-09-265-43/+42
* Part #2 (final) of suidperl repair.markm1998-09-243-12/+12
* More make cleanups.markm1998-09-233-7/+6
OpenPOWER on IntegriCloud