From owner-cvs-ports Mon Nov 24 07:15:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA08790 for cvs-ports-outgoing; Mon, 24 Nov 1997 07:15:39 -0800 (PST) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA08634; Mon, 24 Nov 1997 07:13:27 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA04213; Mon, 24 Nov 1997 07:12:45 -0800 (PST) Date: Mon, 24 Nov 1997 07:12:45 -0800 (PST) Message-Id: <199711241512.HAA04213@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/python Makefile ports/lang/python/files Setup.tk Setup Setup.thread ports/lang/python/patches patch-ac Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1997/11/24 07:12:45 PST Modified files: lang/python Makefile lang/python/files Setup Setup.thread lang/python/patches patch-ac Added files: lang/python/files Setup.tk Log: Use an option to disable the Tk extension (WITH_TK). Don't use libc_r if we're not building the thread module. Respect options given in the environment. The defaults (build with Tk and thread support) don't change. Revision Changes Path 1.18 +25 -6 ports/lang/python/Makefile 1.11 +2 -2 ports/lang/python/files/Setup 1.4 +1 -309 ports/lang/python/files/Setup.thread 1.5 +13 -9 ports/lang/python/patches/patch-ac