Commit graph

124 commits

Author SHA1 Message Date
rillig
9e31554ec7 regress/tools: clarify that only the NetBSD 7 shell exhibits this bug
The test has been changed again to fail since making the test pass would
mean this bug could later silently show up inside a large GNU configure
script where it would be impossible to find. Therefore, when using pkgsrc
on NetBSD 7, it is better to switch to another shell for doing pkgsrc
work.

The comment has been updated to be more accurate.
2018-12-05 19:01:40 +00:00
rillig
37529136f3 regress/tools: disable failing test on NetBSD
See bin/53754.
2018-11-30 19:55:26 +00:00
rillig
4e6cab5917 regress/show-all: fix regression test after infrastructure change 2018-11-30 19:15:49 +00:00
rillig
8f906494fe regress/make-quoting: adjust to bmake change from 2015 2018-11-30 19:06:32 +00:00
rillig
f37f30c061 mk/misc: adjust layout of the show-all output to pkgsrc format
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-11 19:07:12 +00:00
rillig
8f1611a664 mk/misc: in show-all, list values of *_ENV and *_ARGS in separate lines
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-10 10:40:55 +00:00
rillig
b1755c4d38 regress/env-vars: make test output more concise 2018-11-09 06:59:20 +00:00
rillig
3e7546a87d regress: Add a link to the pkgsrc guide 2018-11-09 06:48:27 +00:00
rillig
9f0d7cea03 regress: add env-vars 2018-11-09 06:46:35 +00:00
rillig
392a8b517d regress/env-vars: demonstrate where and how the *_ENV variables are set 2018-11-09 06:46:03 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
rillig
dbb64b82e8 Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
rillig
61e1811b4f Added regression test for portability checks. 2016-06-11 10:48:28 +00:00
dbj
dde82c09aa update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
joerg
738d76b7d6 Sync spec with reality. 2015-06-07 03:46:39 +00:00
joerg
2bae819d22 Support DESTDIR, drop @dirrm. Give a working WRKSRC. 2015-06-07 03:46:05 +00:00
tnn
d6b53ad5af Package has no distfiles, which is expected. 2015-03-06 23:26:26 +00:00
bsiegert
e8ad5e0312 Do not use a naked "make", instead use TEST_MAKE. Now it fails differently. 2014-06-21 16:34:13 +00:00
bsiegert
90c36cf39b Add PLISTs for all regression tests. The infrastructure now sets
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-06-21 16:15:00 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
a4eec2f4cc Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
joerg
dde8c871c5 Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
joerg
ce1772b268 Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.
Retire NO_PACAKGE as there is no technical reason for it.
2009-04-09 00:47:11 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
darcy
37ebc1d070 Fix MAINTAINER. 2009-03-21 05:43:53 +00:00
jmmv
0d3662ee66 Drop maintainership
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-04-30 13:38:14 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
ebf8ba4a7d ln -> ${LN}. 2007-09-25 08:31:52 +00:00
rillig
3702f2b4c7 Added a testcase for tar. 2007-09-09 08:01:45 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
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-08-13 08:12:41 +00:00
jlam
d524020c66 Add some regression tests for backing up existing files, e.g. "-b" and
"-B fmt".
2007-07-12 18:27:54 +00:00
jlam
c84cd7f43a Add a test to verify that nonexistent intermediate directories are
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-07-04 19:18:12 +00:00
jlam
c1991dfd01 Test the install-sh script from sysutils/install-sh instead of the local
one (which has actually migrated to sysutils/install-sh as of 20070620).
2007-06-20 16:26:20 +00:00
rillig
f100f6b8e2 Added a testcase for offsetof. Reorganized the rest. 2007-03-08 14:31:06 +00:00
rillig
934cb486d6 Added a regression test for the SUBST framework, especially the newly
introduced SUBST_VARS.
2007-03-07 21:22:20 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
rillig
fd7861c39a Added a test new case for /bin/sh. 2006-11-09 12:39:55 +00:00
rillig
b70dacabdc Added tests for macro definitions on the command line. 2006-10-22 07:52:27 +00:00
rillig
915d764b85 Added a testsuite for sed(1) to make sure it can handle character
classes.
2006-09-20 07:39:54 +00:00
ben
be2571a4ab Add make-env-phases. 2006-09-06 03:37:54 +00:00
ben
8fbd1d3ce0 Initial import of a test that checks whether MAKE_ENV changes between
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-09-06 03:37:14 +00:00
rillig
a60185601f Added a testcase for the pkgsrc compilers. 2006-07-11 05:03:11 +00:00
jlam
06be53fba4 Completely nuke the concept of PKG_PHASE from pkgsrc except for the
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10 22:59:26 +00:00
rillig
e3d9249334 Added a test for the new pkgsrc barriers. It currently fails, but should
not.
2006-07-10 12:47:26 +00:00
rillig
9280b41272 The regression tests that are actually run are selected based on the
platform and the bmake version, since some of the bugs have been fixed
since.
2006-06-29 14:01:58 +00:00
rillig
f2014b3dd2 Added a testcase for a bug in the :Q operator in bmake. 2006-06-29 13:35:18 +00:00
rillig
aa0acb70fa Added a test for the "sort" tool. Fixed pkglint warnings. 2006-06-25 21:47:28 +00:00