Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-16 | Make it work on Solaris. | veego | 1 | -1/+10 | |
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -3/+2 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-11 | s/netbsd/${LOWER_OPSYS}/ | abs | 1 | -4/+5 | |
1999-02-04 | Re-enable 5.003 bin-compat. Though it's not *supposed* to do so, | tv | 1 | -4/+3 | |
compiling modules with this turned on makes the resulting modules or libperl-linking programs reference 5.003 namespace symbols. | |||||
1998-12-02 | Install a PIC version of DynaLoader.o so that, e.g., mod_perl can link it | tv | 1 | -1/+7 | |
in with a dlopen of libperl. | |||||
1998-12-02 | Do not use Perl's malloc (will interfere with modules that interact with | tv | 1 | -2/+3 | |
code that is outside of Perl's reach). The BSD malloc is Fine. | |||||
1998-12-02 | Do not enable binary compatibility with Perl 5.003. We have never had a | tv | 1 | -2/+2 | |
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes namespace polluting symbols. | |||||
1998-12-02 | Add libperl, a shared object version of the Perl link library. Installs | tv | 1 | -0/+38 | |
only libperl.so and `soperl' (a Perl binary that uses the libperl.so); requires the perl5 pkg to be installed for all the rest of Perl. |