Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/atf Update reachover build files for atf-0.20.
details: https://anonhg.NetBSD.org/src/rev/b7c869384bd9
branches: trunk
changeset: 326668:b7c869384bd9
user: jmmv <jmmv%NetBSD.org@localhost>
date: Tue Feb 11 16:11:28 2014 +0000
description:
Update reachover build files for atf-0.20.
diffstat:
external/bsd/atf/lib/libatf-c/bconfig.h | 9 +++------
external/bsd/atf/lib/tools/Makefile | 3 ++-
external/bsd/atf/prepare-import.sh | 3 ++-
external/bsd/atf/tests/atf/atf-c++/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-c++/detail/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-c/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-c/detail/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-config/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-report/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-run/Makefile | 3 +--
external/bsd/atf/tests/atf/atf-sh/Makefile | 3 +--
external/bsd/atf/tests/atf/test-programs/Makefile | 3 +--
external/bsd/atf/tests/atf/tools/Makefile | 3 +--
13 files changed, 17 insertions(+), 28 deletions(-)
diffs (214 lines):
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/lib/libatf-c/bconfig.h
--- a/external/bsd/atf/lib/libatf-c/bconfig.h Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/lib/libatf-c/bconfig.h Tue Feb 11 16:11:28 2014 +0000
@@ -58,9 +58,6 @@
/* Define to 1 if vsnprintf is in std */
/* #undef HAVE_VSNPRINTF_IN_STD */
-/* Define to the last valid signal number */
-#define LAST_SIGNO 63
-
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
@@ -78,7 +75,7 @@
#define PACKAGE_NAME "Automated Testing Framework"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Automated Testing Framework 0.19"
+#define PACKAGE_STRING "Automated Testing Framework 0.20"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "atf"
@@ -87,10 +84,10 @@
#define PACKAGE_URL "https://github.com/jmmv/atf/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.19"
+#define PACKAGE_VERSION "0.20"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.19"
+#define VERSION "0.20"
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/lib/tools/Makefile
--- a/external/bsd/atf/lib/tools/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/lib/tools/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/08 19:15:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/11 16:11:28 jmmv Exp $
NOLINT= # defined
@@ -29,6 +29,7 @@
CPPFLAGS+= -DATF_PKGDATADIR=\"/usr/share/atf\"
CPPFLAGS+= -DATF_SHELL=\"/bin/sh\"
CPPFLAGS+= -DATF_WORKDIR=\"/tmp\"
+CPPFLAGS+= -DLAST_SIGNO=63
CPPFLAGS+= -I${SRCDIR}/tools
CPPFLAGS+= -I.
CPPFLAGS+= -I${TOPDIR}/lib/libatf-c # For bconfig.h
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/prepare-import.sh
--- a/external/bsd/atf/prepare-import.sh Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/prepare-import.sh Tue Feb 11 16:11:28 2014 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.7 2014/02/08 19:06:05 jmmv Exp $
+# $NetBSD: prepare-import.sh,v 1.8 2014/02/11 16:11:28 jmmv Exp $
#
# Use this script to recreate the 'dist' subdirectory from a newly released
# distfile. The script takes care of unpacking the distfile, removing any
@@ -14,6 +14,7 @@
CLEAN_PATTERNS=
CLEAN_PATTERNS="${CLEAN_PATTERNS} *.m4"
CLEAN_PATTERNS="${CLEAN_PATTERNS} INSTALL TODO"
+CLEAN_PATTERNS="${CLEAN_PATTERNS} Atffile */Atffile */*/Atffile"
CLEAN_PATTERNS="${CLEAN_PATTERNS} Makefile* */Makefile* */*/Makefile*"
CLEAN_PATTERNS="${CLEAN_PATTERNS} admin"
CLEAN_PATTERNS="${CLEAN_PATTERNS} atf-*/atf-*.m4"
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-c++/Makefile
--- a/external/bsd/atf/tests/atf/atf-c++/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-c++/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2014/02/08 19:15:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTS_SUBDIRS= detail
TESTSDIR= ${TESTSBASE}/atf/atf-c++
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c++
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-c++/detail/Makefile
--- a/external/bsd/atf/tests/atf/atf-c++/detail/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-c++/detail/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2014/02/08 19:15:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-c++/detail
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c++/detail
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-c/Makefile
--- a/external/bsd/atf/tests/atf/atf-c/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-c/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2012/07/11 22:40:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTS_SUBDIRS= detail
TESTSDIR= ${TESTSBASE}/atf/atf-c
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-c/detail/Makefile
--- a/external/bsd/atf/tests/atf/atf-c/detail/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-c/detail/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/02/08 19:15:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-c/detail
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c/detail
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-config/Makefile
--- a/external/bsd/atf/tests/atf/atf-config/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-config/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/07/13 21:12:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-config
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-config
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-report/Makefile
--- a/external/bsd/atf/tests/atf/atf-report/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-report/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/10/20 09:20:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-report
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-report
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-run/Makefile
--- a/external/bsd/atf/tests/atf/atf-run/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-run/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/11/07 17:46:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-run
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-run
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/atf-sh/Makefile
--- a/external/bsd/atf/tests/atf/atf-sh/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/atf-sh/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/10/20 09:20:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-sh
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-sh
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/test-programs/Makefile
--- a/external/bsd/atf/tests/atf/test-programs/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/test-programs/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/02/15 17:08:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/test-programs
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/test-programs
diff -r 69dd33539c72 -r b7c869384bd9 external/bsd/atf/tests/atf/tools/Makefile
--- a/external/bsd/atf/tests/atf/tools/Makefile Tue Feb 11 16:10:40 2014 +0000
+++ b/external/bsd/atf/tests/atf/tools/Makefile Tue Feb 11 16:11:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2014/02/08 19:15:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/tools
-ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/tools
Home |
Main Index |
Thread Index |
Old Index