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.
the same as SHLIB_MAJOR, don't try to symlink SHLIB_MAJOR. Otherwise
you lose the library and get a symlink pointing to itself, and things
fail later with ELOOP.
Fixes builds of packages that use bsd.lib.mk for shared libraries and
set only a major version number.
build does e.g. "ln -sf libelf.so.1 libelf.so.1" and then install
fails with ELOOP.
This is a bug in bootstrap-mk-files but I'm going to fix it in both
places to avoid demanding rebootstrapping.