ports/133019: [patch] emulators/sdlmame and emulators/sdlmess: mark as MAKE_JOBS_SAFE

Anonymous swell.k at gmail.com
Tue Mar 24 18:30:02 UTC 2009


>Number:         133019
>Category:       ports
>Synopsis:       [patch] emulators/sdlmame and emulators/sdlmess: mark as MAKE_JOBS_SAFE
>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:   Tue Mar 24 18:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD luffy 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r190323M: Mon Mar 23 16:54:06 UTC 2009 root at luffy:/usr/obj/usr/src/sys/PHOENIX amd64
CPU: Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz (3216.23-MHz K8-class CPU)
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs

I use devel/ccache, too.

>Description:
Utilize more horsepower by building the port using several instances
of GCC on SMP boxes.
>How-To-Repeat:
Apply attached patch and run in each port

$ make MAKE_JOBS_NUMBER=8
>Fix:

Use feature introduced by recent commit to Mk/bsd.port.mk

http://docs.FreeBSD.org/cgi/mid.cgi?200903221028.n2MASrjk002315

--- mark.diff begins here ---
Index: emulators/sdlmame/Makefile
===================================================================
RCS file: /home/csup/ports/emulators/sdlmame/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- emulators/sdlmame/Makefile	19 Mar 2009 18:08:34 -0000	1.23
+++ emulators/sdlmame/Makefile	24 Mar 2009 01:19:20 -0000
@@ -22,6 +22,7 @@ USE_XORG=	xext xrender xinerama xi
 USE_GL=		gl
 USE_GNOME?=	gtk20 gconf2
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 USE_SDL=	sdl
 MAKEFILE=	makefile
Index: emulators/sdlmess/Makefile
===================================================================
RCS file: /home/csup/ports/emulators/sdlmess/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- emulators/sdlmess/Makefile	18 Mar 2009 00:38:51 -0000	1.21
+++ emulators/sdlmess/Makefile	24 Mar 2009 18:19:37 -0000
@@ -21,6 +21,7 @@ USE_XORG=	xext xrender xinerama xi
 USE_GL=		gl
 USE_GNOME?=	gtk20 gconf2
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 USE_SDL=	sdl
 MAKEFILE=	makefile.sdl
--- mark.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list