Age | Commit message (Expand) | Author | Files | Lines |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -7/+7 |
2006-03-20 | * Creates a new variable PKGINFODIR (named similarly to PKGMANDIR) | jlam | 1 | -5/+14 |
2006-03-17 | Allow INSTALLATION_DIRS to contain absolute paths so long as they being | jlam | 1 | -2/+6 |
2006-03-15 | Always run the pkginstall framework targets to generate the | jlam | 1 | -17/+19 |
2006-03-15 | Back out previous... it was part of some larger changes that were never | jlam | 1 | -2/+3 |
2006-03-14 | We can always pass --infodir to configure scripts, regardless of whether | jlam | 1 | -3/+2 |
2006-03-14 | Modify the pkginstall framework so that it manages all aspects of | jlam | 1 | -28/+9 |
2006-03-12 | Added the variable PHASE_MSG, STEP_MSG, WARNING_MSG and ERROR_MSG to | rillig | 1 | -1/+5 |
2006-03-10 | replace-interpreter should use REPLACE_FILES.${lang} instead of | tonio | 1 | -3/+3 |
2006-03-09 | Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, and | jlam | 1 | -2/+2 |
2006-03-09 | Since the REPLACE_INTERPRETER is used in more and more packages, it is | rillig | 1 | -4/+14 |
2006-03-09 | Reimplement the info-file handling so that we use an +INFO_FILES | jlam | 1 | -2/+3 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2006-03-02 | Make GNU_CONFIGURE_PREFIX the default prefix for GNU_CONFIGURE_MANDIR | joerg | 1 | -3/+4 |
2006-02-18 | Added SITES.${foo} as an alias for SITES_${foo}. The latter will be | rillig | 1 | -3/+6 |
2006-02-02 | If the replace-interpreter program cannot find a file, a warning is | rillig | 1 | -1/+3 |
2006-01-21 | Don't write ${FOO:Mbar} == "bar", when !empty(FOO:Mbar) will suffice. | jlam | 1 | -5/+5 |
2006-01-21 | Unquoted SUBST_MESSAGE.*, as this is no longer needed. | rillig | 1 | -3/+3 |
2006-01-20 | Remove the old PLIST-handling code after bulk building has shown the new | jlam | 1 | -784/+1 |
2006-01-19 | Move more "patch"-related variables and targets out of bsd.pkg.mk and into | jlam | 1 | -25/+7 |
2006-01-19 | Move more of the "extract"-related variables and targets out of bsd.pkg.mk | jlam | 1 | -34/+7 |
2006-01-19 | * Split out the "clean" targets and variables and put them into a separate | jlam | 1 | -50/+4 |
2006-01-18 | Move the following targets from bsd.pkg.mk to bsd.utils.mk: | jlam | 1 | -83/+1 |
2006-01-18 | Remove unused "show-root-only" target. | jlam | 1 | -9/+3 |
2006-01-18 | Create a standalone awk script, depends-depth-first.awk, that encapsulates | jlam | 1 | -1/+3 |
2006-01-12 | Initial commit of a new module that encapsulates all of the code | jlam | 1 | -6/+54 |
2006-01-12 | Added the target check-interpreter to bsd.pkg.check.mk, which checks | rillig | 1 | -1/+4 |
2006-01-11 | Since qmail and related packages install into ${PREFIX} (and have | schmonz | 1 | -4/+2 |
2006-01-05 | Revert unintended part of last commit. | joerg | 1 | -3/+2 |
2006-01-05 | Adjust comment about SUBST_FILES to match reality: | joerg | 1 | -2/+3 |
2006-01-04 | Add a wee bit of infrastructure to improve how we deprecate broken | schmonz | 1 | -1/+11 |
2006-01-03 | In the bin-install target, instead of running pkg_add for every | wiz | 1 | -23/+17 |
2006-01-03 | Instead of patching the generated config.status script, patch the GNU | jlam | 1 | -29/+27 |
2006-01-02 | Change some remaining ONLY_FOR_ARCHS to ONLY_FOR_PLATFORM and NOT_FOR_ARCH to | dmcmahill | 1 | -10/+10 |
2005-12-31 | Don't check for PKG_FAIL_REASON when doing show-depends-dirs. This prevents | rillig | 1 | -2/+2 |
2005-12-31 | Fix some quoting as per PR 30956 by Chapman Flack. | wiz | 1 | -4/+4 |
2005-12-31 | If target is real-su-bin-install, set DEPENDS_TARGET to bin-install. | wiz | 1 | -2/+2 |
2005-12-31 | Handle automatic dependencies in bin-install correctly. | wiz | 1 | -3/+3 |
2005-12-29 | Teach the pkgsrc infrastructure to Just Know when the pkginstall | jlam | 1 | -13/+2 |
2005-12-05 | Applied all quoting fixes found by "pkglint --autofix". | rillig | 1 | -27/+27 |
2005-12-04 | The checksums for pkgsrc patches are always checked -- even if | rillig | 1 | -6/+1 |
2005-12-01 | Don't create distinfo files in the "makesum" and "makepatchsum" targets | rillig | 1 | -1/+11 |
2005-12-01 | Inserted "set -e" as the first command in the show-depends-dirs target | rillig | 1 | -2/+3 |
2005-12-01 | The new target do-check-pkg-fail-reason should to be a dependency of | rillig | 1 | -3/+15 |
2005-11-29 | Fix REQUIRES= when ldd output has wrong number of fields. | reed | 1 | -2/+2 |
2005-11-23 | Per request, back out all the SKIP_AUDIT_PACKAGES changes. | erh | 1 | -33/+19 |
2005-11-22 | Missing a line from the previous commit that would cause PKG_DB_TMPDIR | jlam | 1 | -2/+2 |
2005-11-22 | Create PKG_DB_TMPDIR (${WRKDIR}/.pkgdb) in a separate step from creating | jlam | 1 | -3/+4 |
2005-11-20 | Removed a line in the _SU_TARGET variable that had been left from | rillig | 1 | -2/+1 |
2005-11-20 | Added subshell parentheses around the command for updating pkg_install. | rillig | 1 | -2/+2 |