From owner-freebsd-ports Mon Nov 24 23:15:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19590 for ports-outgoing; Mon, 24 Nov 1997 23:15:27 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19582 for ; Mon, 24 Nov 1997 23:15:23 -0800 (PST) (envelope-from thomas@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id IAA21437; Tue, 25 Nov 1997 08:15:20 +0100 (CET) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.7/8.8.5) id IAA01405; Tue, 25 Nov 1997 08:15:19 +0100 (CET) To: Random Junk Cc: freebsd-ports@FreeBSD.ORG Subject: Re: python 1.4 port in 2.2.5 References: <199711211802.KAA08386@hudsucker.gamespot.com> <873ekmn330.fsf@ghpc6.ihf.rwth-aachen.de> <87ra86l3ot.fsf@ghpc6.ihf.rwth-aachen.de> <199711241805.KAA19523@hudsucker.gamespot.com> From: Thomas Gellekum Date: 25 Nov 1997 08:15:18 +0100 In-Reply-To: Random Junk's message of Mon, 24 Nov 1997 10:05:37 -0800 (PST) Message-ID: <873eklwik9.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 22 X-Mailer: Gnus v5.4.37/XEmacs 19.16 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Random Junk writes: > > Please check the latest port. Use `make WITH_TK=no' to turn off the Tk > > support. > > is "the latest port" different from the one that ships with > 2.2.5-RELEASE? what do i have to do to make sure i'm up to date with > respect to that port? Yes, it's different. The ports tree is continuously maintained to follow latest revisions of the software and to provide enhancements, fix bugs, etc. I committed some changes to the python port yesterday. If you're only interested in python you can get the latest bits by FTP from ftp.freebsd.org. cd to /pub/FreeBSD/ports/lang and get python.tar. I think you can also get the port from the web page (http://www.freebsd.org/ports/). If you want a more general way to stay up to date with the ports collection, check the handbook, chapter 16, ``The Cutting Edge: FreeBSD-current and FreeBSD-stable''. tg