summaryrefslogtreecommitdiff
path: root/lang/perl58
AgeCommit message (Collapse)AuthorFilesLines
2003-07-18Undo last for now, until I find out what went wrong here.wiz1-4/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-14Fix path of two man pages from man/man1/* to share/man/man1/* so thatwiz1-3/+4
the PLIST is correct. XXX: these, and the other man pages perl installs, should of course go into man/man* instead...
2003-06-30* Remove Makefile.common since its only used by perl58/Makefile.jlam2-34/+35
* 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.
2003-06-23Bump PKGREVISIONs of lang/perl5 and lang/perl58: modify the build so thatjlam3-10/+45
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.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-05-27Modify lang/perl5 and lang/perl58 to install man3 pages again. However,jlam4-9/+80
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.
2003-05-27perllocal.pod is site-specific local perl documentation and is found injlam1-2/+2
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
2003-05-27Don't add /usr/local/lib to the run-time library search path inadvertantly.jlam2-1/+27
2003-05-27Make FreeBSD find crypt() in libcrypt without patching the Configurejlam3-19/+3
script.
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 ongrant6-7/+66
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-12-19Add some man pages that are missing from the auto-generated PLIST.jlam1-1/+3
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.0jlam6-0/+298
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.