From cbajus@mts.net  Wed Sep  3 15:36:35 2003
Return-Path: <cbajus@mts.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ADA6616A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2003 15:36:35 -0700 (PDT)
Received: from smtp1.mts.net (smtp1.mts.net [205.200.16.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 69E5043FDD
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2003 15:36:34 -0700 (PDT)
	(envelope-from cbajus@mts.net)
Received: from rigel.bajus.ca (wnpgmb01dc6-res-48-242.mts.net [142.161.48.242])
	by smtp1.mts.net (8.12.8p1/8.11.3) with ESMTP id h83MaW4q029883
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Sep 2003 17:36:33 -0500 (CDT)
Received: from rigel.bajus.ca (localhost [127.0.0.1])
	by rigel.bajus.ca (8.12.8p1/8.12.8) with ESMTP id h83MaW10093178
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Sep 2003 17:36:32 -0500 (CDT)
	(envelope-from cbajus@rigel.bajus.ca)
Received: (from cbajus@localhost)
	by rigel.bajus.ca (8.12.8p1/8.12.8/Submit) id h83MaWvS093177;
	Wed, 3 Sep 2003 17:36:32 -0500 (CDT)
Message-Id: <200309032236.h83MaWvS093177@rigel.bajus.ca>
Date: Wed, 3 Sep 2003 17:36:32 -0500 (CDT)
From: Cory Bajus <cbajus@mts.net>
Reply-To: Cory Bajus <cbajus@mts.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] games/pysol depends on python 2.2 or lower
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56383
>Category:       ports
>Synopsis:       [patch] games/pysol depends on python 2.2 or lower
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 15:40:16 PDT 2003
>Closed-Date:    Thu Sep 04 02:14:36 PDT 2003
>Last-Modified:  Thu Sep 04 02:14:36 PDT 2003
>Originator:     Cory Bajus
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD rigel.bajus.ca 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #7: Tue Aug 19 17:51:02 CDT 2003 root@rigel.bajus.ca:/usr/obj/usr/src/sys/RIGEL i386


	
>Description:
The pysol package does not include a compiled version for Python 2.3.
Installing and attempting to run pysol on a system with a current ports
tree gives the following error message:

/usr/local/bin/pysol: could not find the file 'pysol_23.pyc'

>How-To-Repeat:
Install and attempt to run pysol on a system with a current ports tree.
>Fix:
Define PYTHON_VERSION when building, as in the following patch:

--- pysol.Makefile.patch begins here ---
--- /usr/ports/games/pysol/Makefile	Sun Mar  9 07:49:21 2003
+++ Makefile	Wed Sep  3 17:21:42 2003
@@ -14,6 +14,7 @@
 MAINTAINER=	tg@FreeBSD.org
 COMMENT=	Solitaire game, written in Python
 
+PYTHON_VERSION=	python2.2
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_BZIP2=	yes
--- pysol.Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tg  
Responsible-Changed-By: krion 
Responsible-Changed-When: Wed Sep 3 22:18:01 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56383 
State-Changed-From-To: open->closed 
State-Changed-By: tg 
State-Changed-When: Thu Sep 4 02:13:35 PDT 2003 
State-Changed-Why:  
The port has been upgraded to 4.82. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56383 
>Unformatted:
