pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/mk-configure
I know I made a mistake. Sorry.
Commit message is below
Update mk-configure to-0.34.1
Fixes in mk-configure:
- broken builtins prog_* (broken since 0.29.2)
- MKC_REQUIRE_BUILTINS also sets BUILTIN.<builtin> variable
(broken -- always)
- mk/ also installs mkc_imp.foreign_autotools.mk (broken -- always)
- mkc_compiler_settings(1): unexpected loading of ../Makefile.inc
(broken -- 0.34.0)
- mk-configure.7:
* clang also supports WARNERR
* add documentation for MKC_REQUIRE_BUILTINS
* other minor clean-ups and fixes
- mkc_imp.foreign_autotools.mk: do not change .OBJDIR!
Fixes and improvements in tests/, examples/ and build infrastructure:
- examples/hello_calc2: build failure with gcc-10 (multiple
definition of `calc_lval'). Thanks to Sergei Trofimovich.
- examples/hello_autoconf: out-of-tree build failure
- examples/check_compiler_opts: run "cleandir" at the end of "test"
- examples/hello_require_tools: run "cleandir" at the end of "test"
- examples/subprojects/test.mk: better ignore nroff
warning "cannot adjust line"
- tests/dltest: run "cleandir" at the end of "test"
- tests/mkc_check_custom: run "cleandir" at the end of "test"
- tests/os_OpenBSD: run "cleandir" at the end of "test"
- tests/os_Linux: run "cleandir" at the end of "test"
- tests/require_prototype: run "cleandir" at the end of "test"
- tests/os_NetBSD: run "cleandir" at the end of "test"
- examples/hello_autoconf: use MKC_REQUIRE_BUILTINS
instead of MKC_CHECK_BUILTINS
- main.mk: clean -> clean-examples; cleandir -> cleandir-examples
Add example/Makefile for running tests after installing mk-configure
30.03.2020, 20:21, "Thomas Klausner" <tk%giga.or.at@localhost>:
> Hi!
>
> I think you lost your commit message :)
>
> We don't change the repository after the commit, but please reply to
> the mailing list with the list of changes.
>
> Thanks,
> Thomas
>
> On Mon, Mar 30, 2020 at 02:10:55PM +0000, Aleksey Cheusov wrote:
>> Module Name: pkgsrc
>> Committed By: cheusov
>> Date: Mon Mar 30 14:10:55 UTC 2020
>>
>> Modified Files:
>> pkgsrc/devel/mk-configure: Makefile PLIST distinfo mk-c.mk
>>
>> To generate a diff of this commit:
>> cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/mk-configure/Makefile
>> cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/mk-configure/PLIST
>> cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/mk-configure/distinfo
>> cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/mk-configure/mk-c.mk
>>
>> Please note that diffs are not public domain; they are subject to the
>> copyright notices on the relevant files.
>
>> Modified files:
>>
>> Index: pkgsrc/devel/mk-configure/Makefile
>> diff -u pkgsrc/devel/mk-configure/Makefile:1.32 pkgsrc/devel/mk-configure/Makefile:1.33
>> --- pkgsrc/devel/mk-configure/Makefile:1.32 Wed Feb 19 22:03:17 2020
>> +++ pkgsrc/devel/mk-configure/Makefile Mon Mar 30 14:10:55 2020
>> @@ -1,7 +1,7 @@
>> -# $NetBSD: Makefile,v 1.32 2020/02/19 22:03:17 cheusov Exp $
>> +# $NetBSD: Makefile,v 1.33 2020/03/30 14:10:55 cheusov Exp $
>> #
>>
>> -DISTNAME= mk-configure-0.34.0
>> +DISTNAME= mk-configure-0.34.1
>> CATEGORIES= devel
>> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/}
>>
>> Index: pkgsrc/devel/mk-configure/PLIST
>> diff -u pkgsrc/devel/mk-configure/PLIST:1.16 pkgsrc/devel/mk-configure/PLIST:1.17
>> --- pkgsrc/devel/mk-configure/PLIST:1.16 Wed Feb 19 22:03:17 2020
>> +++ pkgsrc/devel/mk-configure/PLIST Mon Mar 30 14:10:55 2020
>> @@ -1,4 +1,4 @@
>> -@comment $NetBSD: PLIST,v 1.16 2020/02/19 22:03:17 cheusov Exp $
>> +@comment $NetBSD: PLIST,v 1.17 2020/03/30 14:10:55 cheusov Exp $
>> bin/mkc_check_compiler
>> bin/mkc_check_custom
>> bin/mkc_check_decl
>> @@ -34,6 +34,7 @@ share/doc/mk-configure/NOTES
>> share/doc/mk-configure/README.md
>> share/doc/mk-configure/TODO
>> share/doc/mk-configure/presentation.pdf
>> +share/examples/mk-configure/Makefile
>> share/examples/mk-configure/Makefile.inc
>> share/examples/mk-configure/README
>> share/examples/mk-configure/check_compiler_opts/Makefile
>> @@ -447,6 +448,8 @@ share/mk-configure/builtins/prog_flex
>> share/mk-configure/builtins/prog_gawk
>> share/mk-configure/builtins/prog_gm4
>> share/mk-configure/builtins/prog_gmake
>> +share/mk-configure/builtins/prog_mkdep
>> +share/mk-configure/builtins/prog_nbmkdep
>> share/mk-configure/features/_mkcfake.c
>> share/mk-configure/features/err/err.c
>> share/mk-configure/features/fgetln/fgetln.c
>> @@ -523,6 +526,7 @@ share/mk-configure/mk/mkc_imp.f_strndup.
>> share/mk-configure/mk/mkc_imp.f_warn.mk
>> share/mk-configure/mk/mkc_imp.files.mk
>> share/mk-configure/mk/mkc_imp.final.mk
>> +share/mk-configure/mk/mkc_imp.foreign_autotools.mk
>> share/mk-configure/mk/mkc_imp.help.mk
>> share/mk-configure/mk/mkc_imp.inc.mk
>> share/mk-configure/mk/mkc_imp.info.mk
>>
>> Index: pkgsrc/devel/mk-configure/distinfo
>> diff -u pkgsrc/devel/mk-configure/distinfo:1.24 pkgsrc/devel/mk-configure/distinfo:1.25
>> --- pkgsrc/devel/mk-configure/distinfo:1.24 Wed Feb 19 22:03:17 2020
>> +++ pkgsrc/devel/mk-configure/distinfo Mon Mar 30 14:10:55 2020
>> @@ -1,6 +1,6 @@
>> -$NetBSD: distinfo,v 1.24 2020/02/19 22:03:17 cheusov Exp $
>> +$NetBSD: distinfo,v 1.25 2020/03/30 14:10:55 cheusov Exp $
>>
>> -SHA1 (mk-configure-0.34.0.tar.gz) = 90479abd74ac632ea17178ecd75037e4b20855c8
>> -RMD160 (mk-configure-0.34.0.tar.gz) = c1d933e42e24da58c1b1007bef14c69afc9021b7
>> -SHA512 (mk-configure-0.34.0.tar.gz) = f29aa2455dcaa5b152121279ca6d4bc326ac4f5cf31a6de622c13ddde277ef243ba1399327abc67634ea7cb81f8064b9c61d20fe698166b179b96ad6dfa0c920
>> -Size (mk-configure-0.34.0.tar.gz) = 325518 bytes
>> +SHA1 (mk-configure-0.34.1.tar.gz) = 88742d1264f154fc0e980321be6072476c5cc437
>> +RMD160 (mk-configure-0.34.1.tar.gz) = 8dff15d9fee5d909245702dc8aaa0a6a680fc9d6
>> +SHA512 (mk-configure-0.34.1.tar.gz) = b7a599c3aa1dfffc268147d074837e3d74578da2f9f51d8e0cfe5d537fa825e1155b8dece20eae367390377bab327d6e51dcf994d5776ecd3ed4492fe345248e
>> +Size (mk-configure-0.34.1.tar.gz) = 353067 bytes
>>
>> Index: pkgsrc/devel/mk-configure/mk-c.mk
>> diff -u pkgsrc/devel/mk-configure/mk-c.mk:1.8 pkgsrc/devel/mk-configure/mk-c.mk:1.9
>> --- pkgsrc/devel/mk-configure/mk-c.mk:1.8 Sun Nov 3 10:39:20 2019
>> +++ pkgsrc/devel/mk-configure/mk-c.mk Mon Mar 30 14:10:55 2020
>> @@ -1,11 +1,11 @@
>> -# $NetBSD: mk-c.mk,v 1.8 2019/11/03 10:39:20 rillig Exp $
>> +# $NetBSD: mk-c.mk,v 1.9 2020/03/30 14:10:55 cheusov Exp $
>>
>> TOOL_DEPENDS+= ${BUILDLINK_API_DEPENDS.mk-c}:${BUILDLINK_PKGSRCDIR.mk-c}
>>
>> MAKE_PROGRAM= ${PREFIX}/bin/mkcmake
>> MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} INSTALL=${INSTALL:Q}
>> MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}
>> -CONFIGURE_TARGET?= errorcheck
>> +CONFIGURE_TARGET?= configure
>>
>> do-configure:
>> set -e; cd ${WRKSRC}; \
Home |
Main Index |
Thread Index |
Old Index