ports/158812: [patch] lang/python27: elaborate on "does not build" message

Warren Block wblock at wonkity.com
Mon Jul 11 18:20:07 UTC 2011


>Number:         158812
>Category:       ports
>Synopsis:       [patch] lang/python27: elaborate on "does not build" message
>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 Jul 11 18:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 08:21:18 MDT 2011     root at lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
lang/python27 sets BROKEN to "does not build" if the PTH option is enabled.  This error message does not tell the user the cause of the problem.
>How-To-Repeat:
# cd /usr/ports/lang/python27
# make -DWITH_PTH
>Fix:
Apply patch.

Patch attached with submission follows:

--- lang/python27/Makefile.orig	2011-07-11 12:11:08.000000000 -0600
+++ lang/python27/Makefile	2011-07-11 12:11:28.000000000 -0600
@@ -84,7 +84,7 @@
 
 .if !defined(WITHOUT_THREADS)
 .if defined(WITH_PTH)
-BROKEN=			does not build
+BROKEN=			does not build with PTH enabled
 CONFIGURE_ARGS+=	--with-pth
 EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-configure-pth
 LIB_DEPENDS+=		pth:${PORTSDIR}/devel/pth


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



More information about the freebsd-ports-bugs mailing list