2005-12-11 23:22:37 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Add DragonFly support. Use a somewhat more portable readdir allocation.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-04-11 19:29:27 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
bl3ify, 80 chars per line.
|
2003-12-08 15:41:43 by Thomas Klausner | Files touched by this commit (125) | |
Log message:
Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.
|
2003-12-03 13:31:37 by Quentin Garnier | Files touched by this commit (11) |
Log message:
Update to version 3.2.0.
V3.2.0 2003/11/28
=================
-Updated source to compile with recent gcc compilers
-Pausing mp3/wav/ogg playback releases the sound device
-Better mp3 integrity checks. Songs that didn't previously play (or only
partly), should now play fine (as in, the bits that are valid)
-Fixed a bug that would hang mp3blaster if you'd be in a dir that was deleted
meanwhile.
-bugfix that could crash mp3blaster after a request to quit (..)
-bugfix that failed to redraw screen correctly after operations that
required input (such as convert to wav, enter group name, ..)
-fixed a bug that could crash mp3blaster on opening oggs when sound device
was busy.
-Check if the playlist directory actually exists before trying to write
a playlist
-Added '--repeat/-R' command line option
-Applied LIRC support patch from Olgierd Pieczul .
Thanks a lot!
|
2003-10-11 23:55:24 by Quentin Garnier | Files touched by this commit (2) |
Log message:
There is a bogus definition of gettext in src/main.cc. Since that function
is actually never used (only in commented blocks), comment it also.
Fixes PR pkg/21803.
|
2003-09-30 11:44:00 by Quentin Garnier | Files touched by this commit (18) |
Log message:
Make this correctly compile with gcc3, by reorganizing the way it pulls
up getop_long_only implementation. Patch sent to the author.
Ok'd by seb@.
|