Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/lutok Update reachover build files for lutok-0.3.



details:   https://anonhg.NetBSD.org/src/rev/1260f0b9fd53
branches:  trunk
changeset: 790649:1260f0b9fd53
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Oct 18 23:36:10 2013 +0000

description:
Update reachover build files for lutok-0.3.

diffstat:

 external/bsd/lutok/lib/liblutok/Makefile       |  4 ++--
 external/bsd/lutok/lib/liblutok/config.h       |  6 +++---
 external/bsd/lutok/lib/liblutok/shlib_version  |  4 ++--
 external/bsd/lutok/tests/lib/liblutok/Makefile |  6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (71 lines):

diff -r 8cb775bbffa9 -r 1260f0b9fd53 external/bsd/lutok/lib/liblutok/Makefile
--- a/external/bsd/lutok/lib/liblutok/Makefile  Fri Oct 18 23:35:23 2013 +0000
+++ b/external/bsd/lutok/lib/liblutok/Makefile  Fri Oct 18 23:36:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/09/12 17:14:20 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2013/10/18 23:36:10 jmmv Exp $
 
 #NOLINT=               # defined
 
@@ -48,7 +48,7 @@
            -e 's,__LIBDIR__,/usr/lib,g' \
            -e 's,__LUA_CFLAGS__,-I/usr/include,g' \
            -e 's,__LUA_LIBS,-llua,g' \
-           -e 's,__VERSION__,0.2,g' \
+           -e 's,__VERSION__,0.3,g' \
            <${SRCDIR}/lutok.pc.in >lutok.pc
 CLEANFILES+=   lutok.pc
 .endif
diff -r 8cb775bbffa9 -r 1260f0b9fd53 external/bsd/lutok/lib/liblutok/config.h
--- a/external/bsd/lutok/lib/liblutok/config.h  Fri Oct 18 23:35:23 2013 +0000
+++ b/external/bsd/lutok/lib/liblutok/config.h  Fri Oct 18 23:36:10 2013 +0000
@@ -45,7 +45,7 @@
 #define PACKAGE_NAME "Lutok"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Lutok 0.2"
+#define PACKAGE_STRING "Lutok 0.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "lutok"
@@ -54,10 +54,10 @@
 #define PACKAGE_URL "http://code.google.com/p/lutok/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.2"
+#define PACKAGE_VERSION "0.3"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.2"
+#define VERSION "0.3"
diff -r 8cb775bbffa9 -r 1260f0b9fd53 external/bsd/lutok/lib/liblutok/shlib_version
--- a/external/bsd/lutok/lib/liblutok/shlib_version     Fri Oct 18 23:35:23 2013 +0000
+++ b/external/bsd/lutok/lib/liblutok/shlib_version     Fri Oct 18 23:36:10 2013 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: shlib_version,v 1.1 2013/02/16 21:29:47 jmmv Exp $
-major=1
+# $NetBSD: shlib_version,v 1.2 2013/10/18 23:36:10 jmmv Exp $
+major=2
 minor=0
diff -r 8cb775bbffa9 -r 1260f0b9fd53 external/bsd/lutok/tests/lib/liblutok/Makefile
--- a/external/bsd/lutok/tests/lib/liblutok/Makefile    Fri Oct 18 23:35:23 2013 +0000
+++ b/external/bsd/lutok/tests/lib/liblutok/Makefile    Fri Oct 18 23:36:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/02/16 21:29:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/18 23:36:10 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -19,7 +19,7 @@
                stack_cleaner_test \
                state_test
 
-LDADD+=                -llutok
-DPADD+=                ${LIBLUTOK}
+LDADD+=                -llutok -llua
+DPADD+=                ${LIBLUTOK} ${LIBLUA}
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index