Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 81D71A654A for ; Sun, 13 Jul 2014 15:52:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B809614A1BE; Sun, 13 Jul 2014 15:52:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B529214A1B6 for ; Sun, 13 Jul 2014 15:52:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wQroLtw20XXJ for ; Sun, 13 Jul 2014 15:52:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 29C5714A195 for ; Sun, 13 Jul 2014 15:52:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 23D4496; Sun, 13 Jul 2014 15:52:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Jul 2014 15:52:36 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/devel/mk-configure To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20140713155236.23D4496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: cheusov Date: Sun Jul 13 15:52:36 UTC 2014 Modified Files: pkgsrc/devel/mk-configure: Makefile PLIST distinfo mk-c.mk Log Message: Update to version 0.27.0 Fix pkg-config support (github issue #8). Thanks to Andrew Shadura for the report. Fix support for mixed C/C++ projects. Fixes for Interix and Cygwin where users and groups may have spaces. Thanks to Michael Crogan for the report. Fix in mkc_imp.f_SLIST.mk (we have to restore original MKC_NOAUTO) mkc.lib.mk: - MKPIE=yes also turns on PIC pre_*, do_* and post_* targets were introduced. ALLTARGETS was introduced which lists all targets with pre_/do_/post_ counterparts. examples/hello_superfs: - new interesting feature proposed by Michael Crogan As makedepend(1) is broken on Linux, {b}mkdep(1) is used for generating .depend by default. mkc_install: - new option -l for symlinking - fixes for files and directories with spaces To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/mk-configure/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/mk-configure/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mk-configure/distinfo cvs rdiff -u -r1.3 -r1.4 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.