Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (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 4780AA663A for ; Tue, 8 Dec 2015 13:15:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B52CE85F3C; Tue, 8 Dec 2015 13:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43EB285F3A for ; Tue, 8 Dec 2015 13:15:29 +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 J4_w7cT4QPLg for ; Tue, 8 Dec 2015 13:15:28 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF24E85E27 for ; Tue, 8 Dec 2015 13:15:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6486FB7F; Tue, 8 Dec 2015 13:15:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 8 Dec 2015 13:15:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/pkgconf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151208131528.D6486FB7F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Dec 8 13:15:28 UTC 2015 Modified Files: pkgsrc/devel/pkgconf: Makefile PLIST distinfo Log Message: Update to 0.9.12.20151208. This is a manually created snapshot to get a bug fix while waiting for the next release since the diff would be too big. Changes from 0.9.12: -------------------- * Features: - new library: libpkgconf * Enhancements: - testsuite: use an explicit prefix on all tests - build: switch to automake * Bug fixes: - cast all usage of ctype(3) functions - do not expand variables passed via --define-variable for compatibility with pkg-config 0.29 - let the CFLAGS being user settable To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/pkgconf/Makefile \ pkgsrc/devel/pkgconf/PLIST pkgsrc/devel/pkgconf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.