Age | Commit message (Expand) | Author | Files | Lines |
2005-10-24 | Use correct (internal) variable for pkg_add arguments. | wiz | 1 | -2/+2 |
2005-10-24 | Use $${foo} instead of $$foo to prevent ident(1) from reporting false | rillig | 1 | -4/+4 |
2005-10-23 | Pass PKG_REQD through shell environment, instead of arguments of make, | minskim | 1 | -2/+2 |
2005-10-16 | Use show-vars-eval in show-needs-update. | tv | 1 | -3/+2 |
2005-10-16 | Add "show-vars-eval" target, which outputs eval-able shell expressions | tv | 1 | -1/+9 |
2005-10-10 | For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man". | reed | 1 | -2/+2 |
2005-10-08 | CONFIGURE_DIRS, BUILD_DIRS, TEST_DIRS and INSTALL_DIRS are interpreted | rillig | 1 | -14/+27 |
2005-10-07 | Renamed HTML_PKGNAME to _HTML_PKGLINK, which describes its contents more | rillig | 1 | -9/+10 |
2005-10-07 | Replaced some `if's with `case's to make the code simpler. Merged | rillig | 1 | -9/+5 |
2005-10-06 | For print-PLIST generation, make sure that ${PKGMANDIR} becomes "man". | reed | 1 | -1/+3 |
2005-10-04 | whitespace police. | seb | 1 | -2/+2 |
2005-10-04 | Add PKGMANDIR in the MAKE_ENV. | reed | 1 | -1/+2 |
2005-10-04 | Remove accidental extra space. | reed | 1 | -6/+6 |
2005-10-04 | Add custom PKGMANDIR setting to mk/defaults/mk.conf. This is a | reed | 1 | -5/+21 |
2005-10-04 | In man page routines, match the "cat" sub-directories | reed | 1 | -4/+4 |
2005-09-28 | Added a variable LICENSE_FILE that may be set to point to the license | rillig | 1 | -12/+13 |
2005-09-16 | Remove the CHECK_FILES bits during deinstall so that they are regenerated | jlam | 1 | -2/+4 |
2005-08-26 | _RESUME_TRANSFER: only try to get the value of the temp file when it's | xtraeme | 1 | -3/+4 |
2005-08-18 | INSTALLATION_DIRS implies NO_MTREE: If a package sets INSTALLATION_DIRS, | jlam | 1 | -1/+9 |
2005-08-15 | Fix an annoying whitespace issue for 80 character-width displays. | jlam | 1 | -10/+10 |
2005-08-15 | In print-pkg-size-this, initialize s before summing up all file sizes. This | rillig | 1 | -2/+2 |
2005-08-14 | Reverted the change from revision 1.1710, which sorted all DEPENDS and | rillig | 1 | -3/+2 |
2005-08-14 | The check-files-post need to be done before post-install-script, | kristerw | 1 | -2/+2 |
2005-08-10 | Move the check-files-post check so that it is done after the automatic | kristerw | 1 | -4/+4 |
2005-08-08 | Restore the @(..)s which were removed in rev 1.1706. | veego | 1 | -7/+7 |
2005-07-22 | Sort the dependencies list alphabetically when checking if they are | rillig | 1 | -2/+3 |
2005-07-17 | Override the INSTALL setting in sys.mk that messes up the rest of the | jlam | 1 | -1/+2 |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+2 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -10/+10 |
2005-07-06 | For the fetch-list target: Do not use mkdir if just creating a shell | reed | 1 | -14/+9 |
2005-06-27 | pkglint does not output any "OK" lines by default, so there's no need to | rillig | 1 | -2/+2 |
2005-06-27 | Improve English in warning. From Rhialto in PR 30610. (second occurrence) | wiz | 1 | -2/+2 |
2005-06-27 | Improve English in warning. From Rhialto in PR 30610. | wiz | 1 | -2/+2 |
2005-06-23 | Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtree | jlam | 1 | -2/+2 |
2005-06-23 | Back out previous -- committed by mistake. | wiz | 1 | -3/+1 |
2005-06-23 | Add missing line continuation backslashes. | wiz | 1 | -1/+3 |
2005-06-23 | Split out the check-wrkref implementation and related variables from | jlam | 1 | -67/+1 |
2005-06-23 | Split out the check-files implementation and related variables into | jlam | 1 | -114/+9 |
2005-06-23 | Reverse the checks for the value of CHECK_WRKREF so that if it's value | jlam | 1 | -4/+4 |
2005-06-14 | Allow the test for whether the file is a text file to be overridden via | jlam | 1 | -2/+3 |
2005-06-13 | In the check-wrkref target, change the algorithm so that text files | jlam | 1 | -7/+20 |
2005-06-11 | Add a default fall-through for the shell case statement (portability | jlam | 1 | -1/+2 |
2005-06-10 | check-wrkref is a make target that greps through the installed files | jlam | 1 | -1/+56 |
2005-06-09 | General improvements to the changes-entry target: | jlam | 1 | -10/+20 |
2005-06-09 | Don't reinvent PKGPATH, which already contains just the "category/package" | jlam | 1 | -3/+2 |
2005-06-09 | Add a documentation block above the changes-entry target. | jlam | 1 | -1/+16 |
2005-06-09 | Delay running of id until it is needed. Fixes PR 30477 by Neil Hoggarth. | wiz | 1 | -5/+3 |
2005-06-08 | Add changes-entry target, which adds an entry for the current package | wiz | 1 | -1/+22 |
2005-06-04 | Added a leading underscore to the names of the *_COOKIE variables, as they | rillig | 1 | -54/+54 |
2005-06-03 | Back out revision 1.1684. MAKEFLAGS was being propagated incorrectly | jlam | 1 | -14/+1 |