Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-09-07 | Add file checksum, now that it needs one. | jlam | 1 | -0/+3 | |
2000-09-07 | Update to libperl-5.6.0nb1. This adds back the shared object file | jlam | 3 | -12/+18 | |
${PERL5_ARCHLIB}/DynaLoader_pic.o, which contains the dynamic loader in dynamically loadable form. This is needed by ap-perl. | |||||
2000-09-03 | NO_CHECKSUM is set, so we don't need an md5 file | wiz | 1 | -2/+0 | |
2000-09-03 | If perl dependency isn't found, build in lang/perl5, not lang/perl5-current | jlam | 1 | -2/+2 | |
2000-08-30 | Update libperl to 5.6.0. This matches the version of the main perl5 | jlam | 7 | -62/+26 | |
distribution in pkgsrc. | |||||
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
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-09-10 | libperl uses the packages from the perl package. | hubertf | 1 | -3/+3 | |
Reflect the recent changes there. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+12 | |
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-04-08 | s/netbsd/${LOWER_OPSYS}/g | agc | 2 | -6/+6 | |
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 | 3 | -3/+11 | |
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 | 6 | -0/+57 | |
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. |