Age | Commit message (Expand) | Author | Files | Lines |
2006-06-21 | When producing the list of directories containing binary packages, do | dmcmahill | 1 | -3/+29 |
2006-06-20 | Executiing "msgfmt ru" should look for "ru" and then "ru.po" for | jlam | 1 | -1/+16 |
2006-06-20 | Allow for arbitrary whitespace on the line before seeing any of the | jlam | 1 | -3/+3 |
2006-06-20 | Use /bin/tcsh only when it exists. A minimal installtion of Linux may | minskim | 1 | -1/+3 |
2006-06-20 | If FAILOVER_FETCH is defined, then we need the digest binary to already | jlam | 1 | -2/+2 |
2006-06-20 | Fix FAILOVER_FETCH usage to actually match documentation -- it's | jlam | 1 | -2/+2 |
2006-06-18 | devel/tla has the GNU config scripts in a */*/* directory. | rillig | 1 | -3/+3 |
2006-06-18 | Define CONFIG_{GUESS,SUB,RPATH}_OVERRIDE also when | rillig | 1 | -7/+11 |
2006-06-18 | Fixed wrong indentation of .if/.else/.endif. | rillig | 1 | -4/+4 |
2006-06-18 | Removed duplicate definition of _PACKAGE_COOKIE. | rillig | 1 | -3/+1 |
2006-06-17 | Simplified the code by reducing the number of different targets that are | rillig | 1 | -20/+11 |
2006-06-17 | Added a variable OVERRIDE_GNU_CONFIG_SCRIPTS that allows a package to | rillig | 1 | -2/+2 |
2006-06-16 | Allow packages to set a post-tools target again (which fixes recent | jlam | 1 | -3/+46 |
2006-06-16 | It is worth a warning if a freshly installed file is not readable. | rillig | 1 | -1/+6 |
2006-06-15 | Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per | jlam | 2 | -18/+18 |
2006-06-15 | Output PKG_{FAIL,SKIP}_REASON messages to standard error instead of | jlam | 1 | -7/+10 |
2006-06-15 | Allow the standard build target to be overridden by the one generated | jlam | 1 | -2/+4 |
2006-06-14 | Teach the tools framework about "openssl". | jlam | 9 | -9/+32 |
2006-06-14 | Create DELAYED_{ERROR,WARNING}_MSG macros that can be used to output | jlam | 2 | -9/+12 |
2006-06-14 | Insert cookie checks into the "real-install" and "real-package" targets, | jlam | 2 | -2/+6 |
2006-06-14 | Fix error with just-in-time su when installing dependencies. The code | jlam | 1 | -3/+4 |
2006-06-13 | Document mitshm option. Used in emulators/xbeeb package, where enabling it d... | dsainty | 1 | -0/+1 |
2006-06-13 | At the point where we invoke msgfmt during the build phase, the software | jlam | 1 | -1/+5 |
2006-06-12 | Move the common make command executed in su-target into a separate make | jlam | 1 | -4/+10 |
2006-06-12 | Be more consistent about how we're emitting errors and warnings. | jlam | 1 | -6/+8 |
2006-06-12 | _DEPENDS_COOKIE is already defined in bsd.depends-vars.mk. | jlam | 1 | -3/+1 |
2006-06-11 | Split out the "work" symlink creation into a separate step and add it | jlam | 1 | -9/+15 |
2006-06-10 | Restore missing ${SETENV} ${BUILD_ENV} that was dropped during the initial | jlam | 2 | -4/+4 |
2006-06-09 | make(1) will automatically delete partially made targets if the target | jlam | 4 | -122/+70 |
2006-06-09 | Add a new variable CHECK_FILES_SUPPORTED which is a package-settable | jlam | 2 | -2/+8 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 14 | -123/+185 |
2006-06-09 | No need to synthesis the package directory from components when ${.CURDIR} | jlam | 1 | -2/+2 |
2006-06-09 | pkglint says, the :Q operator should not be used in double quotes. | rillig | 1 | -20/+20 |
2006-06-08 | Introduce "makedirs" as a helper target to create directories with | jlam | 2 | -3/+6 |
2006-06-08 | If the package cookie file exists, then we don't need to do anything. | jlam | 1 | -2/+11 |
2006-06-08 | If the install cookie file exists, then we don't need to do anything. | jlam | 1 | -8/+23 |
2006-06-08 | Fix the comment. | jlam | 1 | -2/+2 |
2006-06-08 | Make use of a "real-depends" helper target to hook all of the other | jlam | 1 | -7/+20 |
2006-06-08 | undo most of the last commit which was a mistake. | dmcmahill | 1 | -12/+3 |
2006-06-08 | Since "depends" is a real pkgsrc phase now, it also needs its own | rillig | 1 | -1/+6 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 7 | -19/+19 |
2006-06-08 | Use STEP_MSG for pkgsrc-patch-message instead of PHASE_MSG. | rillig | 1 | -2/+2 |
2006-06-08 | Added a missing :Q operator for DEPENDS_TARGET, since like the other | rillig | 1 | -2/+2 |
2006-06-08 | The gcc equivalent of SunPro's -mt option is -threads. | rillig | 1 | -1/+6 |
2006-06-08 | Avoid using ::= construct which apparently is somewhat buggy in bmake. | jlam | 1 | -2/+2 |
2006-06-08 | Fix an inverted test that caused all catman pages to be stripped from | jlam | 1 | -3/+3 |
2006-06-08 | Create /var/spool/lock in the sandbox. The directory is needed to | minskim | 1 | -2/+2 |
2006-06-07 | Fix problems with check-files where it fails with a confusing message | jlam | 1 | -109/+157 |
2006-06-07 | If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_P | jlam | 1 | -4/+7 |
2006-06-07 | Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can more | jlam | 2 | -7/+7 |