pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/lilypond



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.

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"



Home | Main Index | Thread Index | Old Index