pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/solfege



Module Name:    pkgsrc
Committed By:   spz
Date:           Wed Apr  3 04:57:47 UTC 2024

Modified Files:
        pkgsrc/audio/solfege: Makefile

Log Message:
as discussed with schmonz@: solfege doesn't build on -10 due to:
pbulk    3199 99.0  0.0  87192   27196 pts/2 Ol+  10:44PM 358:30.23 /usr/pkg/bin/lilypond -I ../../C/ly --png -d backend=eps -o help/C/ly/inverting-intervals help/C/ly/inverting-intervals.ly
pbulk    9966 99.0  0.0  87552   27176 pts/2 Ol+  10:44PM 357:16.89 /usr/pkg/bin/lilypond -I ../../C/ly --png -d backend=eps -o help/C/ly/theory-intervals-seconds-1 
help/C/ly/theory-intervals-seconds-1.ly
pbulk   14989 99.0  0.0  87192   27204 pts/2 Ol+  10:44PM 358:51.72 /usr/pkg/bin/lilypond -I ../../C/ly --png -d backend=eps -o help/C/ly/theory-intervals-fourths help/C/ly/theory-intervals-fourths.ly
pbulk   25109 99.0  0.0  87192   27196 pts/2 Ol+  10:44PM 358:11.23 /usr/pkg/bin/lilypond -I ../../C/ly --png -d backend=eps -o help/C/ly/theory-intervals-seconds-2 
help/C/ly/theory-intervals-seconds-2.ly
pbulk   28250 99.0  0.0  87552   27164 pts/2 Ol+  10:44PM 359:00.45 /usr/pkg/bin/lilypond -I ../../C/ly --png -d backend=eps -o help/C/ly/theory-intervals-fifths help/C/ly/theory-intervals-fifths.ly
root     9813  0.0  0.0  20520    2120 pts/3 S+    4:50AM   0:00.00 grep lily


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/audio/solfege/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/solfege/Makefile
diff -u pkgsrc/audio/solfege/Makefile:1.95 pkgsrc/audio/solfege/Makefile:1.96
--- pkgsrc/audio/solfege/Makefile:1.95  Tue Nov 14 14:01:25 2023
+++ pkgsrc/audio/solfege/Makefile       Wed Apr  3 04:57:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2023/11/14 14:01:25 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2024/04/03 04:57:47 spz Exp $
 
 DISTNAME=              solfege-3.23.4
 PKGREVISION=           6
@@ -70,6 +70,9 @@ MP3PLAYER=    /usr/bin/afplay
 OGGPLAYER=     ${PREFIX}/bin/ogg123
 .endif
 
+# hanging lilypond
+NOT_FOR_BULK_PLATFORM  += NetBSD-10.0-*
+
 post-install:
        find ${DESTDIR}${PREFIX} -type d -name __pycache__ | xargs rm -rf
 



Home | Main Index | Thread Index | Old Index