ports/165307: [PATCH] print/lilypond: set MAKE_JOBS_UNSAFE

Steve Wills swills at FreeBSD.org
Mon Feb 20 02:50:07 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list