Age | Commit message (Expand) | Author | Files | Lines |
2005-01-24 | Per default, only create md5 and sha1 checksums. | jschauma | 2 | -17/+25 |
2005-01-24 | Not all OS's have all the checksum tools available to make MKSUMS=yes work. | tv | 1 | -2/+2 |
2005-01-24 | Add MKSUMS and SIGN_AS (the former defaulting to yes, the latter commented | jschauma | 1 | -1/+7 |
2005-01-24 | Fix breakage in previous, installed pkg db files should be installed into | xtraeme | 1 | -7/+7 |
2005-01-24 | Add bits to allow bulk-builders to generate checksums for the binary | jschauma | 1 | -1/+52 |
2005-01-23 | Move the creation of ${PKG_DB_TMPDIR} earlier so that it's created as | jlam | 1 | -3/+2 |
2005-01-23 | Rearrange the register-pkg and post-install-fake-pkg code. All of | jlam | 1 | -39/+44 |
2005-01-23 | Rework the way that packages are registered during a "make install". We | jlam | 2 | -42/+64 |
2005-01-22 | message whitespace fix | grant | 1 | -2/+2 |
2005-01-21 | Re-add direct symlink logic, optional under GCC_USE_SYMLINKS=yes. Saves | tv | 1 | -2/+8 |
2005-01-21 | The pipe triggers a subshell even though () is not used. So use "exit" and | tv | 1 | -13/+13 |
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 |