Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2012 21:47:30 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gahr@FreeBSD.org
Subject:   ports/165307: [PATCH] print/lilypond: set MAKE_JOBS_UNSAFE
Message-ID:  <201202200247.q1K2lUan006425@meatwad.mouf.net>
Resent-Message-ID: <201202200250.q1K2o6Tb082834@freefall.freebsd.org>

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

>Number:         165307
>Category:       ports
>Synopsis:       [PATCH] print/lilypond: set MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 02:50:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:

fails to build with MAKE_JOBS enabled for me, so here's a patch to disable
MAKE_JOBS

Port maintainer (gahr@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- lilypond-2.14.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/print/lilypond/Makefile,v
retrieving revision 1.105
diff -u -u -r1.105 Makefile
--- Makefile	20 Dec 2011 12:50:52 -0000	1.105
+++ Makefile	20 Feb 2012 02:47:00 -0000
@@ -46,6 +46,7 @@
 USE_GNOME=	pango
 MAKEFILE=	GNUmakefile
 GNU_MAKEFILE=	yes
+MAKE_JOBS_UNSAFE=	yes
 CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts
 CONFIGURE_ENV+=	MAKEINFO="${LOCALBASE}/bin/makeinfo" \
 		FLEX=${FLEX} \
--- lilypond-2.14.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?201202200247.q1K2lUan006425>