Commit graph

28 commits

Author SHA1 Message Date
jdolecek
158484ab16 use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
2004-10-29 05:59:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
recht
86853cd081 unused 2004-05-23 16:48:45 +00:00
recht
da91f11b99 bl3ify 2004-04-25 16:07:34 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
b501607749 Fix substitution of mysql prefix in the setup.py script. 2003-06-06 10:36:37 +00:00
jmc
befa6aa0c8 Need to comment out the platforms line in setup.py if building under 2.0 2003-05-11 08:46:23 +00:00
cjep
862a27e5d6 RCS tag 2003-04-21 20:25:13 +00:00
cjep
db6dc677c5 Update of database/py-mysqldb to 0.9.2.
Changes since 0.9.1 include:
	* Bugs fixed, including segfault problem with Python 1.5.2
	* Take advantage of GC memory allocator in Python 2.2
	* cursor.execute(query) with no arguments leaves the original
	  query string alone.
	* Mac OS X tidy ups.
	* Memory leak fixes.
	* cursor.executemany() fixes.
	* Other fixes (see the CHANGELOG file for details)

From PR#19056 from MLH. Note that we assume the client library is
not thread safe as per 0.9.1.
2003-04-13 14:28:53 +00:00
wiz
4fb1b9dd44 Unused. 2002-10-10 12:31:30 +00:00
wiz
e7fe6c1ff1 buildlink1 -> buildlink2. 2002-10-10 12:07:48 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
drochner
81de140c4c update to 0.9.1, in response to PR pkg/15054 by jgoerzen@complete.org 2002-01-29 14:39:38 +00:00
drochner
bb1c3fdfc3 oops, forgot this 2002-01-23 12:02:33 +00:00
drochner
f49660ba88 oops, forgot this 2002-01-19 17:13:20 +00:00
drochner
c6413ba88c use python buildlink file 2002-01-19 17:06:23 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
bad
0e87083ae4 Depend on mysql-client>=3.23.35 because of library major bump. 2001-03-26 14:54:19 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
wiz
5d55ac7f04 Updated to use python 2.0. 2000-12-28 15:36:32 +00:00
tsarna
b3fb9e9d18 Update to 0.1.3 2000-03-11 19:49:44 +00:00
tsarna
dfb5bc9c2a MySQLdb, a new, improved MySQL interface for Python. Features:
- Compatibility with MySQL 3.22
 - Compliance with Python database API version 2.0
 - Thread-safety
 - Thread-friendliness (threads will not block each other)
2000-02-26 18:45:48 +00:00