Commit Graph

17 Commits

Author SHA1 Message Date
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
jeremy
faecb9b245 Add explicit dependency on net/loudmouth.
Issue found by naddy@, OK naddy@
2014-04-10 16:01:12 +00:00
dcoppa
3f0cd2b4d2 Fix build with newer FreeType for cmake-based ports
OK naddy@, landry@
2014-01-10 14:47:09 +00:00
nigel
d9d0499cff Add lang/python to MODULE, and sync WANTLIB.
Ok jasper@ jeremy@ maintainer
2014-01-05 19:51:45 +00:00
jasper
840f00201c use ${MODPY_WANTLIB} 2014-01-04 21:21:55 +00:00
jeremy
de7b3ae783 Add dependency on graphics/freeglut, building the Font and OpenGL
extensions.

Hidden dependency noticed by naddy@. OK naddy@
2014-01-03 16:18:11 +00:00
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