Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Bump PKG_REVISION.
|
|
|
|
for Ruby packages.
2004-09-20
version 2.5.1
* add Mysql#set_ssl().
2004-08-31
version 2.5
* correspond to MySQL 4.1.x.
* change MysqlRes, MysqlField, MysqlError to Mysql::Result,
Mysql::Field, Mysql::Error.
* add Mysql.client_version(), Mysql.get_client_version(),
Mysql#client_version(), Mysql#get_client_version(),
Mysql#server_version(), Mysql#get_server_version(),
Mysql#warning_count(), Mysql#commit(), Mysql#rollback(),
Mysql#autocommit().
* add Mysql::Field#is_not_null?(), Mysql::Field#is_pri_key?(),
Mysql::Field#is_num?().
* add MysqlField::TYPE_VAR_STRING.
|
|
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
|
|
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.
|
|
|
|
|
|
Changes from web page:
2003-08-10 2.4.5
* extconf.rb: correspond to MySQL 4.1.
* mysql.c.in: correspond to Ruby 1.8.
2003-02-23 2.4.4a
* make extconf.rb to correspond to Ruby 1.8.0
2003-01-29 2.4.4
* add Mysql::OPT_LOCAL_INFILE.
* add --with-mysql-config option to extconf.rb.
* extconf.rb automatically detect typical library.
2003-01-05 2.4.3c
* modified English README. Thanks to Paul DuBois.
2002-12-24 2.4.3b
* make extconf.rb to correspond to Ruby 1.6.8.
2002-11-07 2.4.3a
* fix bug duplicating constant.
2002-09-10 2.4.3
* for error number with prefix ER_ .
* get error constant from errmsg.h and mysqld_error.h automatically.
2002-03-31 2.4.2a
* change extconf.rb.
|
|
|
|
|
|
fix to ${MACHINE_GNU_PLATFORM} causing ${RUBY_SITEARCHLIBDIR} to be
moved on certain ports.
|
|
from Ruby.
Based on PR pkg/14302 with slightly modification and newer version, 2.4.2.
|