Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Feb 2005 04:44:35 +0100
From:      Danny Pansters <danny@ricin.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77191: [MAINTAINER] x11-toolkits/py-kde: Attempt to fix alpha
Message-ID:  <20050207034448.BAC6043D49@mx1.FreeBSD.org>
Resent-Message-ID: <200502070350.j173oKIs078380@freefall.freebsd.org>

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

>Number:         77191
>Category:       ports
>Synopsis:       [MAINTAINER] x11-toolkits/py-kde: Attempt to fix alpha
>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 Feb 07 03:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Danny Pansters
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD workstation.homenet 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Jan 21 19:51:02 CET 2005
>Description:
Configure with -j 4, see if it helps compiling on alpha and perhaps other archs later. 
At least it doesn't break i386.


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py24-kde-3.11.3_1.patch begins here ---
0diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-kde/Makefile /usr/ports/x11-toolkits/py-kde.new/Makefile
--- /usr/ports/x11-toolkits/py-kde/Makefile	Sun Jan 30 21:39:44 2005
+++ /usr/ports/x11-toolkits/py-kde.new/Makefile	Mon Feb  7 04:35:21 2005
@@ -2,7 +2,7 @@
 # Date created:		Sun Oct 17 00:24:28 PDT 1999
 # Whom:			adsharma@sharmas.dhs.org
 #
-# $FreeBSD: ports/x11-toolkits/py-kde/Makefile,v 1.28 2005/01/25 07:38:06 ahze Exp $
+# $FreeBSD: ports/x11-toolkits/py-kde/Makefile,v 1.27 2005/01/10 22:04:32 lofi Exp $
 #
 
 PORTNAME=	kde
@@ -48,7 +48,8 @@
 	@( cd ${WRKSRC} && ${PYTHON_CMD} configure.py -c \
 		-k ${LOCALBASE} \
 		-v ${PREFIX}/share/sip \
-		-d ${PYTHONPREFIX_SITELIBDIR} )
+		-d ${PYTHONPREFIX_SITELIBDIR} \
+		-j 4 ) # Build on alpha and likely other archs
 
 pre-install:
 	@${REINPLACE_CMD} -e "s,${SETENV} python,${PYTHON_CMD}," \
--- py24-kde-3.11.3_1.patch ends here ---

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



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