Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 17:03:06 GMT
From:      Martin Birgmeier <Martin.Birgmeier@aon.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178794: [patch] fix lang/python33 compile
Message-ID:  <201305201703.r4KH36R2030966@oldred.FreeBSD.org>
Resent-Message-ID: <201305201710.r4KHA1tK064064@freefall.freebsd.org>

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

>Number:         178794
>Category:       ports
>Synopsis:       [patch] fix lang/python33 compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 17:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Martin Birgmeier
>Release:        9.1 release
>Organization:
MBi at home
>Environment:
FreeBSD hal.xyzzy 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244547M: Mon Apr  1 10:08:54 CEST 2013     root@hal.xyzzy:/usr/obj/z/SRC/FreeBSD/release/9.1.0/sys/XYZZY_SMP  amd64
>Description:
lang/python33 does not compile because it erroneously sets MAKE_JOBS_SAFE in its Makefile.

Setting MAKE_JOBS_UNSAFE instead fixes this.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- lang/python33/Makefile.ORIG	2013-05-18 18:10:18.786856280 +0200
+++ lang/python33/Makefile	2013-05-20 18:51:28.982865510 +0200
@@ -17,7 +17,7 @@
 CONFIGURE_SCRIPT=	../configure # must be relative
 CONFIGURE_ENV=	OPT="${CFLAGS}" SVNVERSION="echo freebsd"
 MAKE_ENV=	VPATH="${PYTHON_WRKSRC}"
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	altinstall
 MAN1=		${PYTHON_VERSION}.1


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305201703.r4KH36R2030966>