diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-07-22 13:00:41 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-07-22 13:00:41 +0000 |
commit | 28eabc94e383d599ec0180598ff75333aa0b21fd (patch) | |
tree | 56a2dc2ffcedda3025f33bd2000cee6849073ca5 /devel | |
parent | ce11d99a5b03c33158b62ab58c77ce3a45489952 (diff) | |
download | pkgsrc-28eabc94e383d599ec0180598ff75333aa0b21fd.tar.gz |
Update to 0.23.0
mkc.subprj.mk:
- Support for "virtual" subproject was added. Subprojects listed
in SUBPRJ and SUBPRJS_DFLT are not necessarily associated with
a subdirectory. See examples/hello_superfs for example.
Virtual subproject is a way to group several subprojects into
new one.
New variables were introduced: COPTS_<proj> OBJCOPTS_<proj>
LDADD_<proj> LDFLAGS_<proj> CPPFLAGS_<proj> CXXFLAGS_<proj>.
See the manual page for details.
Fix: OBJDIR_<subdir> variables now always contain full paths.
Fix in mkc_which(1). Now it differs directories and regular files.
Minor fixes in regression tests for EXPORT_SYMBOLS.
mkc.lib.mk:
- SHLIB_MINOR unconditionally defaults to 0
More slides in .pdf presentation:
- cross-compilation
- EXPORT_SYMBOLS
Fixes for Pascal support
Minor fixes in the man page
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mk-configure/Makefile | 6 | ||||
-rw-r--r-- | devel/mk-configure/PLIST | 6 | ||||
-rw-r--r-- | devel/mk-configure/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile index 44a3583caac..159209ce268 100644 --- a/devel/mk-configure/Makefile +++ b/devel/mk-configure/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/03/09 18:56:21 cheusov Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/22 13:00:41 cheusov Exp $ # -DISTNAME= mk-configure-0.22.0 +DISTNAME= mk-configure-0.23.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/} \ http://mova.org/~cheusov/pub/mk-configure/ @@ -27,6 +27,8 @@ AUTO_MKDIRS= yes PKGDOCDIR= share/doc/mk-configure EGDIR= share/examples/mk-configure +#TEST_TARGET= test + post-install: .for i in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/"${i}" ${DESTDIR}${PREFIX}/${PKGDOCDIR} diff --git a/devel/mk-configure/PLIST b/devel/mk-configure/PLIST index ae9c8a186a7..1435c8b7264 100644 --- a/devel/mk-configure/PLIST +++ b/devel/mk-configure/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2012/03/09 18:56:22 cheusov Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/07/22 13:00:41 cheusov Exp $ bin/mkc_check_common.sh bin/mkc_check_compiler bin/mkc_check_custom @@ -218,6 +218,10 @@ share/examples/mk-configure/hello_subdirs/prog2/prog2.c share/examples/mk-configure/hello_subdirs/prog2/test.mk share/examples/mk-configure/hello_superfs/Makefile share/examples/mk-configure/hello_superfs/Makefile.inc +share/examples/mk-configure/hello_superfs/docs/LICENSE +share/examples/mk-configure/hello_superfs/docs/Makefile +share/examples/mk-configure/hello_superfs/docs/NEWS +share/examples/mk-configure/hello_superfs/docs/README share/examples/mk-configure/hello_superfs/expect.out share/examples/mk-configure/hello_superfs/fsck_superfs/Makefile share/examples/mk-configure/hello_superfs/fsck_superfs/fsck_superfs.8 diff --git a/devel/mk-configure/distinfo b/devel/mk-configure/distinfo index 607f41ef0df..46230ab8c0d 100644 --- a/devel/mk-configure/distinfo +++ b/devel/mk-configure/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/03/09 18:56:22 cheusov Exp $ +$NetBSD: distinfo,v 1.7 2012/07/22 13:00:41 cheusov Exp $ -SHA1 (mk-configure-0.22.0.tar.gz) = 7bcb8768b22a6bac62ee970b31ef2e8f53b752e1 -RMD160 (mk-configure-0.22.0.tar.gz) = a61db4474b1d3e52439ae4daf974863800f445b0 -Size (mk-configure-0.22.0.tar.gz) = 262646 bytes +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 |