Skip site navigation (1)Skip section navigation (2)
Date:      23 Jun 2004 22:02:43 -0000
From:      Patrick Atamaniuk <atamaniuk-ports@frobs.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        atamaniuk-ports@frobs.net
Subject:   ports/68255: [maintainer-update] print/lilypond unbreak build phase
Message-ID:  <20040623220243.50465.qmail@mail.frobs.net>
Resent-Message-ID: <200406232210.i5NMAOk3008201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68255
>Category:       ports
>Synopsis:       [maintainer-update] print/lilypond unbreak build phase
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 23 22:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Atamaniuk
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
wibas GmbH
>Environment:
System: FreeBSD argl.gr.atabersk.de 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #3: Tue Jun 22 22:07:28 CEST 2004 patrick@argl.gr.atabersk.de:/usr/obj/usr/src/sys/ARGL i386

>Description:
	The 2.2.2 last upgrade missed the case where mftrace is not
	installed and the lilypond distribution raises an error on that,
	though mftrace is not required any more.

>How-To-Repeat:
	make build
>Fix:


--- lilypond-2.2.2_1.patch begins here ---
diff -ruN lilypond.orig/Makefile lilypond/Makefile
--- lilypond.orig/Makefile	Mon Jun 21 21:26:58 2004
+++ lilypond/Makefile	Wed Jun 23 23:55:56 2004
@@ -9,6 +9,7 @@
 
 PORTNAME=	lilypond
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	print audio
 MASTER_SITES=	http://lilypond.org/download/v2.2/
 
diff -ruN lilypond.orig/files/patch-mf:GNUMakefile lilypond/files/patch-mf:GNUMakefile
--- lilypond.orig/files/patch-mf:GNUMakefile	Wed Jun 16 01:12:16 2004
+++ lilypond/files/patch-mf:GNUMakefile	Wed Jun 23 23:54:37 2004
@@ -1,5 +1,30 @@
 --- mf/GNUmakefile.orig	Tue Mar  9 12:48:01 2004
-+++ mf/GNUmakefile	Tue Jun 15 22:01:55 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-2.2.2"
+ 	@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
--- lilypond-2.2.2_1.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040623220243.50465.qmail>