pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: rillig
Date: Sat Jan 11 11:09:35 UTC 2020
Modified Files:
pkgsrc: Makefile
Added Files:
pkgsrc/regress: README
Removed Files:
pkgsrc/regress: Makefile
Log Message:
regress: remove Makefile
The regress/ directory does not contain pkgsrc packages, therefore it
should not be listed as a SUBDIR in the top-level Makefile.
This wrong impression could be caused because most of the regression
tests have a Makefile that looks like an actual package Makefile. But
this alone doesn't mean that these are packages. The only relevant file
for a regression test is the spec file. If that test uses a package
Makefile or not is an implementation detail of each test.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/Makefile
cvs rdiff -u -r1.27 -r0 pkgsrc/regress/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/regress/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/Makefile
diff -u pkgsrc/Makefile:1.86 pkgsrc/Makefile:1.87
--- pkgsrc/Makefile:1.86 Mon Jun 2 10:24:05 2014
+++ pkgsrc/Makefile Sat Jan 11 11:09:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2014/06/02 10:24:05 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2020/01/11 11:09:35 rillig Exp $
#
# This is the top-level Makefile of pkgsrc. It contains a list of the
# categories of packages, as well as some targets that operate on the
@@ -79,7 +79,6 @@ SUBDIR+= news
SUBDIR+= parallel
SUBDIR+= pkgtools
SUBDIR+= print
-#SUBDIR+= regress # regression tests must be started manually
SUBDIR+= security
SUBDIR+= shells
SUBDIR+= sysutils
Added files:
Index: pkgsrc/regress/README
diff -u /dev/null pkgsrc/regress/README:1.1
--- /dev/null Sat Jan 11 11:09:35 2020
+++ pkgsrc/regress/README Sat Jan 11 11:09:35 2020
@@ -0,0 +1,2 @@
+See the chapter "Regression tests" in the pkgsrc guide (doc/pkgsrc.txt)
+for more information about these tests.
Home |
Main Index |
Thread Index |
Old Index