Age | Commit message (Expand) | Author | Files | Lines |
2008-08-10 | Prefer builtin echo, test/[, true/false. | ahoka | 2 | -6/+10 |
2008-08-09 | UCB binaries were removed from OpenSolaris, so let's use builtin echo | ahoka | 1 | -2/+6 |
2008-07-21 | set TOOLS_PLATFORM.ftp to /usr/bin/ftp | dbj | 1 | -1/+2 |
2008-05-25 | DragonFly normally has bsdtar in /usr/bin. | joerg | 1 | -1/+4 |
2008-05-25 | Add bsdtar to the tools list. | joerg | 1 | -1/+12 |
2008-05-25 | bootstrap packages has been registered for while now. | joerg | 1 | -6/+2 |
2008-05-22 | Add ftp as tool. On NetBSD and DragonFly, this will use the system | joerg | 3 | -3/+15 |
2008-05-17 | Check that /usr/bin/patch really exists, so that we can gracefully fall | tnn | 1 | -1/+3 |
2008-04-20 | Reset PKG_CONFIG_PATH in the environment. Fixes misterious build problems | jmmv | 1 | -2/+4 |
2008-04-15 | Require at least version 3.81 of "gmake". It has been in "pkgsrc" for | tron | 1 | -2/+2 |
2008-04-04 | Detect and use native bzip2(1) tool. | tnn | 1 | -1/+6 |
2008-03-11 | Revert previous, /bin/ksh appears to be even worse than /bin/sh. | tnn | 1 | -2/+2 |
2008-03-11 | Use /bin/ksh instead of /bin/sh on HPUX. | tnn | 1 | -2/+2 |
2008-02-29 | Make chrpath(1) a tool. Intended scope is fixing up some Linux emulation | tnn | 1 | -1/+12 |
2008-02-19 | Look for mktemp in /bin, too, where Debian systems keep it. | epg | 1 | -1/+3 |
2008-02-13 | Don't use the bundled GNU Make on Mac OS X version older than Leopard. | tron | 1 | -1/+3 |
2008-02-13 | Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton. | tnn | 1 | -6/+6 |
2008-02-13 | Whenever a tool from TOOLS_FAIL is executed, print a useful error | rillig | 1 | -2/+4 |
2008-02-07 | Same as previous, but the line above. (Sigh) | tnn | 1 | -3/+4 |
2008-02-07 | Oops, make sure the variable is defined before testing it's value. | tnn | 1 | -2/+3 |
2008-02-07 | Fix busted groff handling on SunOS. | tnn | 1 | -3/+7 |
2008-01-14 | remove makedepend hack | tnn | 1 | -4/+1 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 2 | -20/+20 |
2007-12-18 | Doing USE_TOOLS+=cmake in the configure stage is too late so move it | markd | 4 | -12/+30 |
2007-12-12 | Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in | markd | 2 | -2/+14 |
2007-11-28 | Modern versions of Solaris include "/bin/bash". | tron | 1 | -1/+4 |
2007-11-26 | Define "TOOLS_PLATFORM.flex" to "/usr/bin/flex" not "/usr/bin/lex". | tron | 1 | -2/+2 |
2007-11-22 | Don't try to use "/usr/bin/perl" as a tool under Darwin. | tron | 1 | -2/+1 |
2007-11-19 | Generalize the condition for defining PERL5, so that PERL5 is never | minskim | 1 | -2/+2 |
2007-11-19 | Do not define PERL5 as a tool when building devel/perl5, which defines | minskim | 1 | -1/+3 |
2007-11-16 | Use native perl as a tool on Darwin. | minskim | 1 | -1/+2 |
2007-11-08 | Allow both gzip and gzip-base to provide gzip. | joerg | 1 | -10/+10 |
2007-09-30 | Outside of .for loops, there is no _t_ variable. Hi joerg. | rillig | 1 | -10/+10 |
2007-09-30 | Fixed indentation. | rillig | 2 | -19/+19 |
2007-09-25 | Fix a comment (gnome-vfs2 -> gnome-vfs). | hira | 1 | -2/+2 |
2007-09-10 | Reverted the last change. Apparently, it was committed without testing | rillig | 1 | -18/+38 |
2007-09-10 | Why should we write the same code over and over again? We shouldn't. | rillig | 1 | -38/+18 |
2007-09-10 | Added information about imake-specific variables. | rillig | 1 | -1/+13 |
2007-08-30 | Newer AIX has bzip2 and bzcat pre-installed. | joerg | 1 | -1/+7 |
2007-08-20 | Add readelf as tool, for only only the BSDs get it. | joerg | 4 | -5/+13 |
2007-08-17 | Remove infrastructure side of Xorg 6.9 support. Begin to simplify | joerg | 1 | -36/+19 |
2007-08-16 | A number of packages implicitly assume that ar runs the right ranlib, | joerg | 1 | -1/+3 |
2007-08-15 | Create ranlib override for cross-compilation as libtool doesn't | joerg | 1 | -1/+4 |
2007-08-13 | rpm2pkg is actually in ${PREFIX}/sbin. | jlam | 1 | -2/+2 |
2007-08-10 | Give rpm2pkg a standard variable name "RPM2PKG" and teach GNU configure | jlam | 1 | -1/+3 |
2007-08-05 | /usr/bin/file on OSF1 is somewhat broken in that it reports the path | tnn | 1 | -2/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 1 | -1/+22 |
2007-07-31 | Teach the extract module to extract RPMs with rpm2pkg. | jlam | 1 | -1/+12 |
2007-07-28 | Also use the shell builtin for [. Add comment for test and [ about that. | joerg | 1 | -3/+3 |
2007-07-28 | Always use the test builtin... | joerg | 1 | -2/+2 |