summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/libperl/config.SH-elf.alpha
Commit message (Collapse)AuthorAgeFilesLines
* Remove the perl build. Farewell, old friend.markm2002-05-161-845/+0
|
* Tidy up some of the configs; s/gcc/cc/ to make the choice of C compilermarkm2002-04-211-10/+10
| | | | | more generic. Fix paths for things like scripts (fix perldoc). Tweak externally passed macros.
* Update for Perl 5.6.1.markm2002-03-161-80/+116
|
* Fix the build of C programs that link against libperl, and use thetobez2001-06-131-2/+2
| | | | | | | | | | | blessed way of doing this: cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts` In order for this to work, ldopts should contain -lcrypt. PR: 21804 Reviewed by: markm
* Commit the first version of BSDPAN.joe2001-04-031-2/+2
| | | | | | | | | | | | | | | | | | | BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix. Currently, BSDPAN does the following: o makes p5- FreeBSD ports PREFIX-clean; o registers Perl modules in the FreeBSD package database with a package name derived from the module name. The name is of the form: bsdpan-ModuleName-V.VV. Anyone interested in where BSDPAN is developing should read Anton's message to the ports mailling list: Message-ID: <20010105040828.A26011@heechee.tobez.org> Submitted by: Anton Berezin <tobez@tobez.org>
* Add suffix "-thread" to archname when perl with thread support.vanilla2000-10-301-1/+1
| | | | Approved by: markm
* Fixes and cleanups to the perl build; don't error out when NOCLEAN ismarkm2000-08-201-1/+3
| | | | | | set and directories are being (re)made; build the procname ($0) stuff, don't install miniperl. (Miniperl needs a revisit).
* Bunch-o'-tweaks.markm2000-07-021-52/+52
| | | | | | | | | | | | | | 1) (Biggest) I tried long-and-hard to keep the version number (5.006) backwards compatible with FreeBSD; I have lost this battle, and must defer to the Perl convention (5.6.0). Victims include suidperl. this means that dirs with a name of 5.006 will be replaced with dirs named 5.6.0 in both /usr/libdata/perl and /usr/local/lib/perl. 2) Errno module is added. 3) Alpha bits extensively tweeked after a Beast-build. Other commits to follow.
* Fix the perl build on the Alpha. int32 is 'int' not 'long'. int64 ispeter2000-06-301-4/+4
| | | | 'long', not 'long long'. Maybe the intXX_t types should have been used.
* Userland build stuff for Perl5.006.markm2000-06-251-76/+283
| | | | | This is cleaned up quite a lot since 5.00502, and the library modules are broken out into individual dirs. This should please a lot folk.
* Considerable upgrade to the way perl links to shared objects. Thismarkm2000-03-081-21/+21
| | | | | | | | fixes the way that third-party apps like apache link in perl .so's (and previously did not get libperl linked in.) NOTE - you neeed to recompile all your perl stuff - all the p5-* por4ts with C code, and things like mod_perl.
* Allow perl to be built with thread support.markm1999-09-041-7/+7
| | | | Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* $Id$ -> $FreeBSD$peter1999-08-271-7/+7
|
* Remove $Log garbage from these; it was causing failure when expanded.markm1999-05-051-9/+8
| | | | Found by: Udo Schweigert <ust@cert.siemens.de>
* System Perl is now 5.00503! There is support for threads, but this ismarkm1999-05-021-40/+52
| | | | not currently enabled. Thread-boffins are welcome to send me patches.
* Back out the last commit; it broke things.markm1999-01-171-4/+4
| | | | | | NB! NB! NB! GUYS - the perl5 build is extremely nasty!! Please run all changes to it past me _before_ committing. There are some very subtle gotchas.
* fix optimize= settings - configpm understand only =' or =" as variablesache1999-01-151-4/+4
| | | | and treat any other stuff as comments
* Fix some more turdage from the original ./configure.markm1999-01-141-6/+6
| | | | Submitted by: bde
* Fix paths. This sorts out the remaining p5-* port-creation hassles.markm1998-10-171-11/+11
|
* Fix the shared library configuration stuff.markm1998-09-291-5/+5
| | | | Noticed by: Ollivier Robert
* Repairs to make the ports system work again. Currently, the portsmarkm1998-09-261-13/+13
| | | | | | | are installed in the same place as on 2.2.*; this will almost certainly change in the future. While I'm here, finish off the shared library brouhaha with miniperl.
* Part #2 (final) of suidperl repair.markm1998-09-241-4/+4
|
* Big cleanup of the perl build.markm1998-09-221-15/+17
| | | | | | | | | | | | | 1) Inspired by JB's finding of a hardcoded /usr/bin/ranlib in the config files, these have been properly cleaned up and have been personalised for FreeBSD, not MarkM. 2) Inspired by Peter, copying of the lib/ext etc dirs has been replaced by a link farm. 3) Common code has been moved to a higher-level Makefile.inc. This has been tested with a make -j8.
* I danced with the devil and found the needle in the haystack!jb1998-09-211-1/+1
| | | | | | | Remove the /usr/bin path to ranlib and just let the build environment set the path. Running an aout version of ranlib on an elf library is something we'd prefer not to do. I'm surprised that the build didn't spit any errors when it did this. Shrug.
* Supply correct type widths etc. for alpha.dfr1998-09-161-13/+13
|
* Generalise the build a bit more.markm1998-09-161-0/+587
1) Fix up the NOSHARED stuff (bde) 2) Accomodate CFLAGS (vanilla) 3) Provide separate files for i386 and alpha (Doug Rabson) In case 3, the supplied files were corrupted, but the concepts sound enough, so I just copied what exists into config.SH-{elf|aout}.{i386|alpha}. Alpha team, go ahead and do what is necessary on config.SH-elf.alpha. :-)
OpenPOWER on IntegriCloud