There were a few issues with this package wrt DragonFly. The biggest issue
is the use of ETIME, which should not be used with sockets. It doesn't
even appear to be used later. NetBSD defines ETIME, but neither DragonFly
nor FreeBSD even have this definition in errno. Somebody might want to
look at this choice for the variable.
Libtool also choked due to a missing tag, the FreeBSD volume control was
needed, and some standard headers were added.
OpenBSD too since they probably do but we probably won't hear from
anyone about that directly. PKGREVISION -> 3.
Note that at least on NetBSD __STDC_CONSTANT_MACROS is apparently
already defined here (at least when building graphics/osg, maybe not
always) so this patch may not really be the right approach, but it
works...
3.4.1 (20110813):
- test for unused but set variable warning in gcc (needed to
build on MacOS X, reported by Misty De Meo)
- change dependency generation flags for clang (reported by Misty De Meo)
- fix OXM module loading
3.4.0 (20110808):
- fix portamento of mapped instruments
- add MED2 (MED 1.12) module support
- add Noiserunner module support
- add support for MED4 synth instruments
- fix MED4 Soundtracker-compatible tempo setting (Song2.med)
- fix Startrekker Packer loader
- fix IT215 compressed sample loader
- OctaMED tempo fixes and note limit fix
bootstrapped environment on NetBSD, MKPROFILE defaults to no, but
using the base system's make library it defaults to yes. This seems
like a bug, but I'm not sure where to fix it so I'm going to stick to
working around it for the moment.
Aipo is web-based groupware software. Currently Aipo has interface
written in Japanese only.
You can get source at http://code.google.com/p/aipo/ .
This package requires apache-tomcat and postgresql-server.
Tested only with lang/openjdk7, www/apache-tomcat7,
and databases/postgresql84-server.
Centericq hasn't been updated by the author since 2005. The hash_map classes
that it uses were deprecated and finally removed from gcc. They are not
available in gcc4.4, the default DragonFly compiler. This packages is being
masked for DragonFly 2.10 and later.