Age | Commit message (Expand) | Author | Files | Lines |
2005-01-18 | Force manpages to be man-only (no catpages) when using BSD .mk files in | tv | 1 | -1/+5 |
2005-01-18 | Add <bsd.lib.mk> to base addresses list. | tv | 1 | -1/+2 |
2005-01-18 | Add python23 to the base-address list. | tv | 1 | -1/+2 |
2005-01-18 | Split out the argument pre-processing logic into its own script | jlam | 7 | -164/+329 |
2005-01-18 | Turn distfile pruning back off by suggestion of wiz@. It's only binpkg | tv | 1 | -2/+2 |
2005-01-18 | Turn on all pruning by default. This avoids problems with @blddep matching | tv | 1 | -4/+4 |
2005-01-18 | Teach the wrapper scripts about HP-UX *.sl shared libraries. They | jlam | 1 | -1/+14 |
2005-01-17 | Add a blank line between multiple "broken due to a broken dependency" | jmmv | 1 | -2/+2 |
2005-01-17 | Rework code to more easily allow listing other platform that, like NetBSD, | jlam | 1 | -2/+3 |
2005-01-15 | - Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk. | jmmv | 3 | -46/+44 |
2005-01-15 | Fix endif typo | adrianp | 1 | -2/+2 |
2005-01-15 | Work around an undef-in-string warning caused by unexpanded $NetBSD$ | tv | 1 | -4/+4 |
2005-01-14 | Also skip ${INFO_DIR}/dir in the check-files functionality, as this file | jmmv | 1 | -1/+6 |
2005-01-14 | Automatically add any of the {CONF,SUPPORT}_FILES and {MAKE,OWN}_DIRS stuff | jmmv | 2 | -13/+33 |
2005-01-14 | "uptodate-pkgtools" is actually a dead target these days. Use "fetch" in | tv | 1 | -2/+2 |
2005-01-14 | Add the check-files target: when enabled, this verifies that installed | jmmv | 1 | -1/+98 |
2005-01-14 | Only do the config.* overrides iff GNU_CONFIGURE. (defined() check needed | tv | 1 | -12/+14 |
2005-01-14 | For those packages where the maintainer field can't be determined by | jmmv | 1 | -1/+4 |
2005-01-14 | Modify linux-pam and solaris-pam builtin.mk files to be more general | jlam | 2 | -12/+21 |
2005-01-14 | We need to check that IS_BUILTIN.<pam> is "yes", not just that it's empty. | jlam | 1 | -2/+3 |
2005-01-14 | Add a builtin.mk file to detect Solaris' PAM, used by pam.buildlink3.mk. | jlam | 1 | -0/+19 |
2005-01-14 | Create a pam.buildlink3.mk file that is used by PAM-using packages. | jlam | 1 | -0/+76 |
2005-01-14 | Add $NetBSD$. | tv | 1 | -0/+3 |
2005-01-14 | Add override for uncommon "config.rpath" GNU config snippet. Use platform | tv | 3 | -11/+543 |
2005-01-13 | Put back the proper variable construct for LIBTOOL_REQD that was borken in | tv | 1 | -5/+3 |
2005-01-13 | * Clean up syntax ambiguities, e.g. (my $foo = $bar) =~ .... | tv | 1 | -111/+147 |
2005-01-13 | Add TNF copyright. | seb | 1 | -1/+37 |
2005-01-12 | add my copyright/license. | grant | 1 | -1/+36 |
2005-01-12 | Correct my name to what I legally use. | jlam | 3 | -6/+6 |
2005-01-12 | Fix checking of up to date binary packages. The problem with DEPENDS | tv | 1 | -3/+3 |
2005-01-12 | set _PATCH_CAN_BACKUP=no to avoid problems with DragonFly's native patch. | recht | 1 | -2/+2 |
2005-01-12 | Use ${AWK} instead of a bare "awk". | jlam | 1 | -3/+3 |
2005-01-12 | Rearrange how LANGUAGES.<compiler> is set so that we can more flexibly | jlam | 4 | -43/+59 |
2005-01-12 | Put a TNF copyright on files that I authored. | jlam | 4 | -4/+144 |
2005-01-12 | Whitespace. | jlam | 2 | -30/+30 |
2005-01-12 | Even more whitespace. | jlam | 1 | -13/+13 |
2005-01-12 | Whitespace. | jlam | 1 | -3/+3 |
2005-01-12 | Prepend the CCC compiler dir to the PATH so that they're found by the | jlam | 1 | -1/+6 |
2005-01-12 | Backout part of previous commit that was unrelated. | jlam | 2 | -39/+29 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 4 | -43/+41 |
2005-01-12 | Disable win32-jdk for now. It doesn't play well with bulk builds yet. | tv | 1 | -14/+14 |
2005-01-12 | Remove explicit overrides for CC and CXX that prevented using the | jlam | 2 | -14/+2 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 8 | -44/+179 |
2005-01-12 | Add MONOTONE_GROUP and MONOTONE_USER, used by the monotone-server package. | jmmv | 1 | -1/+13 |
2005-01-11 | Redo previous because it had a chance to cause serious problems, and was | jmmv | 1 | -4/+4 |
2005-01-11 | nfs-pkgsrc friendliness change: | tv | 1 | -8/+13 |
2005-01-11 | Some shells can cache * lookups, so do all the rm -f's of */*/<something> | tv | 1 | -5/+4 |
2005-01-11 | Really skip the transformations for imake. This shows the danger in | jlam | 1 | -2/+2 |
2005-01-11 | Reverse PATH order in many places: instead of appending ${LOCALBASE}/bin | jmmv | 1 | -4/+6 |
2005-01-10 | rc is in /usr/pkgsrc/, even in sandboxes | hubertf | 2 | -4/+4 |