From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 23 22:11:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0D116A4CE for ; Wed, 23 Jun 2004 22:11:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DC143D62 for ; Wed, 23 Jun 2004 22:11:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5NMAODl008202 for ; Wed, 23 Jun 2004 22:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5NMAOk3008201; Wed, 23 Jun 2004 22:10:24 GMT (envelope-from gnats) Resent-Date: Wed, 23 Jun 2004 22:10:24 GMT Resent-Message-Id: <200406232210.i5NMAOk3008201@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Atamaniuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8332C16A4CE for ; Wed, 23 Jun 2004 22:02:51 +0000 (GMT) Received: from mail.frobs.net (mail.frobs.net [212.63.81.101]) by mx1.FreeBSD.org (Postfix) with SMTP id A0E9443D62 for ; Wed, 23 Jun 2004 22:02:50 +0000 (GMT) (envelope-from patrick@mail.frobs.net) Received: (qmail 50466 invoked by uid 1000); 23 Jun 2004 22:02:43 -0000 Message-Id: <20040623220243.50465.qmail@mail.frobs.net> Date: 23 Jun 2004 22:02:43 -0000 From: Patrick Atamaniuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: atamaniuk-ports@frobs.net Subject: ports/68255: [maintainer-update] print/lilypond unbreak build phase X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Patrick Atamaniuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 22:11:24 -0000 >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: