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 092077A269 for ; Tue, 2 Aug 2016 07:20:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C0B485EFA; Tue, 2 Aug 2016 07:20:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D12A785EF9 for ; Tue, 2 Aug 2016 07:20:21 +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 TcLcxn2OgVu1 for ; Tue, 2 Aug 2016 07:20:21 +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 5EA7F84C6C for ; Tue, 2 Aug 2016 07:20:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 597C7FBB5; Tue, 2 Aug 2016 07:20:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147012242139080" MIME-Version: 1.0 Date: Tue, 2 Aug 2016 07:20:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/lilypond To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160802072021.597C7FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147012242139080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 2 07:20:21 UTC 2016 Modified Files: pkgsrc/print/lilypond: distinfo pkgsrc/print/lilypond/patches: patch-configure Log Message: Ignore result of broken pkg-config version test. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/lilypond/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/lilypond/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147012242139080 Content-Disposition: inline Content-Length: 2236 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/lilypond/distinfo diff -u pkgsrc/print/lilypond/distinfo:1.25 pkgsrc/print/lilypond/distinfo:1.26 --- pkgsrc/print/lilypond/distinfo:1.25 Wed Nov 4 01:01:35 2015 +++ pkgsrc/print/lilypond/distinfo Tue Aug 2 07:20:21 2016 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2015/11/04 01:01:35 agc Exp $ +$NetBSD: distinfo,v 1.26 2016/08/02 07:20:21 wiz Exp $ SHA1 (lilypond-2.18.2.tar.gz) = 09d3a1e0e9fadeb8ef6e279227a2b30812c7ee9b RMD160 (lilypond-2.18.2.tar.gz) = a355201334fd0beac36c96f844c75d8e27b4ea9d SHA512 (lilypond-2.18.2.tar.gz) = 0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6 Size (lilypond-2.18.2.tar.gz) = 16027977 bytes SHA1 (patch-ab) = a1d327ab900cca18b9306846f137e1bbcfdca945 -SHA1 (patch-configure) = 7ff9100e72f9683b933f0765b86805c0bb8fdcba +SHA1 (patch-configure) = 5104bb10e48fecf15e7118fd971488be92821456 Index: pkgsrc/print/lilypond/patches/patch-configure diff -u pkgsrc/print/lilypond/patches/patch-configure:1.2 pkgsrc/print/lilypond/patches/patch-configure:1.3 --- pkgsrc/print/lilypond/patches/patch-configure:1.2 Sun Jan 5 22:29:47 2014 +++ pkgsrc/print/lilypond/patches/patch-configure Tue Aug 2 07:20:21 2016 @@ -1,10 +1,12 @@ -$NetBSD: patch-configure,v 1.2 2014/01/05 22:29:47 wiz Exp $ +$NetBSD: patch-configure,v 1.3 2016/08/02 07:20:21 wiz Exp $ Disable c/c++ version check; it fails e.g. with clang emulating gcc. Allow more metapost versions than upstream until pkgsrc contains a new enough metapost. ---- configure.orig 2013-11-24 12:24:16.000000000 +0000 +Ignore result of broken pkg-config version test. + +--- configure.orig 2014-03-17 15:29:16.000000000 +0000 +++ configure @@ -5297,7 +5297,7 @@ $as_echo_n "checking $r version... " >&6 ` @@ -39,3 +41,11 @@ a new enough metapost. fi { $as_echo "$as_me:$LINENO: checking for working metafont mode" >&5 +@@ -10949,7 +10949,6 @@ $as_echo_n "checking $r version... " >&6 + $as_echo "$ver" >&6; } + if test "$num" -lt "$req"; then + +- eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\" + + fi + vervar="`echo PKG_CONFIG | tr 'a-z' 'A-Z'`_VERSION" --_----------=_147012242139080--