Age | Commit message (Expand) | Author | Files | Lines |
2006-09-27 | Remove XFree86. | joerg | 1 | -13/+3 |
2006-09-15 | Now, gettext tools is available from devel/gettext-tools, so prioritize | obache | 1 | -2/+2 |
2006-08-25 | Make sure that /usr/bin/wish exists before using it as a tool. | minskim | 1 | -1/+3 |
2006-08-07 | Add "dvipdf" to the list of tools provided by ghostscript. | cube | 1 | -2/+2 |
2006-08-06 | Handle the share/pkgconfig directory where platform-independent packages | jmmv | 1 | -2/+2 |
2006-07-25 | Move barrier to just after the depends phase. This allows both the | jlam | 1 | -5/+4 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -1/+5 |
2006-07-13 | Add DIGEST to the variables defined by default. | jlam | 1 | -1/+2 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 3 | -2/+87 |
2006-07-10 | Back out revision 1.172 of mk/tools/replace.mk -- we never want to | jlam | 2 | -6/+6 |
2006-07-10 | The wrapper for perl silently failed, giving no hint that | rillig | 2 | -3/+11 |
2006-07-08 | make sure the IMAKE definition, if set, is used in case X11_TYPE is native | schwarz | 1 | -2/+5 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -10/+10 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -4/+9 |
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 | 1 | -7/+7 |
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 | 12 | -18/+165 |
2006-06-26 | m4 might not exist e.g. on Slackware, conditionalize it. | joerg | 1 | -1/+3 |
2006-06-23 | Change the way that "\c" is processed within the msg strings: if we | jlam | 1 | -1/+49 |
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-16 | Allow packages to set a post-tools target again (which fixes recent | jlam | 1 | -3/+46 |
2006-06-14 | Teach the tools framework about "openssl". | jlam | 9 | -9/+32 |
2006-06-13 | At the point where we invoke msgfmt during the build phase, the software | jlam | 1 | -1/+5 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -1/+2 |
2006-06-06 | Stop supporting user-specified definition for IMAKE in /etc/mk.conf -- | jlam | 1 | -7/+1 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 3 | -163/+233 |
2006-06-05 | Minor fix for last commit... in the case where msgstr is just the | jlam | 1 | -10/+4 |
2006-06-04 | Extend msgfmt.sh script to handle the following cases: | jlam | 1 | -15/+77 |
2006-05-21 | Add back "gsoelim" as a NetBSD tool since it supports "-I directory". | jlam | 1 | -2/+3 |
2006-05-21 | NetBSD actually doesn't have GNU soelim, but rather BSD soelim. | jlam | 1 | -2/+1 |
2006-05-21 | Teach the tools framework about "groff" as a tool. | jlam | 5 | -7/+21 |
2006-05-20 | Modify msgfmt.sh to make the following changes when filtering *.po files: | jlam | 1 | -18/+27 |
2006-05-20 | We can simplify MSGSTRN_RE because we already catch the msgstr[0] and | jlam | 1 | -2/+2 |
2006-05-20 | Rename ORE to OBSOLETE_RE for more clarity in the variable name. | jlam | 1 | -16/+16 |
2006-05-20 | Restore "unnecessary" variable... sometimes we use named constants for | jlam | 1 | -2/+3 |
2006-05-10 | Don't let this program get confused just because there is no white-space | rillig | 1 | -3/+2 |
2006-04-15 | There are two things that we need to keep track of: | jlam | 1 | -8/+13 |
2006-04-15 | Reorder the loop so that we can never get into an infinite loop. We | jlam | 1 | -10/+6 |
2006-04-15 | Modify the loop so that the statements and comment lines can be | jlam | 1 | -13/+27 |
2006-04-15 | Replace a re-used regular expression with a constant. | jlam | 1 | -8/+10 |
2006-04-14 | Drop all msgstr[N] translations besides msgstr[0] and msgstr[1] because | jlam | 1 | -1/+14 |
2006-04-14 | Whitespace changes for proper indentation. | jlam | 1 | -99/+103 |
2006-04-14 | Remove debugging code so that we actually invoke msgfmt. | jlam | 1 | -4/+1 |
2006-04-14 | Avoid using the awk input loop and use our own while loop in a BEGIN | jlam | 1 | -64/+70 |
2006-04-14 | Support a --debug flag that dumps the output of the awk script to a | jlam | 1 | -2/+16 |
2006-04-14 | Now that I understand why we strip "#~" from the head of lines, strip | jlam | 1 | -3/+10 |