Age | Commit message (Expand) | Author | Files | Lines |
2005-05-19 | Split the conditional which seems to occasionally be malformed. This | jlam | 1 | -3/+5 |
2005-05-19 | When perl5/buildlink3.mk is included by a package Makefile, the buildlink | jlam | 1 | -3/+2 |
2005-05-18 | Goal: Remove USE_PERL5 from pkgsrc. | jlam | 3 | -6/+54 |
2005-05-12 | We don't need to check for whether the variables are defined before | jlam | 1 | -5/+1 |
2005-05-12 | Allow vars.mk to be included multiple times. We avoid excessive | jlam | 1 | -35/+34 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-04-01 | BUILDING_PERL5 is _always_ defined now, so test for a specific value. | heinz | 1 | -2/+2 |
2005-03-24 | Don't check USE_BUILDLINK3 any more. | tv | 1 | -6/+2 |
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-02-26 | Enforce the values that PERL5_MODULE_TYPE can take. | jlam | 1 | -1/+6 |
2005-02-25 | Depend on latest p5-Module-Build to get .packlist files. | wiz | 1 | -2/+2 |
2005-02-24 | * Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pm | jlam | 3 | -50/+89 |
2005-02-23 | Remove :Q that broke things, introduced in previous. | wiz | 1 | -2/+2 |
2005-02-21 | Add basic Module::Build support; set PERL5_USES_MODULE_BUILD | wiz | 1 | -2/+29 |
2005-01-03 | Drop maintainership of perl-5.6.x. We should move pkgsrc to using | jlam | 1 | -2/+2 |
2004-12-20 | actually bump PKGREVISION of perl58 and BUILDLINK_RECOMMENDED to address | grant | 1 | -2/+2 |
2004-12-20 | since perl is now built with threads on most platforms, the perl archlib | grant | 1 | -1/+2 |
2004-12-19 | Create a modifier PERL5_OPTIONS that specifies properties of the perl | jlam | 2 | -1/+33 |
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-06 | Remove references to buildlink2. | wiz | 1 | -3/+1 |
2004-07-06 | Unused. | wiz | 1 | -73/+0 |
2004-07-03 | Do not unset USE_GCC3, just complain if building | wiz | 2 | -12/+7 |
2004-06-09 | PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE}, | xtraeme | 1 | -2/+2 |
2004-05-05 | Set LC_ALL=C while doing perl5-configure. This fixes the problem that | recht | 1 | -1/+2 |
2004-05-05 | Rework how proper ABI flags are set on IRIX, using patch provided by | jschauma | 1 | -3/+8 |
2004-04-26 | Allow perl-thread to be an acceptable perl when checking dependencies. | jlam | 2 | -4/+4 |
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-04-12 | Make this build under Irix with mipspro compilers: | jschauma | 2 | -1/+23 |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -19/+19 |
2004-03-02 | Test if a conditional variable is defined before expanding it. From | uebayasi | 1 | -2/+2 |
2004-02-10 | Turn PERL5_REQD into a list of values, the highest of which will be used | jlam | 2 | -6/+6 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 2 | -12/+12 |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 |
2004-01-21 | Override OPTIMIZE instead of PASTHRU_INC to pass ${CFLAGS} and ${CPPFLAGS} | jlam | 1 | -3/+3 |
2004-01-19 | If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properly | jlam | 2 | -4/+4 |
2004-01-19 | Back out previous change... it doesn't seem to be needed. | jlam | 1 | -3/+1 |
2004-01-16 | Add a variable "PERL5_PATH" that's the full path to the actual perl | jlam | 1 | -1/+3 |
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 | Rearrange order of tests and protect more of the code that depends on | jlam | 2 | -12/+11 |
2004-01-13 | Bump the PKGREVISION of lang/perl5. Changes between versions 5.6.1nb9 | jlam | 3 | -15/+15 |
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 | 3 | -16/+18 |
2004-01-11 | Use tabs (not spaces) to make indentation | cjep | 1 | -2/+2 |
2004-01-08 | Adding a MESSAGE file noting where these packages search for plugins or | jlam | 2 | -1/+11 |