Age | Commit message (Expand) | Author | Files | Lines |
2005-01-21 | Fix missing {} around variable name, noted by wiz. | tv | 1 | -5/+5 |
2005-01-21 | Add NOLINT=1 for BSD-.mk based packages. | tv | 1 | -2/+2 |
2005-01-21 | Add ruby16/ruby18 to base addresses list. | tv | 1 | -1/+5 |
2005-01-21 | Interix doesn't have a "flex" program per se in the base system. Its "lex" | tv | 1 | -2/+2 |
2005-01-21 | Defer the check of GNU_CONFIGURE until later; should fix build of net/ORBit | tv | 1 | -6/+2 |
2005-01-20 | Also match NetBSD security releases, e.g. 2.0.1, when deciding whether | jlam | 1 | -2/+3 |
2005-01-20 | Add LINTPKGSRC_CACHE support to reuse .lintpkgsrc.db created by pre-build. | tv | 1 | -5/+14 |
2005-01-19 | Fix error in previous; add explicit version check first, then the optionally | tv | 1 | -5/+10 |
2005-01-19 | * Add USE_BULK_TIMESTAMPS (default "yes") to control whether dependency | tv | 3 | -24/+66 |
2005-01-19 | Add no_NY locale used by kdbg and kbiff. Also hsb and nds locales used | markd | 13 | -13/+169 |
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 |