summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2013-03-08 11:35:14 +0000
committercheusov <cheusov@pkgsrc.org>2013-03-08 11:35:14 +0000
commita0f616db86efdc338bc4ceaac6566606ad554e91 (patch)
tree4eb10c7066f172d5daab8d5251353df2af3926dc /devel
parent8d024624bdb5649db28236d515008b14a5f1070b (diff)
downloadpkgsrc-a0f616db86efdc338bc4ceaac6566606ad554e91.tar.gz
Version 0.24.0, by Aleksey Cheusov, Fri, 8 Mar 2013 13:18:00 +0300
mkc.sub{dir,prj}.mk: - support for subprojects containing / symbol was added. In OBJDIR_<dir> variable slashes are replaced with underlines. In addition OBJDIR_<dir:T> variable is set. - now also run the target "errorcheck" - now work correctly with non-empty MAKEOBJDIR and MAKEOBJDIRPREFIX. Minor improvements in examples/*/linkme.mk DPLIBS is deprecated, use LDADD instead. ${MKC_SOURCE_FUNCLIBS}.o is added to CLEANFILES if it is set. Minor fixes in mkc_imp.lua.mk (LUA_MODULES vs. LUA_LMODULES). Some improvements and fixes in man page and FAQ. Thanks to Jeremy Reed, Min Sik Kim and Jan Smydke.
Diffstat (limited to 'devel')
-rw-r--r--devel/mk-configure/Makefile5
-rw-r--r--devel/mk-configure/PLIST23
-rw-r--r--devel/mk-configure/distinfo8
3 files changed, 24 insertions, 12 deletions
diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile
index ddb20bb3d80..8af5f794d13 100644
--- a/devel/mk-configure/Makefile
+++ b/devel/mk-configure/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2012/10/31 11:17:29 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/03/08 11:35:14 cheusov Exp $
#
-DISTNAME= mk-configure-0.23.0
-PKGREVISION= 1
+DISTNAME= mk-configure-0.24.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/} \
http://mova.org/~cheusov/pub/mk-configure/
diff --git a/devel/mk-configure/PLIST b/devel/mk-configure/PLIST
index aa178901def..65be89f4e9d 100644
--- a/devel/mk-configure/PLIST
+++ b/devel/mk-configure/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/10/21 17:17:01 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/03/08 11:35:14 cheusov Exp $
bin/mkc_check_common.sh
bin/mkc_check_compiler
bin/mkc_check_custom
@@ -170,10 +170,6 @@ share/examples/mk-configure/hello_progs2/common.c
share/examples/mk-configure/hello_progs2/expect.out
share/examples/mk-configure/hello_progs2/server.c
share/examples/mk-configure/hello_progs2/test.mk
-share/examples/mk-configure/hello_reqd/Makefile
-share/examples/mk-configure/hello_reqd/expect.out
-share/examples/mk-configure/hello_reqd/hello
-share/examples/mk-configure/hello_reqd/test.mk
share/examples/mk-configure/hello_require_tools/Makefile
share/examples/mk-configure/hello_require_tools/fake
share/examples/mk-configure/hello_requirements/Makefile
@@ -264,6 +260,23 @@ share/examples/mk-configure/subprojects/libhello2/include/hello2.h
share/examples/mk-configure/subprojects/libhello2/linkme.mk
share/examples/mk-configure/subprojects/test.mk
share/examples/mk-configure/subprojects/version.mk
+share/examples/mk-configure/tools/Makefile
+share/examples/mk-configure/tools/expect.out
+share/examples/mk-configure/tools/libs/bar/Makefile
+share/examples/mk-configure/tools/libs/bar/bar.c
+share/examples/mk-configure/tools/libs/bar/bar.h
+share/examples/mk-configure/tools/libs/bar/linkme.mk
+share/examples/mk-configure/tools/libs/foo/Makefile
+share/examples/mk-configure/tools/libs/foo/foo.c
+share/examples/mk-configure/tools/libs/foo/foo.h
+share/examples/mk-configure/tools/libs/foo/linkme.mk
+share/examples/mk-configure/tools/test.mk
+share/examples/mk-configure/tools/tools/prog1/Makefile
+share/examples/mk-configure/tools/tools/prog1/prog1.c
+share/examples/mk-configure/tools/tools/prog2/Makefile
+share/examples/mk-configure/tools/tools/prog2/prog2.c
+share/examples/mk-configure/tools/tools/prog3/Makefile
+share/examples/mk-configure/tools/tools/prog3/prog3.c
share/mk-configure/custom/endianess
share/mk-configure/custom/prog_bison
share/mk-configure/custom/prog_flex
diff --git a/devel/mk-configure/distinfo b/devel/mk-configure/distinfo
index 46230ab8c0d..d7f5a52c18b 100644
--- a/devel/mk-configure/distinfo
+++ b/devel/mk-configure/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/07/22 13:00:41 cheusov Exp $
+$NetBSD: distinfo,v 1.8 2013/03/08 11:35:14 cheusov Exp $
-SHA1 (mk-configure-0.23.0.tar.gz) = 247fe4749a72ee411dbbe2e0421e27db4b3876e2
-RMD160 (mk-configure-0.23.0.tar.gz) = a59c88042b5b489177daefe62465525c204d87e5
-Size (mk-configure-0.23.0.tar.gz) = 312410 bytes
+SHA1 (mk-configure-0.24.0.tar.gz) = 4f429eca4c6cbbd19a3176bed902c703503dd352
+RMD160 (mk-configure-0.24.0.tar.gz) = 445ea46d9a79fc305270d561efca6bceccce8c55
+Size (mk-configure-0.24.0.tar.gz) = 237471 bytes