Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf Fix atf version in pkgconfig files (should ...



details:   https://anonhg.NetBSD.org/src/rev/3df8eb4ab25f
branches:  trunk
changeset: 785044:3df8eb4ab25f
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Tue Feb 19 15:35:42 2013 +0000

description:
Fix atf version in pkgconfig files (should be 0.17).

Keeping these files up to date with every new import is too easy to get
wrong.  Would be nice if we'd extract the version number in some other
manner, like from lib/libatf-c/bconfig.h.

Found by martin@.

diffstat:

 external/bsd/atf/lib/libatf-c++/Makefile |  4 ++--
 external/bsd/atf/lib/libatf-c/Makefile   |  4 ++--
 external/bsd/atf/usr.bin/atf-sh/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 5a12dbbe229b -r 3df8eb4ab25f external/bsd/atf/lib/libatf-c++/Makefile
--- a/external/bsd/atf/lib/libatf-c++/Makefile  Tue Feb 19 15:30:07 2013 +0000
+++ b/external/bsd/atf/lib/libatf-c++/Makefile  Tue Feb 19 15:35:42 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/02/15 17:08:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2013/02/19 15:35:43 jmmv Exp $
 
 NOLINT=                # defined
 
@@ -63,7 +63,7 @@
 
 realall: atf-c++.pc
 atf-c++.pc: Makefile atf-c++.pc.in
-       ${TOOL_SED} -e 's,__ATF_VERSION__,0.16,g' \
+       ${TOOL_SED} -e 's,__ATF_VERSION__,0.17,g' \
            -e 's,__CXX__,g++,g' \
            -e 's,__INCLUDEDIR__,/usr/include,g' \
            -e 's,__LIBDIR__,/usr/lib,g' \
diff -r 5a12dbbe229b -r 3df8eb4ab25f external/bsd/atf/lib/libatf-c/Makefile
--- a/external/bsd/atf/lib/libatf-c/Makefile    Tue Feb 19 15:30:07 2013 +0000
+++ b/external/bsd/atf/lib/libatf-c/Makefile    Tue Feb 19 15:35:42 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/07/11 22:40:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2013/02/19 15:35:42 jmmv Exp $
 
 NOLINT=                # defined
 
@@ -89,7 +89,7 @@
 
 realall: atf-c.pc
 atf-c.pc: Makefile atf-c.pc.in
-       ${TOOL_SED} -e 's,__ATF_VERSION__,0.16,g' \
+       ${TOOL_SED} -e 's,__ATF_VERSION__,0.17,g' \
            -e 's,__CC__,gcc,g' \
            -e 's,__INCLUDEDIR__,/usr/include,g' \
            -e 's,__LIBDIR__,/usr/lib,g' \
diff -r 5a12dbbe229b -r 3df8eb4ab25f external/bsd/atf/usr.bin/atf-sh/Makefile
--- a/external/bsd/atf/usr.bin/atf-sh/Makefile  Tue Feb 19 15:30:07 2013 +0000
+++ b/external/bsd/atf/usr.bin/atf-sh/Makefile  Tue Feb 19 15:35:42 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/07/11 22:40:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2013/02/19 15:35:43 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -29,7 +29,7 @@
 
 realall: atf-sh.pc
 atf-sh.pc: Makefile atf-sh.pc.in
-       ${TOOL_SED} -e 's,__ATF_VERSION__,0.16,g' \
+       ${TOOL_SED} -e 's,__ATF_VERSION__,0.17,g' \
            -e 's,__EXEC_PREFIX__,/usr,g' \
            <${SRCDIR}/atf-sh/atf-sh.pc.in >atf-sh.pc
 CLEANFILES+=   atf-sh.pc



Home | Main Index | Thread Index | Old Index