From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 15:41:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26FD16A4BF for ; Wed, 3 Sep 2003 15:41:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BAC43FDF for ; Wed, 3 Sep 2003 15:40:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h83MeHUp056118 for ; Wed, 3 Sep 2003 15:40:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h83MeGY5056117; Wed, 3 Sep 2003 15:40:16 -0700 (PDT) Resent-Date: Wed, 3 Sep 2003 15:40:16 -0700 (PDT) Resent-Message-Id: <200309032240.h83MeGY5056117@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, Cory Bajus Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA6616A4BF for ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56383: [patch] games/pysol depends on python 2.2 or lower X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cory Bajus List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 22:41:27 -0000 >Number: 56383 >Category: ports >Synopsis: [patch] games/pysol depends on python 2.2 or lower >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 03 15:40:16 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: