Age | Commit message (Expand) | Author | Files | Lines |
2006-07-05 | Since intltool is now a tool, we might as well require the latest pkgsrc | jlam | 1 | -2/+2 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 14 | -22/+173 |
2006-07-03 | Moved the command that generates the list of files to its own variable, | rillig | 1 | -2/+4 |
2006-07-03 | After converting it to HTML format, the build log file is not needed | rillig | 1 | -1/+2 |
2006-07-02 | Reordered the variables in the interface comment so that all | rillig | 1 | -8/+8 |
2006-07-02 | Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains a | rillig | 1 | -2/+2 |
2006-07-02 | I forgot to mention in the last commit that share/examples and share/doc | rillig | 1 | -1/+1 |
2006-07-02 | Added a proper interface documentation. Instead of a .for loop, the | rillig | 1 | -9/+24 |
2006-07-02 | Fixed the documentation for SUBST_SED.*, which is not _one_ sed | rillig | 1 | -2/+3 |
2006-07-01 | Add a script that can be used to scan for NO_BIN_ON_FTP packages using | dmcmahill | 1 | -0/+163 |
2006-06-26 | m4 might not exist e.g. on Slackware, conditionalize it. | joerg | 1 | -1/+3 |
2006-06-26 | Remove SuSE 7.3 version from SUSE_PREFER, set 10.0 as default and mark | salo | 1 | -10/+5 |
2006-06-25 | add .cz KDE mirror | jdolecek | 1 | -2/+3 |
2006-06-23 | Change the way that "\c" is processed within the msg strings: if we | jlam | 1 | -1/+49 |
2006-06-23 | Fix typo that would cause check-shlibs to never find missing libraries | jlam | 1 | -2/+2 |
2006-06-23 | Remove "apache.towardex.com" (down) and "sunsite.tus.ac.jp" (redirects | tron | 1 | -3/+1 |
2006-06-22 | SUBST_STAGE.* is currently not defined by all SUBST blocks, so disable | rillig | 1 | -2/+3 |
2006-06-22 | Restore ls -t | grep idiom, the whole package list is too big for the | joerg | 1 | -2/+2 |
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 |