Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2000 09:24:06 -0700 (PDT)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases/py-MySQL Makefile ports/databases/py-MySQL/files Setup Makefile
Message-ID:  <200004231624.JAA14842@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sobomax@altavista.net>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004231624.JAA14842>