Commit Graph

10 Commits

Author SHA1 Message Date
Maxim Sobolev
386199ecf4 Unbreak with python2.1. 2001-05-03 08:27:20 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00
Maxim Sobolev
cc2fb1f48f Use USE_PYTHON. 2000-09-19 06:38:32 +00:00
Thomas Gellekum
78bbc51a88 Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.
2000-09-08 12:24:00 +00:00
Maxim Sobolev
0910e8828b Actually display ${PKGMESSAGE}, which I added some time ago, upon installation. 2000-06-01 08:28:46 +00:00
Maxim Sobolev
a9600cccfa Add a warning message that this software is not maintained and could became
obsolete in the nearest future.
2000-05-26 08:29:21 +00:00
Vanilla I. Shu
8ee05fcbde 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>
2000-04-23 16:24:06 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Michael Haro
3da86c6aa2 update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:49:07 +00:00
Chris D. Faulhaber
fc74f2e3ae Python MySQL module allows you to access easily a MySQL database
via Python.

PR:		13583
Submitted by:	Dominik Rothert <dr@domix.de>
2000-01-14 15:00:08 +00:00