Age | Commit message (Expand) | Author | Files | Lines |
2005-08-22 | Set LIBSWANTED and SYSLIBPATH for DragonFly. | reed | 1 | -1/+3 |
2005-08-18 | Remove the empty $sitearch directory even if it's outside of ${PREFIX} -- | jlam | 1 | -6/+2 |
2005-08-12 | Restore perllocal.pod-generating behavior of ExtUtils::MakeMaker | jlam | 1 | -4/+4 |
2005-08-08 | Alter the configuration so that: | jlam | 1 | -5/+16 |
2005-08-07 | Fix an error in ExtUtils::MakeMaker that didn't output the definitions | jlam | 1 | -2/+2 |
2005-08-06 | Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updates | jlam | 1 | -88/+143 |
2005-07-13 | sort out 32- and 64bit flags for IRIX | jschauma | 1 | -2/+6 |
2005-06-30 | Use "test -h", instead of "test", to test symlinks. This should have | minskim | 1 | -3/+3 |
2005-06-30 | Make sure that the path to "test" in ${TOOLS_DIR} is not embedded in | minskim | 1 | -3/+4 |
2005-06-24 | Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update | jlam | 1 | -102/+177 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-24 | Perl's Configure needs to be restricted from finding libraries that | jlam | 1 | -3/+5 |
2005-03-23 | Forcibly set the locations for the version-specific directories. | jlam | 1 | -5/+5 |
2005-01-03 | Drop maintainership of perl-5.6.x. We should move pkgsrc to using | jlam | 1 | -2/+2 |
2004-12-15 | Remove duplicate "the" in comment. | wiz | 1 | -2/+2 |
2004-12-12 | Change ALL_TARGET to BUILD_TARGET. | kristerw | 1 | -2/+2 |
2004-10-01 | Remove MIPSpro bits that added -n32 or -64 depending on the ABI; this | jlam | 1 | -9/+1 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -3/+3 |
2004-07-03 | Do not unset USE_GCC3, just complain if building | wiz | 1 | -7/+1 |
2004-05-05 | Rework how proper ABI flags are set on IRIX, using patch provided by | jschauma | 1 | -3/+8 |
2004-04-23 | Add Interix to NOT_FOR_PLATFORM; porting will be done on only perl 5.8. | tv | 1 | -2/+2 |
2004-04-12 | Address PR pkg/25147: | jschauma | 1 | -2/+2 |
2004-03-02 | Test if a conditional variable is defined before expanding it. From | uebayasi | 1 | -2/+2 |
2004-01-13 | Bump the PKGREVISION of lang/perl5. Changes between versions 5.6.1nb9 | jlam | 1 | -2/+2 |
2004-01-08 | Adding a MESSAGE file noting where these packages search for plugins or | jlam | 1 | -1/+2 |
2004-01-08 | Fix PLIST issues for perl5 in the overwrite case after removing | jlam | 1 | -3/+7 |
2004-01-06 | Make sure perl5 build doesn't wait for manual input at the | reed | 1 | -1/+3 |
2004-01-05 | Missing space before ] | jlam | 1 | -2/+2 |
2004-01-05 | Make this look more like lang/perl58/Makefile, and bl3ify. | jlam | 1 | -9/+21 |
2003-12-05 | For BSD/OS, define LIBSWANTED.BSDOS and SYSLIBPATH.BSDOS. | reed | 1 | -1/+3 |
2003-12-03 | On AIX, perl doesn't like building with gcc. | erh | 1 | -1/+7 |
2003-09-13 | Use LIBSWANTED.IRIX and remove inclusion of libiconv buildlink as it's no | jschauma | 1 | -4/+2 |
2003-09-13 | Only include libiconv/buildlink2.mk on IRIX. It's not needed on NetBSD. | jlam | 1 | -2/+4 |
2003-08-26 | Unlike perl58, this versions appears to require some libiconv functionality, | jschauma | 1 | -1/+2 |
2003-08-26 | Explicitly choose the library directory structure. Also create | jlam | 1 | -1/+3 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-06-27 | Make this work on Irix with both n32 and 64 ABI. | jschauma | 1 | -1/+9 |
2003-06-23 | Bump PKGREVISIONs of lang/perl5 and lang/perl58: modify the build so that | jlam | 1 | -2/+2 |
2003-05-27 | Modify lang/perl5 and lang/perl58 to install man3 pages again. However, | jlam | 1 | -6/+15 |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -3/+4 |
2003-02-27 | fix some indenting and strip unneeded parens. | grant | 1 | -11/+11 |
2003-02-21 | adopt some patches from FreeBSD ports, allowing this to build on | grant | 1 | -1/+2 |
2003-02-17 | convert to use test target from bsd.pkg.mk | dillo | 1 | -5/+2 |
2002-12-23 | Whitespace fix | cjep | 1 | -4/+4 |
2002-12-23 | mark this NOT_FOR_PLATFORM Darwin, since the earliest version of perl | grant | 1 | -1/+3 |
2002-10-23 | correct HOMEPAGE. | grant | 1 | -2/+2 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -2/+3 |
2002-01-30 | Move post-patch target that modified files to pre-configure, so that the | jlam | 1 | -2/+2 |
2002-01-28 | Update lang/perl5 to 5.6.1nb7. Changes from version 5.6.1nb6 include | jlam | 1 | -2/+2 |
2001-12-14 | Typo. | jlam | 1 | -3/+3 |