summaryrefslogtreecommitdiff
path: root/lang/libperl
AgeCommit message (Collapse)AuthorFilesLines
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-11-15buildlink1 -> buildlink2jlam1-10/+7
2002-10-19Add a buildlink2.mk file that allows for libperl or perl>=5.8.0.jlam1-0/+22
2002-07-22libperl needs perl<5.8.0 and perl>=5.6.1.jlam1-2/+2
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam1-2/+3
DynaLoader.a is now an archive of PIC objects.
2001-12-03Use PKGREVISION to manage package-specific versions numbers that differjlam1-3/+2
from the distfile version number. G/C the version number stuff from perl5/Makefile.common, preserving only PERL5_DIST_VERS as it's still used by libperl.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-4/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-07-02s/PERL_REQD/PERL5_REQD/gjlam1-2/+2
2001-06-07Update perl to 5.6.1. Changes from perl-5.6.0 include many bug fixes,jlam3-28/+31
the plugging of several memory leaks, fixes to the regular expression engine, the addition of a Unicode character classes, better support for 64-bit platorms, and updates of many modules in the base Perl Library. See perldelta.pod for more details. Also update p5-Data-Dumper, p5-Devel-DProf, and p5-Devel-Peek to the latest versions distributed with the perl-5.6.1 sources, and libperl to 5.6.1 to match the perl package.
2001-06-06Fix distinfo. Noted by Nathan Ahlstrom in pkg/13124.wiz1-3/+3
2001-05-29For now, use own distinfo, since it doesn't use lang/perl5-base's patches.wiz2-2/+6
2001-05-20Update libperl to 5.6.0nb3. This is basically a downgrade to versionjlam3-37/+23
5.6.0nb1 as this package no longer builds and installs libperl.so as a shared library. Instead, libperl.so is built and installed by the perl (as of 5.6.0nb6) if the platform supports shared libraries (or if MKPIC=yes). The libperl package again only installs DynaLoader.o as a relocatable shared object.
2001-05-18Fix this to build on a.out platforms. Addresses pkg/12945 by John Klos.jlam2-6/+13
2001-05-12space -> tab.wiz1-3/+3
2001-05-11Update libperl to 5.6.0nb2. Changes from version 5.6.0nb1 include addingjlam3-16/+27
back a dynamic libperl.so to the installation, needed as a result of a change made on 2000-11-08 to the perl5-base package to not build against a dynamic libperl.so.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-09-07Add file checksum, now that it needs one.jlam1-0/+3
2000-09-07Update to libperl-5.6.0nb1. This adds back the shared object filejlam3-12/+18
${PERL5_ARCHLIB}/DynaLoader_pic.o, which contains the dynamic loader in dynamically loadable form. This is needed by ap-perl.
2000-09-03NO_CHECKSUM is set, so we don't need an md5 filewiz1-2/+0
2000-09-03If perl dependency isn't found, build in lang/perl5, not lang/perl5-currentjlam1-2/+2
2000-08-30Update libperl to 5.6.0. This matches the version of the main perl5jlam7-62/+26
distribution in pkgsrc.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-05-16Make it work on Solaris.veego1-1/+10
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
1999-09-10libperl uses the packages from the perl package.hubertf1-3/+3
Reflect the recent changes there.
1999-07-09Add package patch checksum files.agc1-0/+12
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-3/+2
pattern match format. Minor pkglint along the way.
1999-05-11s/netbsd/${LOWER_OPSYS}/abs1-4/+5
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc2-6/+6
1999-02-04Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,tv1-4/+3
compiling modules with this turned on makes the resulting modules or libperl-linking programs reference 5.003 namespace symbols.
1998-12-02Install a PIC version of DynaLoader.o so that, e.g., mod_perl can link ittv3-3/+11
in with a dlopen of libperl.
1998-12-02Do not use Perl's malloc (will interfere with modules that interact withtv1-2/+3
code that is outside of Perl's reach). The BSD malloc is Fine.
1998-12-02Do not enable binary compatibility with Perl 5.003. We have never had atv1-2/+2
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes namespace polluting symbols.
1998-12-02Add libperl, a shared object version of the Perl link library. Installstv6-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.