2012-09-28 05:02:28 by David A. Holland | Files touched by this commit (1) |
Log message:
Fix checksum for patch-Makefile.in. hi jperkin@
|
2012-09-27 13:14:33 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Don't descend into osdep, libosdep has no objects and some systems do not
like creating empty libraries.
Fixes build on Solaris.
|
2011-01-29 22:05:00 by Mark Davies | Files touched by this commit (5) |
Log message:
Fix build with gcc4.3
|
2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-01-20 21:23:36 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Don't include sys/byteorder.h on Solaris.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-06-12 20:21:58 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Use FreeBSD IO code for now on DragonFly.
|
2007-06-08 09:04:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Mention that this is the obsolete version, and that the current
version is available in audio/libmusicbrainz.
|
2007-06-08 08:34:01 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.1.5:
Changes for libmusicbrainz 2.1.5
-------------------------------------
- Fix for CD TOC reading on Solaris, thanks to Brian Cameron. (#2009)
- Fixed compilation on GCC 4.3. (http://bugs.debian.org/417352)
- Fix the patch for buffer overflows in rdfparse.c (2066)
- Support for Debian GNU/kFreeBSD in configure.in (patch from the
libmb package in Debian)
- Patch to allow manually entering the CD TOC information, thanks
to sbooth. (#2193)
- Fixed configure.in to work with newer versions of autoconf. (#1829)
- Buffer overflow in MBHttp::WriteToBuffer. (#2273)
- Python bindings:
- No shebang in non-executable scripts.
|