summaryrefslogtreecommitdiff
path: root/lang/perl58/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-3/+4
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.
2003-02-27fix some indenting and strip unneeded parens.grant1-8/+8
2003-02-21adopt some patches from FreeBSD ports, allowing this to build ongrant1-1/+2
FreeBSD 5.0. also, make really sure we don't try to use perl's malloc().
2003-02-17convert to use test target from bsd.pkg.mkdillo1-5/+2
addresses PR pkg/19416
2002-12-23Whitespace fixcjep1-4/+4
2002-10-23correct HOMEPAGE.grant1-2/+2
2002-10-20Use lang/gcc (gcc-2.95.3) if on alpha. From pkg/18301 by Rhialto.jlam1-1/+4
2002-08-26perl58 apparently builds just fine on Darwin with buildlink2.jlam1-7/+1
2002-08-23Convert to use the buildlink2 framework (from lang/perl5-current on thejlam1-1/+8
buildlink2 branch).
2002-08-08Allow non-Darwin platforms to build perl58. We're in pkgsrc lockdown downjlam1-5/+1
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.
2002-07-22Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0jlam1-0/+202
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.