Age | Commit message (Expand) | Author | Files | Lines |
2004-01-13 | PERL5_INSTALLARCHLIB is no longer directly set by this file, so create one | jlam | 1 | -2/+5 |
2004-01-13 | module.mk is included by perl5*/Makefile, so be careful not to clutter | jlam | 1 | -21/+22 |
2004-01-13 | The build and install stages require slightly different values for | jlam | 1 | -2/+14 |
2004-01-12 | We need PERL5_INSTALLARCHLIB, so compute its value appropriately. | jlam | 1 | -2/+2 |
2004-01-08 | Fix PLIST issues for perl5 in the overwrite case after removing | jlam | 1 | -6/+8 |
2003-12-03 | On AIX, perl doesn't like building with gcc. | erh | 1 | -1/+8 |
2003-11-27 | It's actually PASTHRU_INC, not INC. | jlam | 1 | -4/+5 |
2003-11-25 | Make PERL5_SUB_* public so that they may be used in buildlink2.mk files | jlam | 1 | -39/+2 |
2003-11-25 | MakeMaker provides two hooks, INC and OTHERLDFLAGS, to pass options to the | jlam | 1 | -8/+11 |
2003-11-25 | Make PERL5_INSTALLSITELIB, PERL5_INSTALLSITEARCH, etc. public so that | jlam | 1 | -4/+4 |
2003-09-13 | Final answer to perllocal.pod problem: just remove the file on pkgviews | jlam | 1 | -3/+16 |
2003-09-13 | Sprinkle .PHONY. | jlam | 1 | -1/+2 |
2003-09-13 | Instead of trying to avoid creating perllocal.pod, go ahead and create it, | jlam | 1 | -9/+3 |
2003-09-13 | Back out INSTALL_TARGET?= pure_install since it will break several | jlam | 1 | -2/+2 |
2003-09-13 | Rename _PERL5_VAR.* to _PERL5_SITEVAR.* and move them to somewhere global | jlam | 1 | -16/+21 |
2003-09-13 | Need to override the directory that scripts are installed into. For some | jlam | 1 | -3/+11 |
2003-09-13 | _PERL_{INSTALLSITELIB,etc.} shouldn't be added to MAKEFLAGS since their | jlam | 1 | -9/+16 |
2003-09-13 | All pkgsrc-installed perl modules are installed in the "site" directories, | jlam | 1 | -1/+6 |
2003-09-13 | Skip appending to perllocal.pod. We don't keep this consistent anyway | jlam | 1 | -1/+10 |
2003-09-12 | Make including module.mk work in a pkgviews world, where perl's PREFIX | jlam | 1 | -4/+46 |
2003-08-03 | Add missing .endif. *sigh* | jmmv | 1 | -1/+2 |
2003-08-03 | Go back to the 'target' conditional. 'commands' fails on the 1.5 branch, | jmmv | 1 | -3/+4 |
2003-07-30 | Use !commands(do-configure) instead of !target(do-configure). | jmmv | 1 | -2/+2 |
2003-07-22 | Let a package override the contents of the do-configure target, if needed. | jmmv | 1 | -1/+3 |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -1/+2 |
2003-03-05 | Most, if not all, packages using perl5/module.mk are perl5 modules | seb | 1 | -1/+4 |
2003-02-18 | It's BUILDLINK_DEPMETHOD.perl that should append "full". | jlam | 1 | -2/+2 |
2003-02-18 | BUILDLINK_DEPENDS.perl was incorrectly set to full; full is not a package | jklos | 1 | -2/+2 |
2003-02-17 | Require that we use a full dependency on perl when building/installing | jlam | 1 | -1/+3 |
2002-12-23 | Remove support for buildlink.mk -- noone uses it any longer. | wiz | 1 | -6/+2 |
2002-09-26 | Introduce target perl5-configure. | seb | 1 | -6/+13 |
2002-09-23 | perl5/module.mk is intended to be included by packages that build | jlam | 1 | -0/+82 |