Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-21 | regress/infra-unittests: add small framework for testing mk/ with mocks | rillig | 1 | -1/+2 | |
2018-11-10 | mk/misc: in show-all, list values of *_ENV and *_ARGS in separate lines | rillig | 1 | -1/+2 | |
The *_ENV and *_ARG values are typically very long, and reading them in a single line is unnecessarily difficult. Therefore, each of their values is listed on a separate line, for example: fetch: usr DIST_PATH (undefined) pkg MASTER_SITES = \ http://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/glib/2.56/ \ https://download.gnome.org/sources/glib/2.56/ \ # end of MASTER_SITES pkg DIST_SUBDIR (undefined) | |||||
2018-11-09 | regress: Add a link to the pkgsrc guide | rillig | 1 | -2/+3 | |
2018-11-09 | regress: add env-vars | rillig | 1 | -1/+4 | |
2016-06-11 | Added regression test for portability checks. | rillig | 1 | -1/+2 | |
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-03-07 | Added a regression test for the SUBST framework, especially the newly | rillig | 1 | -1/+2 | |
introduced SUBST_VARS. | |||||
2006-09-06 | Add make-env-phases. | ben | 1 | -1/+2 | |
2006-07-11 | Added a testcase for the pkgsrc compilers. | rillig | 1 | -1/+2 | |
2006-07-10 | Added a test for the new pkgsrc barriers. It currently fails, but should | rillig | 1 | -1/+2 | |
not. | |||||
2005-11-19 | Added a regression test for the TOOLS framework. | rillig | 1 | -1/+2 | |
2005-08-06 | Converted the Makefiles to the "category normal form", as required by | rillig | 1 | -1/+2 | |
pkglint. | |||||
2005-05-19 | Added the pkg-options regression test. | rillig | 1 | -1/+2 | |
2005-05-15 | Added make-quoting. | rillig | 1 | -1/+2 | |
2005-05-08 | Add and enable bootstrap-install-sh. | jlam | 1 | -1/+2 | |
2005-02-12 | New test to verify that the USE_GNU_TOOLS mechanism works while building | gavan | 1 | -1/+2 | |
a different GNU tool. For now, this test fails if flex or bison are already installed. This is suboptimal, but the alternatives (choosing a different PKG_DBDIR and LOCALBASE) are difficult to implement at the individual test level. | |||||
2004-09-08 | Add and enable print-plist. | jmmv | 1 | -1/+2 | |
2004-08-30 | Add and enable buildlink-libtool. | jlam | 1 | -1/+2 | |
2004-08-28 | Add and enable buildlink-unwrap. | jlam | 1 | -1/+2 | |
2004-08-28 | Add pkgfail, a simple regression test which ensures that PKG_FAIL_REASON works. | gavan | 1 | -1/+2 | |
This test serves as a simple example of how to write a regression test. | |||||
2004-08-27 | Add and enable buildlink-transform. | jlam | 1 | -1/+3 | |
2004-08-27 | Add a new "regress" category for pkgsrc regression testing code. We | jlam | 1 | -0/+5 | |
don't descend into this directory for anything since these packages aren't packages in the normal sense, since they're not expected to install or package correctly. |