summaryrefslogtreecommitdiffstats
path: root/print/lilypond/files/patch-mf:GNUMakefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-04 11:51:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-04 11:51:32 +0800
commit7c0cc199c28566c3c0e67be9dd5cabaeb01a6271 (patch)
treed550f1df88bcf8f63e659fe751ff34af0ef1cdcd /print/lilypond/files/patch-mf:GNUMakefile
parente5758cd09b29e6708f180e4f7ac27e4c042f92f3 (diff)
downloadmarcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar
marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.gz
marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.bz2
marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.lz
marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.xz
marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.zst
marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.zip
Pull the trigger, and replace all scrollkeeper dependencies with rarian.
The good news is yelp kind of works if you call it with, for example, yelp ghelp:eog. However. yelp launched from within apps will not work yet. The problem has been reported, and it should all be working by the next release. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/lilypond/files/patch-mf:GNUMakefile')
-rw-r--r--print/lilypond/files/patch-mf:GNUMakefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/print/lilypond/files/patch-mf:GNUMakefile b/print/lilypond/files/patch-mf:GNUMakefile
new file mode 100644
index 000000000..0862b73e0
--- /dev/null
+++ b/print/lilypond/files/patch-mf:GNUMakefile
@@ -0,0 +1,37 @@
+--- mf/GNUmakefile.orig Tue Mar 9 12:48:01 2004
++++ mf/GNUmakefile Wed Jun 23 23:51:36 2004
+@@ -88,18 +88,18 @@
+ pfa_warning:
+ ifneq ($(notdir $(MFTRACE)),mftrace)
+ @echo ""
+- @echo "ERROR: mftrace not found"
++ @echo "INFO: mftrace not found"
+ @echo ""
+ @echo "For obtaining PFA fonts, either install mftrace "
+ @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
+- @echo "or try one of the following commands in this directory: "
++ @echo "or try one of the following commands in /usr/ports/print/lilypond/work/lilypond-$(TOPLEVEL_VERSION)"
+ @echo ""
+- @echo " make get-pfa "
+- @echo " make get-rpm-pfa "
+- @echo " make get-deb-pfa "
++ @echo " gmake get-pfa "
++ @echo " gmake get-rpm-pfa "
++ @echo " gmake get-deb-pfa "
+ @echo ""
+ @echo "These commands will try to download the files from the internet."
+- @false
++ @sleep 20
+ endif
+
+
+@@ -118,7 +118,8 @@
+
+ redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
+ $(outdir)/$(redhat-package):
+- wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/RedHat-9/$(redhat-package)
++ cp ${DISTDIR}/$(redhat-package) $(outdir)
++ #wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/RedHat-9/$(redhat-package)
+
+ get-rpm-pfa: $(outdir)/$(redhat-package)
+ cd $(outdir) ; rm -rf usr/ # (root alert!)