Age | Commit message (Collapse) | Author | Files | Lines |
|
* Rename PERL5_DIST_VERS to PERL5_VERS so that the variable name is more
accurate.
* Make it easier to test perl5 snapshots using the existing perl5 package
(just to make my life simpler). Now we simply define PERL5_SNAPSHOT to
the perl snapshot version and set PERL5_VERS to the appropriate version
number for the release candidate for the next release of perl5.
|
|
libgcc.a isn't linked "whole archive" into the perl executable on newer
NetBSD systems (>1.5.x). Newer NetBSD systems have libgcc_pic.a linked
into shared libraries, so this hack isn't needed. This change was tested
by building and testing textproc/xerces-p, a C++ perl5 module that uses
functions in libgcc.a.
|
|
is accepted. Suggested by Grant.
|
|
we install them into a private directory under the the normal Perl
installation and configure Perl so that site-specific Perl man3 pages
are installed into a private directory within site_perl. This avoids
manpage conflicts between 3rd-party modules, the standard Perl library,
and other packages.
The changes implement some unfinished work that is alluded to in the
MakeMaker.pm module by allowing "installsiteman{1,3}dir" to be set
during the configuration process and are used to provide default values
for INSTALLSITEMAN{1,3}DIR during the Perl module build/install process.
Bump PKGREVISIONs for lang/perl5 and lang/perl58.
|
|
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
|
|
|
|
script.
|
|
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
|
|
|
FreeBSD 5.0.
also, make really sure we don't try to use perl's malloc().
|
|
addresses PR pkg/19416
|
|
|
|
|
|
|
|
|
|
|
|
buildlink2 branch).
|
|
just prior to branching for 1.6, so this should be okay now. I also want
to see this built in the bulk-builds for testing purposes.
|
|
which differs from perl-5.6.1 in the improved threading support and much
improved Unicode support. Perl 5.8.0 is binary-incompatible with perl
5.6.1, so any compiled perl modules will need to be rebuilt in order to
work with the new perl.
This package is currently only for Darwin, though the restriction will be
lifted prior to branching.
|