Module Name: src
Committed By: jmmv
Date: Tue Feb 11 16:11:29 UTC 2014
Modified Files:
src/external/bsd/atf: prepare-import.sh
src/external/bsd/atf/lib/libatf-c: bconfig.h
src/external/bsd/atf/lib/tools: Makefile
src/external/bsd/atf/tests/atf/atf-c: Makefile
src/external/bsd/atf/tests/atf/atf-c++: Makefile
src/external/bsd/atf/tests/atf/atf-c++/detail: Makefile
src/external/bsd/atf/tests/atf/atf-c/detail: Makefile
src/external/bsd/atf/tests/atf/atf-config: Makefile
src/external/bsd/atf/tests/atf/atf-report: Makefile
src/external/bsd/atf/tests/atf/atf-run: Makefile
src/external/bsd/atf/tests/atf/atf-sh: Makefile
src/external/bsd/atf/tests/atf/test-programs: Makefile
src/external/bsd/atf/tests/atf/tools: Makefile
Log Message:
Update reachover build files for atf-0.20.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/atf/prepare-import.sh
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/atf/lib/libatf-c/bconfig.h
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/atf/lib/tools/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/atf/tests/atf/atf-c/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/atf/tests/atf/atf-c++/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/atf/tests/atf/atf-c/detail/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/tests/atf/atf-config/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/atf/tests/atf/atf-report/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/atf/tests/atf/atf-run/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/atf/tests/atf/atf-sh/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/atf/tests/atf/test-programs/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/tests/atf/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/atf/prepare-import.sh
diff -u src/external/bsd/atf/prepare-import.sh:1.7 src/external/bsd/atf/prepare-import.sh:1.8
--- src/external/bsd/atf/prepare-import.sh:1.7 Sat Feb 8 19:06:05 2014
+++ src/external/bsd/atf/prepare-import.sh Tue Feb 11 16:11:28 2014
@@ -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 @@ ProgName=${0##*/}
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"
Index: src/external/bsd/atf/lib/libatf-c/bconfig.h
diff -u src/external/bsd/atf/lib/libatf-c/bconfig.h:1.13 src/external/bsd/atf/lib/libatf-c/bconfig.h:1.14
--- src/external/bsd/atf/lib/libatf-c/bconfig.h:1.13 Sun Feb 9 14:02:39 2014
+++ src/external/bsd/atf/lib/libatf-c/bconfig.h Tue Feb 11 16:11:28 2014
@@ -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"
Index: src/external/bsd/atf/lib/tools/Makefile
diff -u src/external/bsd/atf/lib/tools/Makefile:1.1 src/external/bsd/atf/lib/tools/Makefile:1.2
--- src/external/bsd/atf/lib/tools/Makefile:1.1 Sat Feb 8 19:15:33 2014
+++ src/external/bsd/atf/lib/tools/Makefile Tue Feb 11 16:11:28 2014
@@ -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_MACHINE=\"${MACHINE}\"
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
Index: src/external/bsd/atf/tests/atf/atf-c/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-c/Makefile:1.8 src/external/bsd/atf/tests/atf/atf-c/Makefile:1.9
--- src/external/bsd/atf/tests/atf/atf-c/Makefile:1.8 Wed Jul 11 22:40:16 2012
+++ src/external/bsd/atf/tests/atf/atf-c/Makefile Tue Feb 11 16:11:28 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/atf-c++/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-c++/Makefile:1.8 src/external/bsd/atf/tests/atf/atf-c++/Makefile:1.9
--- src/external/bsd/atf/tests/atf/atf-c++/Makefile:1.8 Sat Feb 8 19:15:34 2014
+++ src/external/bsd/atf/tests/atf/atf-c++/Makefile Tue Feb 11 16:11:28 2014
@@ -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++
Index: src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile:1.3 src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile:1.4
--- src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile:1.3 Sat Feb 8 19:15:34 2014
+++ src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile Tue Feb 11 16:11:28 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/atf-c/detail/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-c/detail/Makefile:1.5 src/external/bsd/atf/tests/atf/atf-c/detail/Makefile:1.6
--- src/external/bsd/atf/tests/atf/atf-c/detail/Makefile:1.5 Sat Feb 8 19:15:34 2014
+++ src/external/bsd/atf/tests/atf/atf-c/detail/Makefile Tue Feb 11 16:11:28 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/atf-config/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-config/Makefile:1.3 src/external/bsd/atf/tests/atf/atf-config/Makefile:1.4
--- src/external/bsd/atf/tests/atf/atf-config/Makefile:1.3 Tue Jul 13 21:12:38 2010
+++ src/external/bsd/atf/tests/atf/atf-config/Makefile Tue Feb 11 16:11:28 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/atf-report/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-report/Makefile:1.5 src/external/bsd/atf/tests/atf/atf-report/Makefile:1.6
--- src/external/bsd/atf/tests/atf/atf-report/Makefile:1.5 Wed Oct 20 09:20:11 2010
+++ src/external/bsd/atf/tests/atf/atf-report/Makefile Tue Feb 11 16:11:29 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/atf-run/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-run/Makefile:1.6 src/external/bsd/atf/tests/atf/atf-run/Makefile:1.7
--- src/external/bsd/atf/tests/atf/atf-run/Makefile:1.6 Sun Nov 7 17:46:46 2010
+++ src/external/bsd/atf/tests/atf/atf-run/Makefile Tue Feb 11 16:11:29 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/atf-sh/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-sh/Makefile:1.5 src/external/bsd/atf/tests/atf/atf-sh/Makefile:1.6
--- src/external/bsd/atf/tests/atf/atf-sh/Makefile:1.5 Wed Oct 20 09:20:12 2010
+++ src/external/bsd/atf/tests/atf/atf-sh/Makefile Tue Feb 11 16:11:29 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/test-programs/Makefile
diff -u src/external/bsd/atf/tests/atf/test-programs/Makefile:1.3 src/external/bsd/atf/tests/atf/test-programs/Makefile:1.4
--- src/external/bsd/atf/tests/atf/test-programs/Makefile:1.3 Fri Feb 15 17:08:35 2013
+++ src/external/bsd/atf/tests/atf/test-programs/Makefile Tue Feb 11 16:11:29 2014
@@ -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
Index: src/external/bsd/atf/tests/atf/tools/Makefile
diff -u src/external/bsd/atf/tests/atf/tools/Makefile:1.3 src/external/bsd/atf/tests/atf/tools/Makefile:1.4
--- src/external/bsd/atf/tests/atf/tools/Makefile:1.3 Sat Feb 8 19:15:34 2014
+++ src/external/bsd/atf/tests/atf/tools/Makefile Tue Feb 11 16:11:29 2014
@@ -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