Age | Commit message (Expand) | Author | Files | Lines |
2006-07-07 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly different | jlam | 1 | -13/+33 |
2006-07-07 | No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mk | jlam | 1 | -2/+1 |
2006-07-07 | Move the STEP_MSG outside of the .if.endif block so it's always printed. | jlam | 1 | -3/+3 |
2006-07-07 | Add missing "rm" statement that was causing the libtool wrapper to be | jlam | 1 | -1/+2 |
2006-07-07 | Make configure, install, and package barrier-aware even if NO_CONFIGURE, | jlam | 3 | -6/+12 |
2006-07-07 | The build target needs to be barrier aware even in the NO_BUILD case. | seb | 1 | -2/+4 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 11 | -11/+24 |
2006-07-06 | Remove an unnecessary target... ${_BARRIER_COOKIE} has no source targets | jlam | 1 | -5/+5 |
2006-07-06 | The "replace" target does conceptually the same thing as the "install" | jlam | 2 | -5/+7 |
2006-07-06 | Make it a little easier to read the lock/unlock output by inserting some | jlam | 1 | -3/+3 |
2006-07-06 | Refactor the README.html generation code from bsd.pkg.mk into a separate | jlam | 2 | -314/+343 |
2006-07-06 | Never skip the wrapper step, even if NO_BUILD is set. There are packages | jlam | 1 | -5/+1 |
2006-07-06 | Make "test" barrier-aware. | jlam | 1 | -5/+11 |
2006-07-06 | Always run the "pkginstall" step even if NO_BUILD is specified. | jlam | 1 | -2/+2 |
2006-07-06 | Fix previous... instead of moving bsd.pkg.barrier.mk down below .MAIN, | jlam | 1 | -6/+6 |
2006-07-06 | Move inclusion of bsd.pkg.barrier.mk under the .MAIN target because | jlam | 2 | -5/+6 |
2006-07-06 | Order the _BARRIER_POST_TARGETS so that if more than one is specified on | jlam | 1 | -17/+29 |
2006-07-06 | Fix cut-and-paste goof. | jlam | 1 | -4/+4 |
2006-07-06 | On Solaris set _COMPILER_ABI_FLAG.64 to be consistent with the sunpro | markd | 1 | -1/+5 |
2006-07-06 | Set _COMPILER_ABI_FLAG.64 correctly for non sparc (ie amd64). | markd | 1 | -1/+5 |
2006-07-05 | Fixed the test on PKG_{FAIL,SKIP}_REASON. Added a prefix line to the | rillig | 1 | -3/+8 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 19 | -147/+221 |
2006-07-05 | Fix two bugs which prevent undo-replace from working. | jlam | 1 | -3/+3 |
2006-07-05 | Only override intltool if the intltool tool was requested. | jlam | 1 | -2/+4 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 16 | -100/+121 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 16 | -585/+1050 |
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 |