2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message: Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps. |
2003-04-21 22:29:14 by Chris Pinnock | Files touched by this commit (1) |
Log message: Add RCS tag |
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message: Instead of including bsd.pkg.install.mk directly in a package Makefile, have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. |
2003-01-23 17:12:43 by Matthias Drochner | Files touched by this commit (1) |
Log message: change naming scheme for cdrecord-xcdroast to avoid explicite CONFLICTs in the future, as proposed by Matthias Scheler in PM |
2003-01-10 12:24:53 by Matthias Drochner | Files touched by this commit (4) | |
Log message: update to 0.98alpha13 changes: -proxy support for CDDB lookups -bugfixes -use cdrtools-2.0 |
2003-01-10 08:53:09 by Chris Pinnock | Files touched by this commit (1) |
Log message: USE_PKGLOCALEDIR=yes |
2002-12-03 12:14:02 by Matthias Drochner | Files touched by this commit (1) |
Log message: put automatic ossaudio detection into operation |
2002-12-02 21:29:50 by Matthias Drochner | Files touched by this commit (8) | |
Log message: update to 0.98alpha11. There is a major restructuring of the sources, more than to be expected from the subminor version change. Still needs some finetuning... Most notable change: multisession support. |
2002-10-27 22:46:12 by Martin Husemann | Files touched by this commit (2) |
Log message: Backout previous. Casting NULL to (void*) for variadic functions of course does not make any difference on 64 bit platforms - as long as a valid prototype has been seen, which is the case here - io.c includes unistd.h. |