11 Commits

Author SHA1 Message Date
jeremy
4ae9a85d35 Depend on libdbi and build DBI addon. Hidden dependency on libdbi
noticed by naddy@.

OK naddy@
2013-10-21 15:29:37 +00:00
sthen
2ee2f7ecbc sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja 2013-06-21 22:37:02 +00:00
dcoppa
5f3b8bbcd7 Unbreak with Ninja
ok espie@, jasper@, sthen@
2013-06-21 11:20:20 +00:00
brad
17833ea850 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@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
kirby
35e59d7159 - update HOMEPAGE
- regen distinfo while here.
Patches from Martin Natano natano at natano dot net, thanks!
2013-05-18 16:11:39 +00:00
sthen
8c49cfdb82 use gettext/libiconv MODULES. 2013-05-16 09:16:43 +00:00
sthen
a7cd230692 use movw (not movl) with (16-bit) segment registers. 2013-03-21 22:21:05 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
bcallah
63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00
jeremy
ee76c8745f Import lang/io 20110905
Io is a prototype-based programming language inspired by Smalltalk (all
values are objects, all messages are dynamic), Self (prototype-based),
NewtonScript (differential inheritance), Act1 (actors and futures for
concurrency), LISP (code is a runtime inspectable/modifiable tree) and
Lua (small, embeddable).

OK sthen@
2012-12-17 23:55:28 +00:00