IABSD.fr/ports/databases/ruby-mysql/Makefile

Branch :


Log

Author Commit Date CI Message
5db8da24 2016-11-04 21:26:37 Bump ruby gem ext ports after change to PLISTs This does not include all ruby gem ext ports, but the remaining ones have updates that will be committed separately.
00115727 2015-08-25 12:57:33 wantlib
417a0b3a 2015-07-18 11:51:28 Allow ruby-mysql to be tested, using mariadb.port.mk. Please note that "make test" will fail after fake stage. This is a lang/ruby module issue being worked on. okay jeremy@
c61d2579 2014-11-26 17:42:42 Update to mysql gem version 2.9.1
b94a4025 2014-09-13 18:09:20 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement. ok sthen@
7aa034e9 2014-01-15 02:13:57 Bump ruby gem ext ports after change to WANTLIB in ruby.port.mk
dca4d5c9 2014-01-11 22:51:01 Remove extension source directory from package so that ruby21 FLAVOR packages.
e79a176b 2013-10-26 23:55:34 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
17833ea8 2013-06-12 20:36:33 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces a new libmysqlclient non-blocking API which utilizes co-routines. The X86 specific GCC ASM co-routine support hid the fact that there was an issue. The only fallback code so far is POSIX user contexts which OpenBSD does not support. Input from and Ok sthen@ jasper@
0b77cf86 2013-05-25 00:33:09 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement. ok sthen aja