Age | Commit message (Expand) | Author | Files | Lines |
2005-03-02 | When FAILOVER_FETCH is set, only use the first digest algorithm found | agc | 1 | -2/+2 |
2005-02-27 | Fix PLIST_SRC error introduced in rev 1.1593. | veego | 1 | -4/+7 |
2005-02-25 | Fix a problem introduced in the previous commit, noticed by Matthiases | agc | 1 | -11/+19 |
2005-02-22 | As seen on tech-pkg - allow multiple digest algorithms to be used to | agc | 1 | -20/+29 |
2005-02-21 | Change the files to be used for PLIST_SRC from | veego | 1 | -1/+5 |
2005-02-20 | fix bug introduced in 1.1569: use ${GREP} instead of 'grep' and not | grant | 1 | -2/+2 |
2005-02-19 | update the PLIST handling for AIX, shared libraries have the .so | grant | 1 | -3/+3 |
2005-02-16 | Fix an anomaly noted by Steve Bellovin in | agc | 1 | -2/+1 |
2005-02-15 | Some older ${FIND}s do not have an implicit "-print"; make sure to specify | tv | 1 | -8/+8 |
2005-02-13 | Corrected a misspelling of a variable. I used $rebooted in a shell code, | rillig | 1 | -2/+2 |
2005-02-12 | Don't use the -nt operator for ${TEST}. It is not defined in POSIX, and | rillig | 1 | -5/+8 |
2005-02-11 | Whitespace formatting nits. | tv | 1 | -5/+5 |
2005-02-11 | Consolidate PLIST_SRC default generation and the plethora of failsafe | tv | 1 | -139/+125 |
2005-02-11 | Visual cleanup from tv-derecurse: | tv | 1 | -65/+58 |
2005-02-11 | Migrate the big block of USE_PERL5 and PERL5_REQD logic to bsd.pkg.use.mk. | tv | 1 | -80/+1 |
2005-02-11 | Migrate several USE_* logic blocks, previously sprinkled liberally | tv | 1 | -74/+1 |
2005-02-11 | Merge down some more visual cleanup from tv-derecurse to reduce divergence. | tv | 1 | -100/+47 |
2005-02-09 | "replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install". | tv | 1 | -2/+2 |
2005-02-04 | Bump PKGTOOLS_REQD to 20050204. This version of pkg_install passes | jlam | 1 | -2/+2 |
2005-01-28 | Don't make pkgsrc depend on dc(1) to be present in the system. Since | jlam | 1 | -10/+5 |
2005-01-27 | Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}. | jlam | 1 | -2/+3 |
2005-01-27 | Fix handling of PREPEND_PATH in dependency-recursed builds. | tv | 1 | -1/+3 |
2005-01-27 | Move the PREPEND_PATH for LOCALBASE/bin (and optionally X11BASE/bin) to a | tv | 1 | -8/+5 |
2005-01-25 | Relax need to put GNU_CONFIGURE before inclusion of bsd.prefs.mk: | tv | 1 | -3/+3 |
2005-01-25 | Add alternatives.mk, a file used to manipulate the alternatives system. | jmmv | 1 | -1/+5 |
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 | 1 | -39/+23 |
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 | 1 | -19/+13 |
2005-01-24 | Fix breakage in previous, installed pkg db files should be installed into | xtraeme | 1 | -7/+7 |
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 | 1 | -37/+55 |
2005-01-22 | message whitespace fix | grant | 1 | -2/+2 |
2005-01-15 | - Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk. | jmmv | 1 | -19/+42 |
2005-01-14 | Automatically add any of the {CONF,SUPPORT}_FILES and {MAKE,OWN}_DIRS stuff | jmmv | 1 | -12/+12 |
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 | Add override for uncommon "config.rpath" GNU config snippet. Use platform | tv | 1 | -10/+21 |
2005-01-13 | Put back the proper variable construct for LIBTOOL_REQD that was borken in | tv | 1 | -5/+3 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -31/+9 |
2005-01-11 | Redo previous because it had a chance to cause serious problems, and was | jmmv | 1 | -4/+4 |
2005-01-11 | Reverse PATH order in many places: instead of appending ${LOCALBASE}/bin | jmmv | 1 | -4/+6 |
2005-01-10 | Allow the creation of error handlers for shell commands in make targets. | jlam | 1 | -3/+41 |
2005-01-10 | Remove redundant CONFIGURE_ENV lines (they're already present in the | jlam | 1 | -3/+1 |
2004-12-31 | Add the perl path to CONFIGURE_ENV here, so that we don't have to fix | minskim | 1 | -1/+2 |
2004-12-29 | Use GNU make on Linux when USE_IMAKE=yes, because Makefile generated | minskim | 1 | -1/+4 |
2004-12-27 | Remove USERADD and GROUPADD definitions from OSes where the useradd | jlam | 1 | -3/+1 |
2004-12-21 | Whitespace police - no functional change | agc | 1 | -53/+51 |
2004-12-18 | Ensure that libtool-base>=1.5.10nb7 is required for packages that set | jlam | 1 | -4/+6 |