ports/178794: [patch] fix lang/python33 compile
Martin Birgmeier
Martin.Birgmeier at aon.at
Mon May 20 17:10:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list