Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Jun 2009 23:29:41 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135381: [PATCH] devel/doxygen: mark MAKE_JOBS_UNSAFE
Message-ID:  <20090608192941.DEC06108840@hades.panopticon>
Resent-Message-ID: <200906081930.n58JU5tZ006141@freefall.freebsd.org>

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

>Number:         135381
>Category:       ports
>Synopsis:       [PATCH] devel/doxygen: mark 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 Jun 08 19:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun  1 22:13:51 MSD
>Description:
doxygen doesn't build with MAKE_JOBS. Here's build log split at build failure:

http://people.freebsd.org/~amdmi3/doxygen.1.log
http://people.freebsd.org/~amdmi3/doxygen.2.log

Port maintainer (cyberbotx@cyberbotx.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- doxygen-1.5.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/doxygen/Makefile,v
retrieving revision 1.69
diff -u -u -r1.69 Makefile
--- Makefile	9 May 2009 09:18:11 -0000	1.69
+++ Makefile	8 Jun 2009 19:27:52 -0000
@@ -28,6 +28,7 @@
 CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
 		--install "${INSTALL}"
 CONFIGURE_ENV=	CXX="${CXX}"
+MAKE_JOBS_UNSAFE=	yes
 
 EXTRACT_AFTER_ARGS=|${TAR} -xpf - \
 		--exclude '*/libmd5'	\
--- doxygen-1.5.9.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?20090608192941.DEC06108840>