ports/135381: [PATCH] devel/doxygen: mark MAKE_JOBS_UNSAFE
Dmitry Marakasov
amdmi3 at amdmi3.ru
Mon Jun 8 19:30:08 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list