Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2004 01:59:26 +0200 (EET)
From:      Pasi Hirvonen <psh@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75084: [PATCH] math/clarence marked as BROKEN but works fine
Message-ID:  <200412142359.iBENxQlI061368@mirp.foo>
Resent-Message-ID: <200412150001.iBF010ie083968@freefall.freebsd.org>

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

>Number:         75084
>Category:       ports
>Synopsis:       [PATCH] math/clarence marked as BROKEN but works fine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 15 00:01:00 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pasi Hirvonen
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mirp.foo 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Dec 9 18:48:50 EET 2004 pasi@mirp.foo:/usr/obj/usr/src/sys/MIRP i386


>Description:

math/clarence is marked BROKEN. Judging by the logs at pointyhat[1]
Python numeric extension (math/py-numeric) was broken and resulted
in build failure.

clarence port itself work fine now.

([1] http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2004101518/clarence-0.4.4_1.log)

>How-To-Repeat:
	
>Fix:

--- clarence.diff begins here ---
--- /usr/ports/math/clarence/Makefile.orig	Wed Dec 15 01:34:14 2004
+++ /usr/ports/math/clarence/Makefile	Wed Dec 15 01:27:51 2004
@@ -15,12 +15,10 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Programmer's calculator
 
-BROKEN=		"Broken dependency after python 2.4 update"
-
 USE_GNOME=	pygtk2
 USE_REINPLACE=	yes
 USE_PYTHON=	yes
-PYTHON_VERSION=	python2.3
+PYTHON_VERSION=	python2.4
 NO_BUILD=	yes
 MAN1=		clarence.1
 PLIST_FILES=	bin/clarence
--- clarence.diff ends here ---


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



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