Age | Commit message (Expand) | Author | Files | Lines |
2003-10-05 | fix test for Solaris linker by also grepping for "ld: Solaris Link | grant | 4 | -6/+22 |
2003-10-05 | add rcs id | grant | 1 | -0/+2 |
2003-10-04 | Link under BSD/OS too. (Okay'd by jlam.) | reed | 2 | -10/+14 |
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 | Use LIBSWANTED.IRIX and remove inclusion of libiconv buildlink as it's no | jschauma | 1 | -4/+2 |
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 | Only include libiconv/buildlink2.mk on IRIX. It's not needed on NetBSD. | jlam | 1 | -2/+4 |
2003-09-13 | All pkgsrc-installed perl modules are installed in the "site" directories, | jlam | 1 | -1/+6 |
2003-09-13 | Catch up with changes in how PERL5_ARCHLIB is computed in bsd.pkg.mk. | jlam | 1 | -10/+3 |
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-09-12 | Make this work in pkgviews world where perl's prefix isn't necessarily | jlam | 1 | -3/+10 |
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-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-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 | 3 | -14/+22 |
2003-05-27 | Modify lang/perl5 and lang/perl58 to install man3 pages again. However, | jlam | 8 | -28/+220 |
2003-03-18 | Replaced two outdated US ftp servers | heinz | 1 | -3/+4 |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 2 | -4/+6 |
2003-03-05 | Most, if not all, packages using perl5/module.mk are perl5 modules | seb | 1 | -1/+4 |
2003-02-27 | fix previous change for FreeBSD/gcc3. | grant | 2 | -6/+6 |
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 | 4 | -7/+58 |
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 |
2003-02-17 | convert to use test target from bsd.pkg.mk | dillo | 1 | -5/+2 |
2002-12-24 | Unused. | wiz | 1 | -62/+0 |
2002-12-24 | Make this compile and install cleanly on IRIX. | jschauma | 2 | -1/+16 |
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-12-23 | Remove support for buildlink.mk -- noone uses it any longer. | wiz | 1 | -6/+2 |
2002-10-23 | correct HOMEPAGE. | grant | 1 | -2/+2 |
2002-09-26 | Introduce target perl5-configure. | seb | 1 | -6/+13 |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 |
2002-09-23 | perl5/module.mk is intended to be included by packages that build | jlam | 1 | -0/+82 |
2002-09-05 | Only add a build dependency on perl if USE_PERL5 == "build". | jlam | 1 | -1/+5 |
2002-09-05 | If USE_PERL5 is "build", then only set a build dependency on perl. | jlam | 1 | -1/+5 |
2002-08-25 | Respect new USE_PERL5 semantics by pulling over a change from buildlink.mk. | jlam | 1 | -2/+2 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 3 | -3/+31 |