Age | Commit message (Expand) | Author | Files | Lines |
2005-01-25 | Set argmatch=yes when we transform /some/where/libfoo.so into | cube | 1 | -1/+4 |
2005-01-25 | Relax need to put GNU_CONFIGURE before inclusion of bsd.prefs.mk: | tv | 13 | -49/+27 |
2005-01-25 | Explicitly use -g to avoid relying on default behavior. | jmmv | 1 | -3/+3 |
2005-01-25 | Redo previous per suggestion from reed@. Do not process the alternatives | jmmv | 1 | -21/+10 |
2005-01-25 | Make the usage of alternatives optional through the PKG_ALTERNATIVES variable, | jmmv | 1 | -6/+19 |
2005-01-25 | Add alternatives.mk, a file used to manipulate the alternatives system. | jmmv | 2 | -1/+61 |
2005-01-25 | only try to run the build if "cd /usr/pkgsrc" is successful. | grant | 1 | -2/+2 |
2005-01-24 | Add python22, python24 to base addresses list. | tv | 1 | -1/+3 |
2005-01-24 | Disallow -rdynamic (was being attempted by shells/scsh). | tv | 1 | -2/+2 |
2005-01-24 | Merge a little visual-only cleanup from the tv-derecurse branch: | tv | 1 | -103/+71 |
2005-01-24 | Merge down deferred PREPEND_PATH handling from the tv-derecurse branch. | tv | 2 | -45/+37 |
2005-01-24 | Make CHECK_FILES_SKIP_CMD into a single grep, using a ${var:@foo@bar@} loop. | tv | 1 | -7/+2 |
2005-01-24 | Merge down deferred EVAL_PREFIX handling from tv-derecurse branch. | tv | 4 | -25/+16 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 2 | -5/+7 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 1 | -9/+5 |
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 |