From owner-cvs-all Sun Apr 23 9:24:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE73437B690; Sun, 23 Apr 2000 09:24:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA14842; Sun, 23 Apr 2000 09:24:07 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200004231624.JAA14842@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 23 Apr 2000 09:24:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-MySQL Makefile ports/databases/py-MySQL/files Setup Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/04/23 09:24:06 PDT Modified files: databases/py-MySQL Makefile Added files: databases/py-MySQL/files Setup Removed files: databases/py-MySQL/files Makefile Log: Cleanup of build process of the py-MySQL port. Previously port used custom Makefile for this purpose, which led to resulting module being bloated (~600K) by linking all Python code from libpython1.5 into it. With this patch the module will use standard Python's way to build supplemental modules, which should generally be cleaner. Other good sideeffect is that after this patch resulting module is only 20K in size. PR: ports/17893 Submitted by: Maxim Sobolev Revision Changes Path 1.3 +10 -9 ports/databases/py-MySQL/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message