summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)AuthorFilesLines
2018-11-11mk/misc: adjust layout of the show-all output to pkgsrc formatrillig2-34/+34
In Makefiles, the variable values are aligned vertically. This format is now also used in the show-all target, which makes it easier readable. Some more variables have been marked as multi-value, and single-valued variables ending in space are clearly marked. Without the latter, the regression test would have a line with significant trailing whitespace.
2018-11-10mk/misc: in show-all, list values of *_ENV and *_ARGS in separate linesrillig5-1/+114
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-09regress/env-vars: make test output more conciserillig4-18/+18
2018-11-09regress: Add a link to the pkgsrc guiderillig1-2/+3
2018-11-09regress: add env-varsrillig1-1/+4
2018-11-09regress/env-vars: demonstrate where and how the *_ENV variables are setrillig6-0/+129
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2016-06-11Fixed pkglint warnings.rillig2-3/+6
2016-06-11Added regression test for portability checks.rillig5-1/+57
2016-04-11update PKG_{FAIL,SKIP}_REASON with +=dbj1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-07Sync spec with reality.joerg1-3/+1
2015-06-07Support DESTDIR, drop @dirrm. Give a working WRKSRC.joerg1-6/+5
2015-03-06Package has no distfiles, which is expected.tnn1-1/+2
2014-06-21Do not use a naked "make", instead use TEST_MAKE. Now it fails differently.bsiegert1-2/+2
2014-06-21Add PLISTs for all regression tests. The infrastructure now setsbsiegert13-0/+0
PKG_FAIL_REASON if there is no PLIST, breaking all but one test. Goes from "1 passed, 12 failed" to "6 passed, 7 failed" on Mac OS. "haha" schmonz@
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2010-03-21Reset maintainer, developer lost his commit bit.wiz4-8/+8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-09Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.joerg10-26/+10
Retire NO_PACAKGE as there is no technical reason for it.
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2009-03-21Fix MAINTAINER.darcy1-2/+2
2008-04-30Drop maintainershipjmmv1-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-04Resign from maintaining a lot of packages, so everyone is free to updaterillig6-12/+12
them at will.
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-2/+2
2007-09-25ln -> ${LN}.hira1-2/+2
2007-09-09Added a testcase for tar.rillig2-3/+27
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-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-12Add some regression tests for backing up existing files, e.g. "-b" andjlam1-1/+38
"-B fmt".
2007-07-04Add a test to verify that nonexistent intermediate directories arejlam1-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-20Test the install-sh script from sysutils/install-sh instead of the localjlam2-290/+12
one (which has actually migrated to sysutils/install-sh as of 20070620).
2007-03-08Added a testcase for offsetof. Reorganized the rest.rillig6-18/+54
2007-03-07Added a regression test for the SUBST framework, especially the newlyrillig3-1/+38
introduced SUBST_VARS.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-11-09Added a test new case for /bin/sh.rillig2-4/+45
2006-10-22Added tests for macro definitions on the command line.rillig3-5/+27
2006-09-20Added a testsuite for sed(1) to make sure it can handle characterrillig2-3/+42
classes.
2006-09-06Add make-env-phases.ben1-1/+2
2006-09-06Initial import of a test that checks whether MAKE_ENV changes betweenben2-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-11Added a testcase for the pkgsrc compilers.rillig3-1/+48
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam1-3/+1
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10Added a test for the new pkgsrc barriers. It currently fails, but shouldrillig3-1/+46
not.
2006-06-29The regression tests that are actually run are selected based on therillig1-3/+33
platform and the bmake version, since some of the bugs have been fixed since.
2006-06-29Added a testcase for a bug in the :Q operator in bmake.rillig4-4/+19
2006-06-25Added a test for the "sort" tool. Fixed pkglint warnings.rillig2-6/+47
2006-05-31Double the length of the command line argument after each iteration.rillig1-1/+2
2006-05-11Changed the test so that it also works by running "make && make clean"rillig2-3/+8
in this directory. Currently the test fails because the wrapped echo(1) is broken.
2006-05-10Corrected the expected output for Make version netbsd-2005*.rillig1-2/+4
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam4-8/+8
pkgsrc work.