ports/133222: [PATCH] set MAKE_JOBS_SAFE for graphics/stl2pov

Roland Smith rsmith at xs4all.nl
Mon Mar 30 20:20:03 UTC 2009


>Number:         133222
>Category:       ports
>Synopsis:       [PATCH] set MAKE_JOBS_SAFE for graphics/stl2pov
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 30 20:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Roland Smith
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Wed Jan 7 15:44:17 CET 2009 rsmith at slackbox.xs4all.nl:/usr/obj/usr/src/sys/QUADSLACK amd64


	
>Description:
	Currently, there is no MAKE_JOBS_* variable set.
>How-To-Repeat:
	
>Fix:

Apply the following patch to the makefile:
----- graphics/stl2pov/Makefile -----
--- Makefile.orig	2009-03-30 21:56:52.000000000 +0200
+++ Makefile	2009-03-30 21:57:08.000000000 +0200
@@ -12,6 +12,7 @@
 MAINTAINER=	rsmith at xs4all.nl
 COMMENT=	Converts STL models to POV-Ray meshes
 
+MAKE_JOBS_SAFE= yes
 PLIST_FILES=	bin/stl2pov
 
 MAN1=		stl2pov.1
----- graphics/stl2pov/Makefile -----


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list