Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-21 | Fix MAINTAINER. | darcy | 1 | -2/+2 | |
2008-04-30 | Drop maintainership | jmmv | 1 | -2/+2 | |
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them. | |||||
2008-03-04 | Resign from maintaining a lot of packages, so everyone is free to update | rillig | 6 | -12/+12 | |
them at will. | |||||
2007-09-25 | Back out previous. Pointed out by uebayasi@ and martti@. | hira | 1 | -2/+2 | |
2007-09-25 | ln -> ${LN}. | hira | 1 | -2/+2 | |
2007-09-09 | Added a testcase for tar. | rillig | 2 | -3/+27 | |
2007-08-13 | Added mk/misc/category.mk, which contains the definitions that are only | rillig | 1 | -2/+2 | |
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles. | |||||
2007-07-12 | Add some regression tests for backing up existing files, e.g. "-b" and | jlam | 1 | -1/+38 | |
"-B fmt". | |||||
2007-07-04 | Add a test to verify that nonexistent intermediate directories are | jlam | 1 | -2/+29 | |
created with the proper permissions. XXX sysutils/install-sh isn't quite right the same as /usr/bin/install XXX because it ignores the umask for directory creation. | |||||
2007-06-20 | Test the install-sh script from sysutils/install-sh instead of the local | jlam | 2 | -290/+12 | |
one (which has actually migrated to sysutils/install-sh as of 20070620). | |||||
2007-03-08 | Added a testcase for offsetof. Reorganized the rest. | rillig | 6 | -18/+54 | |
2007-03-07 | Added a regression test for the SUBST framework, especially the newly | rillig | 3 | -1/+38 | |
introduced SUBST_VARS. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -3/+3 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -2/+2 | |
From Sergey Svishchev in private mail. | |||||
2006-11-09 | Added a test new case for /bin/sh. | rillig | 2 | -4/+45 | |
2006-10-22 | Added tests for macro definitions on the command line. | rillig | 3 | -5/+27 | |
2006-09-20 | Added a testsuite for sed(1) to make sure it can handle character | rillig | 2 | -3/+42 | |
classes. | |||||
2006-09-06 | Add make-env-phases. | ben | 1 | -1/+2 | |
2006-09-06 | Initial import of a test that checks whether MAKE_ENV changes between | ben | 2 | -0/+42 | |
build and install phase. MAKE_ENV needs to remain the same for packages that use scons. Otherwise, in the install step, scons will take the new MAKE_ENV to mean that the build action changed, and it will rebuild the package with the wrong configuration and install that. | |||||
2006-07-11 | Added a testcase for the pkgsrc compilers. | rillig | 3 | -1/+48 | |
2006-07-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 1 | -3/+1 | |
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk. | |||||
2006-07-10 | Added a test for the new pkgsrc barriers. It currently fails, but should | rillig | 3 | -1/+46 | |
not. | |||||
2006-06-29 | The regression tests that are actually run are selected based on the | rillig | 1 | -3/+33 | |
platform and the bmake version, since some of the bugs have been fixed since. | |||||
2006-06-29 | Added a testcase for a bug in the :Q operator in bmake. | rillig | 4 | -4/+19 | |
2006-06-25 | Added a test for the "sort" tool. Fixed pkglint warnings. | rillig | 2 | -6/+47 | |
2006-05-31 | Double the length of the command line argument after each iteration. | rillig | 1 | -1/+2 | |
2006-05-11 | Changed the test so that it also works by running "make && make clean" | rillig | 2 | -3/+8 | |
in this directory. Currently the test fails because the wrapped echo(1) is broken. | |||||
2006-05-10 | Corrected the expected output for Make version netbsd-2005*. | rillig | 1 | -2/+4 | |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 4 | -8/+8 | |
pkgsrc work. | |||||
2005-11-24 | Added more tests for tr(1), including one that feeds 65536 bytes through | rillig | 1 | -1/+20 | |
tr(1). Let's see if there's an implementation with bounded line lengths. | |||||
2005-11-24 | Added testsuite for tr(1). | rillig | 2 | -3/+40 | |
2005-11-24 | Oops. I had put the awk-specific functions into test.subr. Moved back. | rillig | 2 | -19/+27 | |
2005-11-24 | Factored out the generally useable shell functions into tests.subr, as they | rillig | 2 | -31/+36 | |
will be used by almost all test cases. | |||||
2005-11-19 | Don't require too much from a simple awk. 6144 bytes per line must be | rillig | 1 | -3/+6 | |
enough. At least for Solaris. | |||||
2005-11-19 | Print the name of the test case when starting it. This helps in detecting | rillig | 2 | -3/+10 | |
which test case fails. | |||||
2005-11-19 | Make sure that awk can handle strings of length 4096 on the command line | rillig | 1 | -14/+45 | |
and of length 2^20 when copying from stdin to stdout. | |||||
2005-11-19 | Added comments. | rillig | 1 | -1/+4 | |
2005-11-19 | Added a regression test for the TOOLS framework. | rillig | 1 | -1/+2 | |
2005-11-19 | Regression test for the capabilities of the TOOLS. Most of them have | rillig | 3 | -0/+53 | |
many different implementations and are by no way easy to use. This test collects some assumptions about what the tools must be able to handle. It is also meant as a guide on using these tools correctly and reliably. | |||||
2005-09-28 | Removed trailing white-space. | rillig | 1 | -3/+3 | |
2005-08-06 | Converted the Makefiles to the "category normal form", as required by | rillig | 1 | -1/+2 | |
pkglint. | |||||
2005-08-01 | Simplified the testcase. | rillig | 2 | -9/+4 | |
2005-08-01 | Found a new bug in make(1). | rillig | 3 | -3/+29 | |
2005-07-26 | Test that PKG_FAIL_REASON is empty. | dillo | 10 | -5/+15 | |
2005-07-26 | Add support for sets of options where at least one option from each | dillo | 3 | -2/+24 | |
set must be selected, requested and reviewed by wiz: PKG_OPTIONS_NONEMPTY_SETS This is a list of names of sets of options. At least one option from each set must be selected. The options in each set are listed in PKG_OPTIONS_SET.<setname>. Options from the sets will be automatically added to PKG_SUPPORTED_OPTIONS. | |||||
2005-07-19 | also test unsupported and unused legacy options | dillo | 1 | -2/+4 | |
2005-06-09 | Fix test to that it's possible to check correctness when | jlam | 1 | -2/+2 | |
COMPILER_RPATH_FLAG is "-Wl,-rpath,". | |||||
2005-06-08 | Add two new tests for rpath argument merging and splitting. | jlam | 3 | -1/+33 | |
2005-06-02 | Fix typo. | wiz | 1 | -2/+2 | |
2005-06-02 | add tests for groups of mutually exclusive options | dillo | 5 | -2/+47 | |