Age | Commit message (Expand) | Author | Files | Lines |
2005-02-02 | Next round of install script cleanup -- we now create +FILES, | jlam | 6 | -349/+533 |
2005-02-01 | allow postgresql80 (from wip), similar to java-vm.mk and jdk14 | abs | 1 | -3/+8 |
2005-01-31 | In the usage message, note that the CHECK-* actions can take an optional | jlam | 2 | -4/+4 |
2005-01-31 | Note in the usage that CHECK-* take an optional metadatadir argument. | jlam | 1 | -2/+2 |
2005-01-31 | Add missing "fi". | jlam | 1 | -1/+2 |
2005-01-31 | Fix automatically adding users and groups after the {GROUP,USER}ADD | jlam | 2 | -11/+13 |
2005-01-31 | Add RCS Id. | jlam | 2 | -0/+4 |
2005-01-30 | Convert the Java related packages to use the alternatives system. To do | jmmv | 1 | -1/+8 |
2005-01-28 | Don't make pkgsrc depend on dc(1) to be present in the system. Since | jlam | 14 | -36/+18 |
2005-01-28 | Avoid hardcoding the refcount database into the INSTALL scripts. We | jlam | 3 | -13/+6 |
2005-01-28 | Move the default directory for the reference counts database outside | jlam | 1 | -4/+5 |
2005-01-28 | Remove entries for GROUPADD and USERADD from header since they're all | jlam | 1 | -3/+1 |
2005-01-28 | Pretty-print the users and groups that may need to be removed during | jlam | 1 | -24/+41 |
2005-01-28 | If PKG_SYSCONFSUBDIR is non-empty, then add ${PKG_SYSCONFDIR} to the | jlam | 1 | -2/+2 |
2005-01-28 | Note the end of the install-dirs unpack template within the INSTALL | jlam | 1 | -1/+3 |
2005-01-28 | Continue with install script cleanup -- we now create a +USERGROUP | jlam | 5 | -153/+419 |
2005-01-28 | Use reference counts to properly account for the creation and removal | jlam | 5 | -197/+282 |
2005-01-27 | Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}. | jlam | 1 | -2/+3 |
2005-01-27 | Pass the correct programs to the mkdatabase script. | sketch | 1 | -2/+2 |
2005-01-27 | Fix handling of PREPEND_PATH in dependency-recursed builds. | tv | 1 | -1/+3 |
2005-01-27 | Cleanup: wrapper-defs.mk is no longer optional; remove its conditional. | tv | 1 | -5/+4 |
2005-01-27 | Move the PREPEND_PATH for LOCALBASE/bin (and optionally X11BASE/bin) to a | tv | 2 | -9/+9 |
2005-01-26 | Also substitute for PWD_CMD so we can use it in the INSTALL scripts. | jlam | 1 | -1/+2 |
2005-01-26 | Create a new variable "INSTALL_UNPACK_TMPL" that points to a list of | jlam | 1 | -1/+3 |
2005-01-26 | Fix so that we preserve /usr/lib/foo.so on the command line. | jlam | 1 | -16/+28 |
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 |