From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 27 07:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E1621065672 for ; Sun, 27 May 2012 07:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E09448FC16 for ; Sun, 27 May 2012 07:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4R7A3FF027522 for ; Sun, 27 May 2012 07:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4R7A3Js027516; Sun, 27 May 2012 07:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 27 May 2012 07:10:03 GMT Resent-Message-Id: <201205270710.q4R7A3Js027516@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B889106566C for ; Sun, 27 May 2012 07:08:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5188FC0C for ; Sun, 27 May 2012 07:08:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4R7891s027401 for ; Sun, 27 May 2012 07:08:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4R789lE027400; Sun, 27 May 2012 07:08:09 GMT (envelope-from linimon) Message-Id: <201205270708.q4R789lE027400@freefall.freebsd.org> Date: Sun, 27 May 2012 07:08:09 GMT From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168360: [patch] fix lang/python24 on powerpc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 07:10:04 -0000 >Number: 168360 >Category: ports >Synopsis: [patch] fix lang/python24 on powerpc >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: Sun May 27 07:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 9.0-STABLE i386 >Organization: FreeBSD >Environment: System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: powerpc is 32bit, and so needs to be handled in the plist list i386. I've had this patch lying around for a while. I have not tried to tinderbox it in quite a while. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/FreeBSD/pcvs/ports/lang/python24/Makefile,v retrieving revision 1.176 diff -u -r1.176 Makefile --- Makefile 5 Nov 2011 13:18:25 -0000 1.176 +++ Makefile 27 May 2012 07:08:39 -0000 @@ -73,12 +73,7 @@ CONFIGURE_ARGS+= --without-pymalloc .endif -.if ${ARCH} == i386 -PLIST_SUB+= X86_ONLY="" -.else -PLIST_SUB+= X86_ONLY="@comment " -.endif -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha +.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" Index: pkg-plist =================================================================== RCS file: /home/FreeBSD/pcvs/ports/lang/python24/pkg-plist,v retrieving revision 1.68 diff -u -r1.68 pkg-plist --- pkg-plist 28 Oct 2011 10:42:22 -0000 1.68 +++ pkg-plist 11 Nov 2011 19:12:00 -0000 @@ -568,7 +568,7 @@ %%32BIT_ONLY%%%%PYTHON_LIBDIR%%/lib-dynload/dl.so %%PYTHON_LIBDIR%%/lib-dynload/fcntl.so %%PYTHON_LIBDIR%%/lib-dynload/grp.so -%%X86_ONLY%%%%PYTHON_LIBDIR%%/lib-dynload/imageop.so +%%32BIT_ONLY%%%%PYTHON_LIBDIR%%/lib-dynload/imageop.so %%PYTHON_LIBDIR%%/lib-dynload/itertools.so %%PYTHON_LIBDIR%%/lib-dynload/math.so %%PYTHON_LIBDIR%%/lib-dynload/md5.so @@ -581,7 +581,7 @@ %%PYTHON_LIBDIR%%/lib-dynload/readline.so %%PYTHON_LIBDIR%%/lib-dynload/regex.so %%PYTHON_LIBDIR%%/lib-dynload/resource.so -%%X86_ONLY%%%%PYTHON_LIBDIR%%/lib-dynload/rgbimg.so +%%32BIT_ONLY%%%%PYTHON_LIBDIR%%/lib-dynload/rgbimg.so %%PYTHON_LIBDIR%%/lib-dynload/select.so %%PYTHON_LIBDIR%%/lib-dynload/sha.so %%PYTHON_LIBDIR%%/lib-dynload/strop.so >Release-Note: >Audit-Trail: >Unformatted: