Age | Commit message (Expand) | Author | Files | Lines |
2005-03-29 | Fixes for shlib handling on AIX | garbled | 1 | -5/+2 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -15/+3 |
2005-03-22 | In the distclean target, if PKG_RESUME_TRANSFERS is set, clean | xtraeme | 1 | -1/+4 |
2005-03-22 | Some changes for PKG_RESUME_TRANSFERS: | xtraeme | 1 | -45/+63 |
2005-03-20 | Reset the current locale to a sane value (that is, 'C') during the build | jmmv | 1 | -1/+8 |
2005-03-18 | Fix a gleaming illustration of why using YES/NO variables everywhere | tv | 1 | -1/+5 |
2005-03-16 | make sure we correctly set F77. Addresses PR29666 | dmcmahill | 1 | -2/+2 |
2005-03-13 | Put back the speed-up in the vulnerability checking when building a package, | agc | 1 | -1/+2 |
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 |