Commit graph

18 commits

Author SHA1 Message Date
jlam
7874880003 Add file checksum, now that it needs one. 2000-09-07 04:38:30 +00:00
jlam
f5ec09e61d Update to libperl-5.6.0nb1. This adds back the shared object file
${PERL5_ARCHLIB}/DynaLoader_pic.o, which contains the dynamic loader in
dynamically loadable form.  This is needed by ap-perl.
2000-09-07 04:37:54 +00:00
wiz
4470183fe3 NO_CHECKSUM is set, so we don't need an md5 file 2000-09-03 15:05:51 +00:00
jlam
27b70be02f If perl dependency isn't found, build in lang/perl5, not lang/perl5-current 2000-09-03 07:33:12 +00:00
jlam
6382d6eaf4 Update libperl to 5.6.0. This matches the version of the main perl5
distribution in pkgsrc.
2000-08-30 19:04:04 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
veego
f78f035710 Make it work on Solaris. 2000-05-16 14:46:44 +00:00
tron
782b73a94b Adapt to new handling of "${CONFIGURE}". 2000-03-27 08:54:53 +00:00
hubertf
3dc14856ae libperl uses the packages from the perl package.
Reflect the recent changes there.
1999-09-10 02:38:48 +00:00
agc
7bfb5c4758 Add package patch checksum files. 1999-07-09 13:54:06 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
abs
5167d7a4b2 s/netbsd/${LOWER_OPSYS}/ 1999-05-11 07:49:55 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
tv
2f728b6fc4 Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,
compiling modules with this turned on makes the resulting modules or
libperl-linking programs reference 5.003 namespace symbols.
1999-02-04 22:16:00 +00:00
tv
910aeb3ff8 Install a PIC version of DynaLoader.o so that, e.g., mod_perl can link it
in with a dlopen of libperl.
1998-12-02 22:15:02 +00:00
tv
f57d62862c Do not use Perl's malloc (will interfere with modules that interact with
code that is outside of Perl's reach).  The BSD malloc is Fine.
1998-12-02 16:53:02 +00:00
tv
300b494303 Do not enable binary compatibility with Perl 5.003. We have never had a
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes
namespace polluting symbols.
1998-12-02 15:04:07 +00:00
tv
ea20e141eb Add libperl, a shared object version of the Perl link library. Installs
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.
1998-12-02 02:42:05 +00:00